﻿/*-----------------------------------------------------------------------------------

Name:  Medicax- Health & Medical HTML Template
Version: 1.0.0
Description: Medicax- Health & Medical HTML Template
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01 THEME CSS
	-----------------
		 Theme Default
		 Common Classes
		 Default Spacing

	-----------------
     02 COMPONENTS css
	-----------------
		 ABOUT CSS AREA
		 MOBILE MENU CSS AREA
		 SERVICE CSS AREA
         HERO CSS AREA
	----------------- 
     03 LAYOUT CSS 
	----------------- 
		 PAGES 
		 BLOG 
		 HEADER 
		 FOOTER 
		 MENU 

    --------------------------------- 
	 04. MENU CSS 
	---------------------------------
       HEADER CSS AREA  

	---------------------------------  
	 05 BLOG CSS 
	---------------------------------  
       BLOG CSS AREA 

	---------------------------------  
	 06. FOOTER CSS 
	---------------------------------  
      FOOTER CSS AREA 

	---------------------------------   
	 07. PAGES CSS  
	---------------------------------   
       CHOOSE CSS AREA  
       CONTACT CSS AREA   
       CTA CSS AREA  
       FAQ CSS AREA  
       OTHERS CSS AREA STARTS  
       PRICING CSS AREA  
       PROEJCTS CSS AREA STARTS  
       SKILLS CSS AREA STARTS 
       TEAM CSS AREA 
       TESTIMONIAL CSS AREA
       WORK CSS AREA 
       CASE STUDY CSS 

**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;family=Outfit:wght@100..900&amp;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%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ztc-family-font1);
}

.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% {
    width: 128px;`r`n            color: #fff;`r`n            filter: brightness(0.96);`r`n            box-shadow: 0 7px 16px rgba(15, 35, 60, 0.28);
  }
}

.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(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.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-text-text-1: #fff;
  --ztc-text-text-2: #1c293f;
  --ztc-text-text-3: #31353d;
  --ztc-text-text-4: #bedc48;
  --ztc-text-text-5: #021a38;
  --ztc-text-text-6: #414952;
  --ztc-text-text-7: #1bb77c;
  --ztc-text-text-8: #00397f;
  --ztc-text-text-9: #021a13;
  --ztc-text-text-10: #64b427;
  --ztc-text-text-11: #02015a;
  --ztc-text-text-12: #4416ff;
  --ztc-text-text-13: #e6e6ef;
  --ztc-text-text-14: #06030e;
  --ztc-text-text-15: #323246;
  --ztc-text-text-16: #892cff;
  --ztc-text-text-17: #090b0e;
  --ztc-text-text-18: #494a4a;
  --ztc-text-text-19: #84a17d;
  --ztc-text-text-20: #153c3c;
  --ztc-text-text-21: #565857;
  --ztc-text-text-22: #f28737;
  --ztc-text-text-23: #009ea7;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #1c293f;
  --ztc-bg-bg-3: #bedc48;
  --ztc-bg-bg-4: #f4f4f9;
  --ztc-bg-bg-5: #021a38;
  --ztc-bg-bg-6: #1bb77c;
  --ztc-bg-bg-7: #00397f;
  --ztc-bg-bg-8: #021a13;
  --ztc-bg-bg-9: #64b427;
  --ztc-bg-bg-10: #02015a;
  --ztc-bg-bg-11: #4416ff;
  --ztc-bg-bg-12: #06030e;
  --ztc-bg-bg-13: #892cff;
  --ztc-bg-bg-14: #090b0e;
  --ztc-bg-bg-15: #84a17d;
  --ztc-bg-bg-16: #153c3c;
  --ztc-bg-bg-17: #f28737;
  --ztc-bg-bg-18: #009ea7;
  --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-font2: "Outfit", sans-serif;
}

/*============= COMMON CSS AREA ===============*/
.heading1 h5 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.heading1 h5 img {
  margin: 0 4px 0 0;
}

.heading1 h2 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .heading1 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading1 p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading2 h5 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.heading2 h5 img {
  margin: 0 4px 0 0;
}

.heading2 h2 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .heading2 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading2 p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading3 h5 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.heading3 h5 img {
  margin: 0 4px 0 0;
}

.heading3 h2 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .heading3 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading3 p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading4 h5 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px 16px;
}

.heading4 h5 span {
  display: inline-block;
  transition: all 0.4s;
  color: #c4bae8;
  margin: 0 6px;
}

.heading4 h5 svg {
  padding-left: 4px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.heading4 h5:hover svg {
  padding-left: 8px;
  transition: all 0.4s;
}

.heading4 h1 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
  letter-spacing: -4.2px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .heading4 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
    letter-spacing: 0.5px;
  }
}

.heading4 h2 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 58px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .heading4 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading4 p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
}

.heading5 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.heading5 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}

.heading5 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading5 p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading6 h5 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.heading6 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}

.heading6 h2 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading6 p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading7 h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.heading7 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}

.heading7 h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .heading7 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading7 p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.heading8 h5 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.heading8 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
}

.heading8 h2 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.heading8 p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.vl-btn1:hover .text {
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-btn1:hover .arrow {
  margin-left: 4px;
  transition: all 0.4s;
  transform: rotate(0);
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
}

.vl-btn1 .text {
  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-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 28px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-3);
}

.vl-btn1 .arrow {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  transform: rotate(-45deg);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s24);
}

.vl-btn2 .text {
  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;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-6);
  position: relative;
  z-index: 1;
}

.vl-btn2 .text:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-btn2 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.vl-btn2 .text:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-btn2 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-7);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-btn2 .text i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-btn3 .text {
  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;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-9);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.vl-btn3 .text:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-btn3 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.vl-btn3 .text:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-btn3 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.vl-btn3 .text i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-btn4 {
  color: var(--ztc-text-text-13);
  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;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: var(--ztc-bg-bg-11);
  box-shadow: 0px 4px 15px 0px rgba(68, 22, 255, 0.2);
  padding: 14px 16px;
  position: relative;
  z-index: 1;
}

.vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-btn4:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.vl-btn4:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-btn4 svg {
  margin-left: 10px;
  transition: all 0.4s;
}

.vl-btn5 {
  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-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-13);
  padding: 18px 24px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.vl-btn5:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-btn5:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.vl-btn5::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-12);
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-btn5 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

.vl-btn6 {
  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-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-17);
  padding: 18px 28px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.vl-btn6:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-btn6:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.vl-btn6::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-12);
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-btn6 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

.vl-btn7 {
  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-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 0 10px 0 10px;
  background: var(--ztc-bg-bg-15);
  padding: 20px 24px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.vl-btn7:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  border-radius: 10px 0 10px 0;
}

.vl-btn7:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.vl-btn7::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  border-radius: 10px 0 10px 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-btn7 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

.vl-btn8 {
  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-bold);
  line-height: 18px;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--ztc-bg-bg-18);
  padding: 20px 28px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.vl-btn8:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-btn8:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.vl-btn8::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-14);
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-btn8 svg {
  margin: -5px 0 0 0;
  transition: all 0.4s;
}

/*============= COMMON CSS AREA ENDS===============*/
.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;
}

.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;
}

.w-bg {
  background: var(--ztc-bg-bg-1) !important;
}

.sp1 {
  padding: 60px 0 40px;
}

@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: 60px 0 40px;
}

@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;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

  body,
  html {
    overflow-x: hidden !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  body,
  html {
    overflow-x: hidden !important;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about1-section-area {
  position: relative;
  z-index: 1;
}

.about1-section-area .about-images-area {
  position: relative;
  z-index: 1;
}

.about1-section-area .about-images-area .elements5 {
  position: absolute;
  left: -20px;
  z-index: -1;
  top: 0;
}

.about1-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about1-section-area .about-images-area .about-contact {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-2);
  border-radius: 110px;
  padding: 16px 36px 16px 16px;
  width: 280px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 23%;
  z-index: 1;
}

.about1-section-area .about-images-area .about-contact:hover span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.about1-section-area .about-images-area .about-contact span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 50%;
}

.about1-section-area .about-images-area .about-contact .text {
  padding-left: 10px;
}

.about1-section-area .about-images-area .about-contact .text p {
  color: rgba(255, 255, 255, 0.9);
  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;
}

.about1-section-area .about-images-area .about-contact .text a {
  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;
  display: inline-block;
  transition: all 0.4s;
}

.about1-section-area .about-images-area .about-contact .text a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.about1-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
}

@media (max-width: 767px) {
  .about1-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about1-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

.about1-section-area .about-heading ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.about1-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}

.about2-section-area {
  position: relative;
  z-index: 1;
}

.about2-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
}

@media (max-width: 767px) {
  .about2-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about2-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

.about2-section-area .about-heading ul li {
  color: var(--ztc-text-text-5);
  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;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.about2-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}

.about2-section-area .about2-images-area {
  position: relative;
  z-index: 1;
}

.about2-section-area .about2-images-area .elements7 {
  position: absolute;
  bottom: 0;
  left: -50px;
}

.about2-section-area .about2-images-area .check-text {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 16px 20px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -40px;
  width: 330px;
}

.about2-section-area .about2-images-area .check-text img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.about2-section-area .about2-images-area .check-text p {
  color: var(--ztc-text-text-5);
  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: 24px;
  padding-left: 10px;
}

.about3-section-area {
  position: relative;
  z-index: 1;
  padding: 284px 0 100px;
}

@media (max-width: 767px) {
  .about3-section-area {
    padding: 835px 0 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area {
    padding: 800px 0 50px;
  }
}

.about3-section-area .about-all-images {
  position: relative;
  z-index: 1;
}

.about3-section-area .about-all-images .images-content {
  position: relative;
  z-index: 1;
}

.about3-section-area .about-all-images .images-content .elements9 {
  position: absolute;
  bottom: -1;
  left: -30px;
  top: -30px;
}

.about3-section-area .about-all-images .images-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}

.about3-section-area .about-all-images .images-content .experiance-box {
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px;
}

.about3-section-area .about-all-images .images-content .experiance-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}

.about3-section-area .about-all-images .images-content .experiance-box p {
  color: rgba(255, 255, 255, 0.9);
  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-medium);
  line-height: 20px;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .about3-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}

.about3-section-area .about-all-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 16px 100px 16px;
}

@media (max-width: 767px) {
  .about3-section-area .heading3 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .heading3 {
    margin-top: 30px;
  }
}

.about3-section-area .heading3 .bg-progress .progress-bar {
  margin-bottom: 24px;
}

.about3-section-area .heading3 .bg-progress label {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.about3-section-area .heading3 .bg-progress .progress {
  background-color: #dadce9;
  border-radius: 4px;
  height: 14px;
  position: relative;
}

.about3-section-area .heading3 .bg-progress .progress-inner {
  border-radius: 4px;
  background: var(--ztc-bg-bg-8);
  height: 100%;
  transition: width 0.4s ease;
}

.about4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about4-section-area .about-images-area {
  position: relative;
  z-index: 1;
  left: -50px;
}

@media (max-width: 767px) {
  .about4-section-area .about-images-area {
    left: 0;
    margin-bottom: 40px;
  }
}

.about4-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about4-section-area .about-images-area .img2 .elements18 {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.about4-section-area .about4-heading .counter-boxarea {
  margin-top: 30px;
}

.about5-section-area {
  position: relative;
  z-index: 1;
}

.about5-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 0 0 100px;
}

@media (max-width: 767px) {
  .about5-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about5-section-area .about-heading {
    padding: 0;
    margin-top: 30px;
  }
}

.about5-section-area .about-heading ul li {
  color: var(--ztc-text-text-14);
  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;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.about5-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}

.about5-section-area .about2-images-area {
  position: relative;
  z-index: 1;
}

.about5-section-area .about2-images-area .elements7 {
  position: absolute;
  bottom: 0;
  left: -50px;
  filter: brightness(0);
}

.about5-section-area .about2-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about5-section-area .about2-images-area .check-text {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 16px 20px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -40px;
  width: 330px;
}

.about5-section-area .about2-images-area .check-text img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.about5-section-area .about2-images-area .check-text p {
  color: var(--ztc-text-text-14);
  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: 24px;
  padding-left: 10px;
}

.about-others-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-others-section-area .heading6 {
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .about-others-section-area .heading6 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-others-section-area .heading6 {
    padding: 0;
    margin-top: 30px;
  }
}

.about-others-section-area .heading6 ul li {
  margin-top: 22px;
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

@media (max-width: 767px) {
  .about-others-section-area .heading6 ul li {
    display: flex;
    align-items: center;
    line-height: 24px;
  }
}

.about-others-section-area .heading6 ul li img {
  margin: 0 6px 0 0;
}

.about-others-section-area .about-images-area6 .img1 {
  position: relative;
}

.about-others-section-area .about-images-area6 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 60px 0 60px;
}

.about-others-section-area .about-images-area6 .img1 .cricle-arrow-area {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  padding: 14px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: -120px;
}

.about-others-section-area .about-images-area6 .img1 .cricle-arrow-area .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}

.about-others-section-area .about-images-area6 .img1 .cricle-arrow-area .arrow a {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--ztc-bg-bg-15);
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
}

.about-others-section-area .about-images-area6 .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 60px 0 60px;
}

.about6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about6-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.about6-section-area .img2 {
  position: relative;
  top: 180px;
}

@media (max-width: 767px) {
  .about6-section-area .img2 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6-section-area .img2 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}

.about6-section-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.about6-section-area .heading7 .heading {
  position: relative;
  left: -325px;
}

@media (max-width: 767px) {
  .about6-section-area .heading7 .heading {
    left: 0;
    top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about6-section-area .heading7 .heading {
    left: 0;
    top: 30px;
  }
}

.about6-section-area .heading7 .heading h2 {
  display: block !important;
  width: 600px;
}

@media (max-width: 767px) {
  .about6-section-area .heading7 .heading h2 {
    width: 100%;
  }
}

.about6-section-area .heading7 ul li {
  color: var(--ztc-text-text-14);
  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;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.about6-section-area .heading7 ul li img {
  margin: 0 4px 0 0;
}

.about8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about8-section-area .about8-imagrs-area {
  position: relative;
  z-index: 1;
}

.about8-section-area .about8-imagrs-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}

.about8-section-area .about8-imagrs-area .experianc-box {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  border-radius: 8px;
  padding: 24px;
}

.about8-section-area .about8-imagrs-area .experianc-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}

.about8-section-area .about8-imagrs-area .experianc-box p {
  color: rgba(255, 255, 255, 0.9);
  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-medium);
  line-height: 20px;
}

.about8-section-area .about8-imagrs-area .img2 img {
  height: 518px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 100px 8px;
}

.about8-section-area .heading8 {
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .about8-section-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about8-section-area .heading8 {
    padding: 0;
  }
}

.about8-section-area .heading8 .bg-progress .progress-bar {
  margin-bottom: 24px;
}

.about8-section-area .heading8 .bg-progress label {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.about8-section-area .heading8 .bg-progress .progress {
  background-color: #e6efed;
  border-radius: 4px;
  height: 14px;
  position: relative;
}

.about8-section-area .heading8 .bg-progress .progress-inner {
  border-radius: 4px;
  background: var(--ztc-bg-bg-18);
  height: 100%;
  transition: width 0.4s ease;
}

.about-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-inner-section-area .about-all-images {
  position: relative;
  z-index: 1;
}

.about-inner-section-area .about-all-images .images-content {
  position: relative;
  z-index: 1;
}

.about-inner-section-area .about-all-images .images-content .elements9 {
  position: absolute;
  bottom: -1;
  left: -30px;
  top: -30px;
}

.about-inner-section-area .about-all-images .images-content .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about-inner-section-area .about-all-images .images-content .experiance-box {
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 24px;
}

.about-inner-section-area .about-all-images .images-content .experiance-box h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}

.about-inner-section-area .about-all-images .images-content .experiance-box p {
  color: rgba(255, 255, 255, 0.9);
  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-medium);
  line-height: 20px;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .about-inner-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .about-all-images .img1 {
    margin-top: 30px;
  }
}

.about-inner-section-area .about-all-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.about-inner-section-area .heading4 {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .about-inner-section-area .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .heading4 {
    margin-top: 30px;
    padding: 0;
  }
}

.about-inner-section-area .heading4 .bg-progress .progress-bar {
  margin-bottom: 24px;
}

.about-inner-section-area .heading4 .bg-progress label {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.about-inner-section-area .heading4 .bg-progress .progress {
  background-color: #e8eaec;
  border-radius: 4px;
  height: 14px;
  position: relative;
}

.about-inner-section-area .heading4 .bg-progress .progress-inner {
  border-radius: 4px;
  background: var(--ztc-bg-bg-10);
  height: 100%;
  transition: width 0.4s ease;
}

.about-inner2-section-area {
  position: relative;
  z-index: 1;
}

.about-inner2-section-area .about-heading {
  position: relative;
  z-index: 1;
  padding: 0 100px 0 0;
}

@media (max-width: 767px) {
  .about-inner2-section-area .about-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner2-section-area .about-heading {
    padding: 0;
    margin-bottom: 30px;
  }
}

.about-inner2-section-area .about-heading ul li {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.about-inner2-section-area .about-heading ul li img {
  margin: 0 4px 0 0;
}

.about-inner2-section-area .about2-images-area {
  position: relative;
  z-index: 1;
}

.about-inner2-section-area .about2-images-area .img1 img {
  border-radius: 8px;
}

.about-inner2-section-area .about2-images-area .elements7 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  filter: brightness(0);
}

.about-inner2-section-area .about2-images-area .check-text {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  padding: 16px 20px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -40px;
  width: 330px;
}

.about-inner2-section-area .about2-images-area .check-text img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.about-inner2-section-area .about2-images-area .check-text p {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  padding-left: 10px;
}

/*============= ABOUT CSS AREA ENDS ===============*/
/*============= SERVICE CSS AREA ===============*/
.service1-section-area {
  position: relative;
  z-index: 1;
}

.service1-section-area .service-single-slider {
  position: relative;
  z-index: 1;
}

.service1-section-area .service-single-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .service1-section-area .service-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service1-section-area .service-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

.service1-section-area .service-single-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.service1-section-area .service-single-slider .owl-nav button:hover {
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-3);
}

.service1-section-area .service-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.service1-section-area .service-single-slider .service-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service1-section-area .service-single-slider .service-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service1-section-area .service-single-slider .service-single-boxarea:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 70%;
}

.service1-section-area .service-single-slider .service-single-boxarea:hover .img1 .icons a {
  top: 100px;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.service1-section-area .service-single-slider .service-single-boxarea:hover .content-box .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service1-section-area .service-single-slider .service-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;
}

.service1-section-area .service-single-slider .service-single-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

.service1-section-area .service-single-slider .service-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 8px;
}

.service1-section-area .service-single-slider .service-single-boxarea .img1 .icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  transition: all 0.6s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.service1-section-area .service-single-slider .service-single-boxarea .content-box {
  position: relative;
  z-index: 2;
  padding: 46px 24px 32px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  margin-top: -50px;
  margin-left: 20px;
  margin-right: 20px;
}

.service1-section-area .service-single-slider .service-single-boxarea .content-box::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}

.service1-section-area .service-single-slider .service-single-boxarea .content-box .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
  display: inline-block;
  position: absolute;
  top: -40px;
}

.service1-section-area .service-single-slider .service-single-boxarea .content-box .icons img {
  height: 36px;
  width: 36px;
  text-align: center;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

.service1-section-area .service-single-slider .service-single-boxarea .content-box 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-bold);
  line-height: 24px;
  display: block;
  transition: all 0.4s;
}

.service1-section-area .service-single-slider .service-single-boxarea .content-box a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.service2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service2-section-area .heading2 h5 {
  color: var(--ztc-text-text-1);
}

.service2-section-area .heading2 h5 img {
  filter: brightness(0) invert(1);
}

.service2-section-area .heading2 h2 {
  color: var(--ztc-text-text-1);
}

.service2-section-area .service2-single-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 20px 20px 32px 20px;
  margin-bottom: 30px;
}

.service2-section-area .service2-single-boxarea:hover .img1::after {
  visibility: visible;
  opacity: 0.7;
  transition: all 0.4s;
  transform: scale(1);
}

.service2-section-area .service2-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service2-section-area .service2-single-boxarea:hover .img1 .arrow a {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition: all 0.6s;
}

.service2-section-area .service2-single-boxarea:hover .content-area .icons span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
}

.service2-section-area .service2-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}

.service2-section-area .service2-single-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
}

.service2-section-area .service2-single-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service2-section-area .service2-single-boxarea .img1 img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .service2-section-area .service2-single-boxarea .img1 img {
    height: 250px;
  }
}

.service2-section-area .service2-single-boxarea .img1 .arrow a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.service2-section-area .service2-single-boxarea .content-area {
  text-align: center;
}

.service2-section-area .service2-single-boxarea .content-area .icons {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  position: relative;
  margin-top: -50px;
  z-index: 2;
}

.service2-section-area .service2-single-boxarea .content-area .icons span {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}

.service2-section-area .service2-single-boxarea .content-area .icons span img {
  height: 42px;
  width: 42px;
  -o-object-fit: cover;
  object-fit: cover;
}

.service2-section-area .service2-single-boxarea .content-area a {
  display: block;
  color: var(--ztc-text-text-5);
  text-align: center;
  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;
  transition: all 0.4s;
  padding-top: 24px;
}

.service2-section-area .service2-single-boxarea .content-area a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.service3-section-area {
  position: relative;
  z-index: 1;
}

.service3-section-area .service3-single-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-4);
  padding: 28px;
  margin-bottom: 30px;
}

.service3-section-area .service3-single-area:hover .icon-text span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service3-section-area .service3-single-area:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service3-section-area .service3-single-area:hover .img1::after {
  visibility: visible;
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.4s;
}

.service3-section-area .service3-single-area:hover .img1 .icons a {
  top: 50%;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.service3-section-area .service3-single-area .icon-text {
  display: flex;
  align-items: center;
}

.service3-section-area .service3-single-area .icon-text span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--ztc-bg-bg-9);
  border-radius: 8px;
  display: inline-block;
}

.service3-section-area .service3-single-area .icon-text span svg {
  height: 32px;
  width: 38px;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
  text-align: center;
}

.service3-section-area .service3-single-area .icon-text a {
  color: var(--ztc-text-text-9);
  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;
  padding-left: 16px;
}

.service3-section-area .service3-single-area .icon-text a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.service3-section-area .service3-single-area .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.service3-section-area .service3-single-area .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  border-radius: 8px;
  transition: all 0.4s;
}

.service3-section-area .service3-single-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.service3-section-area .service3-single-area .img1 .icons a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.6s;
  background: var(--ztc-bg-bg-9);
  border-radius: 50%;
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  font-size: var(--ztc-font-size-font-s20);
  position: absolute;
  top: 0;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.service4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ece8ff;
}

.service4-section-area .elements12 {
  position: absolute;
}

.service4-section-area .service4-slider-area {
  position: relative;
  z-index: 1;
}

.service4-section-area .service4-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.service4-section-area .service4-slider-area .owl-dots {
  margin-top: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .service4-section-area .service4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}

.service4-section-area .service4-slider-area .owl-dots::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 767px) {
  .service4-section-area .service4-slider-area .owl-dots::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service4-slider-area .owl-dots::after {
    display: none;
  }
}

.service4-section-area .service4-slider-area .owl-dots button {
  height: 12px;
  width: 432px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  z-index: 2;
  position: relative;
  top: -9px;
}

@media (max-width: 767px) {
  .service4-section-area .service4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

.service4-section-area .service4-slider-area .owl-dots button.active {
  background: #c5b7ff;
  transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
}

.service4-section-area .service4-slider-area .service4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-boxarea .content-area {
  padding: 24px 16px;
}

.service4-section-area .service4-slider-area .service4-boxarea .content-area .title {
  color: var(--ztc-text-text-11);
  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;
}

.service4-section-area .service4-slider-area .service4-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  letter-spacing: -0.16px;
}

.service4-section-area .service4-slider-area .service4-boxarea .content-area .readmore {
  color: var(--ztc-text-text-12);
  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;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-boxarea .content-area .readmore svg {
  margin-left: 4px;
}

.service4-section-area .service4-slider-area .service4-boxarea .img1 {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}

.service4-section-area .service4-slider-area .service4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}

.service-benefites-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-benefites-section-area .benefites-box {
  position: relative;
  z-index: 1;
}

.service-benefites-section-area .benefites-box .star {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  line-height: 150px;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -85px;
}

@media (max-width: 767px) {
  .service-benefites-section-area .benefites-box .star {
    display: none;
  }
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea {
  position: relative;
  background: #f4f4f9;
  padding: 32px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  position: absolute;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons img {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area {
  padding-left: 100px;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title {
  color: var(--ztc-text-text-11);
  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: 140%;
  letter-spacing: -1.2px;
  transition: all 0.4s;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore {
  color: var(--ztc-text-text-11);
  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: 30px;
  letter-spacing: -0.4px;
  display: inline-block;
  transition: all 0.4s;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore svg {
  margin-left: 4px;
  transition: all 0.4s;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore:hover svg {
  transform: rotate(45deg);
}

/* Custom Why Choose Us New Reference Style */
.why-choose-us-curved-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.why-choose-us-curved-frame {
  width: 100%;
  height: 520px;
  border-radius: 120px 16px 120px 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(2, 1, 90, 0.12);
  position: relative;
  background: #f0f4f8;
}

.why-choose-us-curved-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.why-choose-us-curved-frame:hover .why-choose-us-curved-img {
  transform: scale(1.04);
}

.floating-cross-badge {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 76px;
  height: 76px;
  background: #02015a;
  color: #00d2a0;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(2, 1, 90, 0.3);
  z-index: 10;
  border: 4px solid #ffffff;
  transition: transform 0.3s ease;
}

.why-choose-us-curved-wrapper:hover .floating-cross-badge {
  transform: scale(1.08) rotate(90deg);
}

/* Right Side Content Styling */
.why-choose-us-content-right {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .why-choose-us-content-right {
    padding-left: 0;
    margin-top: 40px;
  }

  .why-choose-us-curved-frame {
    height: 420px;
    border-radius: 80px 16px 80px 16px;
  }
}

.subtitle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.square-accent-dot {
  width: 10px;
  height: 10px;
  background: #00d2a0;
  border-radius: 3px;
  display: inline-block;
}

.subtitle-text {
  font-size: 15px;
  font-weight: 700;
  color: #00d2a0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.highlight-pill {
  /* background: #00D2A0; */
  color: #02015a;
  /* padding: 4px 18px; */
  border-radius: 12px;
  display: inline-block;
  font-weight: 700;
}

.section-desc {
  color: #555570;
  font-size: 16px;
  line-height: 1.7;
  max-width: 620px;
}

/* 2x2 Feature Grid Cards */
.why-choose-us-grid-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.why-choose-us-grid-card:hover {
  background: #f4f6fc;
  transform: translateY(-3px);
}

.why-choose-us-grid-card .card-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00d2a0;
  background: #e6f8f5;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.why-choose-us-grid-card:hover .card-icon {
  background: #02015a;
  color: #00d2a0;
}

.why-choose-us-grid-card .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #02015a;
  margin-bottom: 6px;
}

.why-choose-us-grid-card .card-desc {
  font-size: 14px;
  color: #666680;
  line-height: 1.5;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-benefites-section-area .benefites-box .star {
    display: none;
  }
}

@media (max-width: 767px) {
  .service-benefites-section-area .heading4.space-margin60 {
    margin-bottom: 32px;
  }

  .service-benefites-section-area .vl-section-title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    margin-bottom: 20px;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons {
    position: static;
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin-bottom: 18px;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons img {
    height: 40px;
    width: 40px;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area {
    width: 100%;
    padding-left: 0;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .title {
    display: inline-block;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    letter-spacing: 0;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .readmore svg {
    flex: 0 0 auto;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .space16 {
    height: 10px;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area .space28 {
    height: 18px;
  }
}

@media (max-width: 575px) {
  .service-benefites-section-area .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-benefites-section-area .vl-section-title {
    font-size: 27px;
  }

  .service-benefites-section-area .benefites-box .benefites-widget-boxarea {
    padding: 22px 18px;
  }
}

.service8-scetion-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f7f7f9;
}

.service8-scetion-area .service8-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  padding: 40px;
  border-radius: 0 50px 0 50px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.service8-scetion-area .service8-boxarea:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  border-radius: 50px 0 50px 0;
  transform: translateY(-5px);
}

.service8-scetion-area .service8-boxarea:hover .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service8-scetion-area .service8-boxarea:hover p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.service8-scetion-area .service8-boxarea:hover .readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service8-scetion-area .service8-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.service8-scetion-area .service8-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: #f7f7f9;
  border-radius: 50%;
}

.service8-scetion-area .service8-boxarea .title {
  color: var(--ztc-text-text-17);
  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;
}

.service8-scetion-area .service8-boxarea p {
  color: rgba(9, 11, 14, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-bg-bg-18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  transition: all 0.4s;
}

.service8-scetion-area .service8-boxarea .readmore {
  color: var(--ztc-text-text-17);
  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;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.service8-scetion-area .service8-boxarea .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service8-scetion-area .service8-boxarea .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service7-section-area .service-hidden-boxarea {
  position: relative;
  z-index: 1;
}

.service7-section-area .service-hidden-boxarea.box2 .service-boxarea {
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
}

.service7-section-area .service-hidden-boxarea.box2 .service-boxarea .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service7-section-area .service-hidden-boxarea:hover .service-boxarea {
  bottom: 0;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
}

.service7-section-area .service-hidden-boxarea:hover .service-boxarea .title {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service7-section-area .service-hidden-boxarea .service-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 24px;
  transition: all 0.4s;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
  bottom: -145px;
}

@media (max-width: 767px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea {
    bottom: 0;
    background: var(--ztc-bg-bg-17);
    border-radius: 8px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea {
    bottom: 0;
    background: var(--ztc-bg-bg-17);
    border-radius: 8px;
    margin-bottom: 30px;
  }
}

.service7-section-area .service-hidden-boxarea .service-boxarea:hover {
  transition: all 0.4s;
}

.service7-section-area .service-hidden-boxarea .service-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
}

.service7-section-area .service-hidden-boxarea .service-boxarea .title {
  color: var(--ztc-text-text-14);
  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;
}

@media (max-width: 767px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea .title {
    color: var(--ztc-text-text-1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service7-section-area .service-hidden-boxarea .service-boxarea .title {
    color: var(--ztc-text-text-1);
  }
}

.service7-section-area .service-hidden-boxarea .service-boxarea .text {
  transition: all 0.4s;
}

.service7-section-area .service-hidden-boxarea .service-boxarea .text p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.service7-section-area .service-hidden-boxarea .service-boxarea .text .readmore {
  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;
  /* 100% */
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.service7-section-area .service-hidden-boxarea .service-boxarea .text .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service7-section-area .service-hidden-boxarea .service-boxarea .text .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f4f3;
}

.service8 .service8-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.service8 .service8-boxarea:hover .service8-widget-box2 {
  top: 0;
  transition: all 0.6s;
}

.service8 .service8-boxarea .service8-widgetbox {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px;
}

.service8 .service8-boxarea .service8-widgetbox .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.service8 .service8-boxarea .service8-widgetbox .img1 img {
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.service8 .service8-boxarea .service8-widgetbox .content-area {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}

.service8 .service8-boxarea .service8-widgetbox .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
  display: inline-block;
}

.service8 .service8-boxarea .service8-widgetbox .content-area .title {
  color: var(--ztc-text-text-17);
  text-align: center;
  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;
}

@media (max-width: 767px) {
  .service8 .service8-boxarea .service8-widgetbox .content-area .title {
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service8 .service8-boxarea .service8-widgetbox .content-area .title {
    line-height: 32px;
  }
}

.service8 .service8-boxarea .service8-widget-box2 {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  text-align: center;
  top: -100%;
  height: 100%;
  vertical-align: middle;
  transition: all 0.6s;
}

.service8 .service8-boxarea .service8-widget-box2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-14);
  opacity: 70%;
  z-index: -1;
}

.service8 .service8-boxarea .service8-widget-box2 .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.service8 .service8-boxarea .service8-widget-box2 .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area {
  position: relative;
  z-index: 1;
  padding: 65px 24px;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area .icons {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  display: inline-block;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area .title {
  color: var(--ztc-text-text-1);
  text-align: center;
  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;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area .title:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore {
  color: var(--ztc-text-text-1);
  text-align: center;
  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;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}

.service8 .service8-boxarea .service8-widget-box2 .content-area .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.service-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-inner-area .service4-boxarea {
  position: relative;
  z-index: 1;
  background: #ece8ff;
  border-radius: 8px;
  margin-bottom: 30px;
}

.service-inner-area .service4-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.service-inner-area .service4-boxarea .content-area {
  padding: 24px 16px;
}

.service-inner-area .service4-boxarea .content-area .title {
  color: var(--ztc-text-text-11);
  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;
}

.service-inner-area .service4-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.service-inner-area .service4-boxarea .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  letter-spacing: -0.16px;
}

.service-inner-area .service4-boxarea .content-area .readmore {
  color: var(--ztc-text-text-12);
  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;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}

.service-inner-area .service4-boxarea .content-area .readmore svg {
  margin-left: 4px;
}

.service-inner-area .service4-boxarea .img1 {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}

.service-inner-area .service4-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
}

.service-all-details-area {
  position: relative;
  z-index: 1;
}

.service-all-details-area h3 {
  color: var(--ztc-text-text-11);
  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: 20px;
}

.service-all-details-area .service-main-siderbar-area {
  position: sticky;
  top: 120px;
}

.service-all-details-area .service-main-siderbar-area .search-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #f4f4f9);
  padding: 28px 24px;
}

.service-all-details-area .service-main-siderbar-area .search-area form {
  position: relative;
  z-index: 1;
}

.service-all-details-area .service-main-siderbar-area .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}

.service-all-details-area .service-main-siderbar-area .search-area form input::-moz-placeholder {
  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;
  opacity: 70%;
}

.service-all-details-area .service-main-siderbar-area .search-area form input::placeholder {
  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;
  opacity: 70%;
}

.service-all-details-area .service-main-siderbar-area .search-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 12px;
  background: none;
  right: 5px;
}

.service-all-details-area .service-main-siderbar-area .categories-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #f4f4f9);
  padding: 28px 24px;
}

.service-all-details-area .service-main-siderbar-area .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-11);
  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;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px;
  transition: all 0.4s;
  margin-top: 20px;
}

.service-all-details-area .service-main-siderbar-area .categories-area ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  transform: translateY(-5px);
  color: var(--ztc-text-text-1);
}

.service-all-details-area .service-main-siderbar-area .categories-area ul li a:hover span {
  transform: rotate(90deg);
  transition: all 0.4s;
}

.service-all-details-area .service-main-siderbar-area .categories-area ul li a span {
  transition: all 0.4s;
}

.service-all-details-area .service-main-siderbar-area .open-hours-box {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #f4f4f9);
  padding: 28px 24px;
}

.service-all-details-area .service-main-siderbar-area .open-hours-box ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}

.service-all-details-area .service-main-siderbar-area .open-hours-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eaec;
  padding-top: 18px;
}

.service-all-details-area .service-main-siderbar-area .open-hours-box ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.service-all-details-area .service-main-siderbar-area .open-hours-box ul li span a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.service-all-details-area .service-main-siderbar-area .open-hours-box ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.service-all-details-area .service-main-content-details {
  position: relative;
  z-index: 1;
}

.service-all-details-area .service-main-content-details.padding-left {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .service-all-details-area .service-main-content-details.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-all-details-area .service-main-content-details.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}

.service-all-details-area .service-main-content-details.padding-right {
  padding: 0 50px 0 0;
}

@media (max-width: 767px) {
  .service-all-details-area .service-main-content-details.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-all-details-area .service-main-content-details.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}

.service-all-details-area .service-main-content-details h3 {
  color: var(--ztc-text-text-11);
  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;
}

.service-all-details-area .service-main-content-details .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.service-all-details-area .service-main-content-details .m-list-area {
  padding-bottom: 48px;
  border-bottom: 1px solid #e8eaec;
}

.service-all-details-area .service-main-content-details .m-list-area .m-list li {
  color: var(--ztc-text-text-11);
  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;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.service-all-details-area .service-main-content-details .m-list-area .m-list li img {
  margin: 0 6px 0 0;
}

.service-all-details-area .service-main-content-details .img-list-area {
  padding-bottom: 48px;
  border-bottom: 1px solid #e8eaec;
}

.service-all-details-area .service-main-content-details .img-list-area .img-list li {
  color: var(--ztc-text-text-11);
  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;
  margin-top: 32px;
}

.service-all-details-area .service-main-content-details .img-list-area .img-list li:nth-child(1) {
  margin: 0;
}

.service-all-details-area .service-main-content-details .img-list-area .img-list li img {
  margin: 0 13px 0 0;
}

.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item {
  border: none;
  padding: 0;
  margin-top: 24px;
  background: var(--ztc-bg-bg-10);
  border-radius: 8px;
}

.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button {
  box-shadow: none;
  border: none;
  outline: none;
  color: var(--ztc-text-text-11);
  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;
  text-transform: capitalize;
  padding: 26px 20px;
  transition: all 0.4s;
  border-radius: 8px;
  background: #f3f5f5;
}

.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button::after {
  filter: brightness(0);
}

.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 26px 20px 16px 20px;
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item h4 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item .accordion-body {
  padding: 0 80px 24px 24px;
}

.service-all-details-area .service-main-content-details .accordion-area .accordion .accordion-item .accordion-body p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

/*============= SERVICE CSS AREA ENDS===============*/
/*============= HERO CSS AREA ===============*/
.hero1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 160px 60px 0 60px;
  border-radius: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero1-section-area {
    margin: 160px 40px 0 40px;
  }
}

@media (max-width: 767px) {
  .hero1-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 200px;
  }
}

.hero1-section-area .hero-header {
  position: relative;
  z-index: 1;
}

.hero1-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.hero1-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}

.hero1-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}

.hero1-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
}

.hero1-section-area .hero-images {
  position: relative;
  left: 50px;
  top: 50px;
}

@media (max-width: 767px) {
  .hero1-section-area .hero-images {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero1-section-area .hero-images {
    left: 0;
  }
}

.hero1-section-area .hero-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero2-section-area {
  margin: 160px 0 0 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero2-section-area {
    margin: 160px 40px 0 40px;
  }
}

@media (max-width: 767px) {
  .hero2-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 200px;
  }
}

.hero2-section-area .bg-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero2-section-area .bg-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-7);
  opacity: 90%;
}

.hero2-section-area .hero-header {
  position: relative;
  z-index: 1;
}

.hero2-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero2-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.hero2-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}

.hero2-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}

.hero2-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
}

.hero2-section-area .hero-header .btn-area1 .play-btn {
  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-bold);
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 24px;
  display: inline-block;
}

@media (max-width: 767px) {
  .hero2-section-area .hero-header .btn-area1 .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}

.hero2-section-area .hero-header .btn-area1 .play-btn .video {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}

.hero2-section-area .hero-header .btn-area1 .play-btn .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}

.hero2-section-area .hero2-images {
  position: relative;
  left: 50px;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}

.hero2-section-area .hero2-images .elements6 {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 1;
}

.hero2-section-area .hero2-images .img1 {
  position: relative;
  z-index: 1;
}

.hero2-section-area .hero2-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.hero2-section-area .hero2-images .hero-contact {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  border-radius: 110px;
  padding: 16px 36px 16px 16px;
  width: 280px;
  position: absolute;
  bottom: 20px;
  left: -60px;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero2-section-area .hero2-images .hero-contact {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2-section-area .hero2-images .hero-contact {
    left: 0;
  }
}

.hero2-section-area .hero2-images .hero-contact:hover span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.hero2-section-area .hero2-images .hero-contact span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 50%;
}

.hero2-section-area .hero2-images .hero-contact span svg {
  filter: brightness(0) invert(1);
}

.hero2-section-area .hero2-images .hero-contact .text {
  padding-left: 10px;
}

.hero2-section-area .hero2-images .hero-contact .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.hero2-section-area .hero2-images .hero-contact .text 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: inline-block;
  transition: all 0.4s;
}

.hero2-section-area .hero2-images .hero-contact .text a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.hero-all-main-slider {
  position: relative;
  z-index: 1;
}

.hero-all-main-slider .testimonial-arrows {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .hero-all-main-slider .testimonial-arrows {
    bottom: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-all-main-slider .testimonial-arrows {
    top: 60%;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .hero-all-main-slider .testimonial-arrows {
    top: 65%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .testimonial-arrows {
    top: 55%;
  }
}

.hero-all-main-slider .testimonial-arrows button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.hero-all-main-slider .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
}

.hero-all-main-slider .testimonial-arrows .testimonial-next-arrow {
  margin-top: 12px;
}

.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active h5 {
  transition:
    transform 1400ms ease,
    opacity 1400ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active h1 {
  transition:
    transform 1600ms ease,
    opacity 1600ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active p {
  transition:
    transform 1700ms ease,
    opacity 1700ms ease;
  transform: translateX(0px);
  opacity: 0.9 !important;
}

.hero-all-main-slider .hero-main-slider .slick-slide.slick-current.slick-active .btn-area1 {
  transition:
    transform 1800ms ease,
    opacity 1800ms ease;
  transform: translateX(0px);
  opacity: 1;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area {
  margin: 150px 0 0 0;
  position: relative;
  overflow: hidden;
  padding: 120px 0 260px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area {
    margin: 160px 40px 0 40px;
  }
}

@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area {
    margin: 0;
    border-radius: 0;
    padding-top: 200px;
  }
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .bg-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .bg-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(98deg,
      rgba(6, 20, 1, 0.9) 24.17%,
      rgba(8, 29, 1, 0.45) 57.98%);
  opacity: 90%;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header {
  position: relative;
  z-index: 1;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
  display: inline-block;
  transform: translateX(-600px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
  height: 22px;
  width: 22px;
  display: inline-block;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
  overflow: hidden;
  transition:
    transform 1400ms ease,
    opacity 1400ms ease;
  transform: translateX(-800px);
  position: relative;
  opacity: 0;
}

@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  transition: all 0.4s;
  transition:
    transform 1400ms ease,
    opacity 1400ms ease;
  transform: translateX(-900px);
  position: relative;
  opacity: 0 !important;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 {
  transition:
    transform 1400ms ease,
    opacity 1400ms ease;
  transform: translateX(-1000px);
  position: relative;
  opacity: 0;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn {
  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-bold);
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 24px;
  display: inline-block;
}

@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn .video {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-5);
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 10px 0 0;
  position: relative;
  z-index: 1;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero-header .btn-area1 .play-btn .video::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 28px;
  top: 28px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 40%;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images {
  position: relative;
  left: 50px;
}

@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images {
    left: 0;
    margin-top: 30px;
  }
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .elements6 {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: 1;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .img1 {
  position: relative;
  z-index: 1;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact {
  display: flex;
  align-items: center;
  background: var(--ztc-bg-bg-1);
  border-radius: 110px;
  padding: 16px 36px 16px 16px;
  width: 280px;
  position: absolute;
  bottom: 20px;
  left: -60px;
  z-index: 2;
}

@media (max-width: 767px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact {
    left: 0;
  }
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact:hover span {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact span {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-7);
  border-radius: 50%;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact span svg {
  filter: brightness(0) invert(1);
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text {
  padding-left: 10px;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text 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: inline-block;
  transition: all 0.4s;
}

.hero-all-main-slider .hero-main-slider .hero3-section-area .hero2-images .hero-contact .text a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.hero4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 160px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area {
    padding: 180px 0 0 0;
  }
}

@media (max-width: 767px) {
  .hero4-section-area {
    padding: 180px 0 0 0;
  }
}

.hero4-section-area .hero-header {
  position: relative;
  z-index: 1;
  padding: 0 30px 0 0;
  top: -30px;
}

@media (max-width: 767px) {
  .hero4-section-area .hero-header {
    padding: 0;
    top: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero-header {
    padding: 0;
    top: 0;
    margin-bottom: 30px;
  }
}

.hero4-section-area .hero-header .elements12 {
  position: absolute;
  z-index: -1;
  height: 600px;
  width: 600px;
  max-width: 600px;
  max-height: 600px;
  top: -90px;
  left: -105px;
}

@media (max-width: 767px) {
  .hero4-section-area .hero-header .elements12 {
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero-header .elements12 {
    left: 0;
    z-index: -2;
  }
}

.hero4-section-area .hero4-images-area {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area {
    left: -95px;
  }
}

.hero4-section-area .hero4-images-area .bg-area .hero-bg2 {
  position: absolute;
  height: 800px;
  width: 800px;
  max-width: 800px;
  max-height: 800px;
  z-index: -1;
  top: -110px;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-images-area .bg-area .hero-bg2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-images-area .icons-area {
    display: none;
  }
}

.hero4-section-area .hero4-images-area .icons-area .icons1 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97a2fa 0.63%, #d9d5fd 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 150px;
}

.hero4-section-area .hero4-images-area .icons-area .icons2 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97a2fa 0.63%, #d9d5fd 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 40%;
  left: 150px;
}

.hero4-section-area .hero4-images-area .icons-area .icons3 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97a2fa 0.63%, #d9d5fd 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 200px;
}

.hero4-section-area .hero4-images-area .icons-area .icons4 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97a2fa 0.63%, #d9d5fd 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  right: -180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area .icons-area .icons4 {
    right: 0;
  }
}

.hero4-section-area .hero4-images-area .icons-area .icons5 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97a2fa 0.63%, #d9d5fd 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 40%;
  right: -250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area .icons-area .icons5 {
    right: -70px;
  }
}

.hero4-section-area .hero4-images-area .icons-area .icons6 {
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(118deg, #97a2fa 0.63%, #d9d5fd 85.25%);
  box-shadow: 0px 5px 12px 0px rgba(180, 170, 251, 0.4);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: -250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero4-section-area .hero4-images-area .icons-area .icons6 {
    right: -80px;
  }
}

.hero4-section-area .hero4-images-area .img1 {
  position: relative;
  left: 80px;
  height: 600px;
  width: 600px;
}

@media (max-width: 767px) {
  .hero4-section-area .hero4-images-area .img1 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
  }
}

.hero5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 160px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero5-section-area {
    padding: 180px 0 0 0;
  }
}

@media (max-width: 767px) {
  .hero5-section-area {
    padding: 180px 0 0 0;
  }
}

.hero5-section-area .hero5-widget-boxarea {
  position: relative;
  z-index: 1;
  padding: 48px 0 0 48px;
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea {
    padding: 30px;
  }
}

.hero5-section-area .hero5-widget-boxarea .hero-img9 {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

@media xs {
  .hero5-section-area .hero5-widget-boxarea .hero-img9 {
    z-index: -1;
    bottom: 0;
    position: absolute;
  }
}

.hero5-section-area .hero5-widget-boxarea h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea h5 {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 20px;
  }
}

.hero5-section-area .hero5-widget-boxarea p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  /* 144.444% */
}

.hero5-section-area .hero5-widget-boxarea h1 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 56px;
}

@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero5-section-area .hero5-widget-boxarea .price-area {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero5-section-area .hero5-widget-boxarea .price-area {
    display: none;
  }
}

.hero5-section-area .hero5-widget-boxarea .price-area img {
  position: absolute;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  z-index: -1;
  top: -40px;
  left: -30px;
}

.hero5-section-area .hero5-widget-boxarea .price-area h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
  text-align: center;
}

.hero5-section-area .hero5-widget-boxarea .price-area p {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.hero5-section-area .others-widget-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
  padding: 32px 32px 10px 32px;
}

.hero5-section-area .others-widget-boxarea .elements19 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.hero5-section-area .others-widget-boxarea h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  padding: 8px 10px;
  border-radius: 6px;
}

.hero5-section-area .others-widget-boxarea h2 {
  color: var(--ztc-text-text-14);
  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: 32px;
}

.hero5-section-area .others-widget-boxarea a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.hero5-section-area .others-widget-boxarea a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.hero5-section-area .others-widget-boxarea a svg {
  margin: -5px 0 0 4px;
}

.hero5-section-area .others-widget-boxarea .img1 {
  position: relative;
  z-index: 1;
  text-align: end;
}

.hero6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
  padding: 200px 0 100px;
}

.hero6-section-area .hero-header6 h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

.hero6-section-area .hero-header6 h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}

.hero6-section-area .hero-header6 h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
}

@media (max-width: 767px) {
  .hero6-section-area .hero-header6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero6-section-area .hero-header6 p {
  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-medium);
  line-height: 26px;
  opacity: 80%;
}

.hero6-section-area .hero-header6 .btn-area1 .popup-youtube {
  margin-left: 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-bold);
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 767px) {
  .hero6-section-area .hero-header6 .btn-area1 .popup-youtube {
    margin-left: 0;
    margin-top: 24px;
  }
}

.hero6-section-area .hero-header6 .btn-area1 .popup-youtube span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  display: inline-block;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
}

.hero6-section-area .hero-header6 .btn-area1 .popup-youtube span::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 24px;
  top: 24px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 40%;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}

.hero6-section-area .hero-shape-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area .owl-nav {
    text-align: center;
    margin-top: 30px;
  }
}

.hero6-section-area .hero-shape-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -35px;
}

@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-prev {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
  }
}

.hero6-section-area .hero-shape-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -35px;
}

@media (max-width: 767px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero6-section-area .hero-shape-area .owl-nav .owl-next {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

.hero6-section-area .hero-shape-area .owl-nav button {
  height: 70px;
  width: 70px;
  border: none;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  line-height: 70px;
  font-size: var(--ztc-font-size-font-s24);
}

.hero6-section-area .hero-shape-area .owl-nav button:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}

.hero6-section-area .hero-shape-area .elements25 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero6-section-area .hero-shape-area .hero8-images-area .img1 img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 100px 0 100px;
}

.hero7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 140px 0 60px;
}

.hero7-section-area .hero7-header-area {
  position: relative;
}

.hero7-section-area .hero7-header-area .heading-content {
  position: relative;
  z-index: 1;
  background: #f3f5f4;
  padding: 48px;
  border-radius: 30px;
}

.hero7-section-area .hero7-header-area .heading-content h5 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero7-section-area .hero7-header-area .heading-content h5 {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 24px;
  }
}

.hero7-section-area .hero7-header-area .heading-content h1 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s66);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 72px;
  display: inline-block;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero7-section-area .hero7-header-area .heading-content h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero7-section-area .hero7-header-area .img1 {
  height: 280px;
  margin-top: 30px;
}

.hero7-section-area .hero7-header-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  background: #ffc4af;
}

.hero7-section-area .hero7-header-area .img2 {
  height: 280px;
  margin-top: 30px;
}

.hero7-section-area .hero7-header-area .img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  background: #f1e5a1;
}

.hero7-section-area .images-area {
  position: relative;
  height: 680px;
  overflow: hidden;
  background: #ffcca6;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .hero7-section-area .images-area {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero7-section-area .images-area {
    margin-top: 30px;
  }
}

.hero7-section-area .images-area h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: 128px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 122px;
  position: absolute;
  top: 20px;
  z-index: 2;
}

.hero7-section-area .images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}

.hero8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-14);
  padding: 226px 0 100px;
}

@media (max-width: 767px) {
  .hero8-section-area {
    padding: 170px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-section-area {
    padding: 170px 0 0;
  }
}

.hero8-section-area .img1 img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .hero8-section-area .img1 img {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero8-section-area .img1 img {
    position: relative;
  }
}

.hero8-section-area .hero-header-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero8-section-area .hero-header-area {
    text-align: center;
  }
}

.hero8-section-area .hero-header-area .elements23 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100px;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}

@media (max-width: 767px) {
  .hero8-section-area .hero-header-area .elements23 {
    left: 0;
    top: 0;
  }
}

.hero8-section-area .hero-header-area h5 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero8-section-area .hero-header-area h5 {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 14px;
  }
}

.hero8-section-area .hero-header-area h5 img {
  margin: 0 4px 0 0;
  filter: brightness(0) invert(1);
}

.hero8-section-area .hero-header-area h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 64px;
}

@media (max-width: 767px) {
  .hero8-section-area .hero-header-area h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.hero8-section-area .hero-header-area p {
  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-medium);
  line-height: 26px;
  opacity: 90%;
}

.hero8-section-area .hero-header-area .btn-area1 a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.hero8-section-area .hero-header-area .btn-area1 a::after {
  background: var(--ztc-bg-bg-1);
}

.hero8-section-area .hero-header-area .widget-boxarea {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .hero8-section-area .hero-header-area .widget-boxarea {
    text-align: center;
  }
}

.hero8-section-area .hero-header-area .widget-boxarea h4 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}

.hero8-section-area .hero-header-area .widget-boxarea a {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: block;
  transition: all 0.4s;
}

.inner-header-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  padding: 180px 0 80px;
}

@media (max-width: 767px) {
  .inner-header-section-area {
    padding: 160px 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area {
    padding: 160px 0 60px;
  }
}

.inner-header-section-area .elements28 {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 650px;
  width: 650px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: -325px;
}

.inner-header-section-area .hero-header {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .inner-header-section-area .hero-header {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area .hero-header {
    text-align: center;
  }
}

.inner-header-section-area .hero-header h1 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 70px;
}

@media (max-width: 767px) {
  .inner-header-section-area .hero-header h1 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
  }
}

.inner-header-section-area .hero-header a.bradecrumb {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

.inner-header-section-area .hero-header a.bradecrumb i {
  margin: 0 6px;
}

.inner-header-section-area .hero-images {
  position: relative;
  left: 50px;
  top: 15px;
}

@media (max-width: 767px) {
  .inner-header-section-area .hero-images {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-header-section-area .hero-images {
    left: 0;
  }
}

.inner-header-section-area .hero-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-2);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-2);
}

.vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-2);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .vl-offcanvas {
    width: 100%;
  }
}

.vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul {
  list-style: none;
}

.vl-offcanvas-menu ul li {
  position: relative;
}

.vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-offcanvas-menu ul li a span {
  display: block;
}

.vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.vl-menu-close i {
  transition: 0.3s;
}

.homepage2-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-5);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-5);
}

.homepage2-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage2-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-5);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage2-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage2-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage2-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage2-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage2-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage2-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage2-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage2-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage2-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage2-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage2-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage2-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage2-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage2-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage2-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage2-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage2-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage2-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage2-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage2-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage3-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-9);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-9);
}

.homepage3-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-9);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage3-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-8);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage3-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage3-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage3-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage3-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage3-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage3-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage3-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage3-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage3-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage3-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage3-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage3-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage3-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage3-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage3-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage3-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage3-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage3-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage3-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage3-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage4-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-11);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-11);
}

.homepage4-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage4-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-10);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage4-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage4-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage4-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage4-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage4-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage4-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage4-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage4-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage4-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage4-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage4-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage4-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage4-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage4-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage4-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage4-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage4-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage4-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage4-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage4-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage5-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}

.homepage5-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage5-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-13);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage5-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage5-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage5-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage5-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage5-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage5-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage5-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage5-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage5-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage5-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage5-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage5-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage5-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage5-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage5-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage5-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage5-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage5-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage5-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage5-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage6-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage6-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-16);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage6-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage6-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage6-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage6-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage6-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage6-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage6-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage6-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage6-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage6-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage6-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage6-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage6-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage6-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage6-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage6-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage6-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage6-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage6-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage6-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage7-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-14);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-14);
}

.homepage7-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage7-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-17);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage7-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage7-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage7-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage7-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage7-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage7-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage7-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage7-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage7-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage7-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage7-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage7-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage7-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage7-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage7-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage7-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage7-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage7-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage7-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage7-body .vl-menu-close i {
  transition: 0.3s;
}

.homepage8-body .vl-header-action-item {
  float: right;
  border: 1px solid var(--ztc-text-text-1);
  padding: 6px;
  border-radius: 4px;
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-header-action-item button {
  border: none;
  outline: none;
  background: none;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.homepage8-body .vl-offcanvas {
  position: fixed;
  background: var(--ztc-bg-bg-18);
  width: 450px;
  z-index: 99;
  right: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

@media only screen and (max-width: 450px) {
  .homepage8-body .vl-offcanvas {
    width: 100%;
  }
}

.homepage8-body .vl-offcanvas-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.homepage8-body .vl-offcanvas-close-toggle {
  font-size: var(--ztc-font-size-font-s30);
  color: var(--vl-heading-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage8-body .vl-offcanvas-header {
    margin-bottom: 40px;
  }
}

.homepage8-body .vl-offcanvas-title {
  font-size: 35px;
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-info span a {
  display: block;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
}

.homepage8-body .vl-offcanvas-info span a i {
  margin: 0 4px 0 0;
}

.homepage8-body .vl-offcanvas-sm-title {
  font-size: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-1);
  font-size: 14px;
}

.homepage8-body .vl-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45 easc-in-out;
  background: rgba(24, 24, 24, 0.4);
}

.homepage8-body .vl-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.homepage8-body .vl-offcanvas .vl-offcanvas-logo {
  height: 50px;
  width: 164px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage8-body .vl-offcanvas .vl-offcanvas-close button {
  border: none;
  background: none;
  outline: none;
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-menu ul {
  list-style: none;
}

.homepage8-body .vl-offcanvas-menu ul li {
  position: relative;
}

.homepage8-body .vl-offcanvas-menu ul li a {
  padding: 8px 0;
  display: block;
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage8-body .vl-offcanvas-menu ul li a span {
  display: block;
}

.homepage8-body .vl-offcanvas-menu ul li>a {
  border-bottom: none;
}

.homepage8-body .vl-offcanvas-menu ul li.active>a {
  color: var(--ztc-text-text-1);
}

.homepage8-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
  transform: rotate(90deg);
}

.homepage8-body .vl-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.homepage8-body .vl-menu-close {
  position: absolute;
  right: 0;
  top: 7px;
  border: 1px solid var(--ztc-text-text-1);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  color: var(--ztc-text-text-1);
  border-radius: 4px;
}

.homepage8-body .vl-menu-close i {
  transition: 0.3s;
}

/*============= MOBILE MENU CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
.vl-blog-1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-1-area .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 20px 32px 20px;
}

.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-9);
  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;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span {
  padding: 16px 20px;
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  background: var(--ztc-bg-bg-8);
}

.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span::after {
  background: var(--ztc-bg-bg-9);
}

.vl-blog-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-4-area .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f4f9;
  margin-bottom: 30px;
}

.vl-blog-4-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 30px 24px 24px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px;
  text-transform: uppercase;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-11);
  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: 32px;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore {
  color: var(--ztc-text-text-11);
  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;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore svg {
  margin-left: 4px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.vl-blog-5-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-5-area .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 20px 32px 20px;
  margin-bottom: 30px;
}

.vl-blog-5-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  color: #ebebec;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  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;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span {
  padding: 16px 20px;
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  background: var(--ztc-bg-bg-12);
}

.vl-blog-5-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .vl-btn3 span::after {
  background: var(--ztc-bg-bg-13);
}

.vl-blog-6-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-6-area .vl-blog-6-item {
  background: #f7f7f9;
  border-radius: 60px 0 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item:hover {
  border-radius: 0 60px 0 60px;
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content {
  padding: 28px 24px;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  color: #ebebec;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-17);
  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: 28px;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore {
  color: var(--ztc-text-text-17);
  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: 30px;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
}

.vl-blog-6-area .vl-blog-6-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-7-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-7-area .blog-slider-area {
  position: relative;
  z-index: 1;
}

.vl-blog-7-area .blog-slider-area .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .vl-blog-7-area .blog-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .blog-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

.vl-blog-7-area .blog-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: #f3f5f4;
  color: var(--ztc-text-text-14);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.vl-blog-7-area .blog-slider-area .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-17);
}

.vl-blog-7-area .blog-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item {
  background: #f3f5f4;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  transition: all 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 20px;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li:nth-child(2) {
  margin-top: 10px;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
  margin: 0 8px;
  display: inline-block;
  transition: all 0.4s;
  color: #ebebec;
}

@media (max-width: 767px) {
  .vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a span {
    display: none;
  }
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-14);
  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: 30px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.36px;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore {
  color: var(--ztc-text-text-14);
  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;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover {
  color: var(--ztc-text-text-22);
  transition: al 0.4s;
}

.vl-blog-7-area .blog-slider-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-8-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #f2f4f3;
  padding: 32px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-8-area .vl-blog-8-item .vl-blog-8-content {
    margin-top: 30px;
  }
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li {
  display: inline-block;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li:nth-child(1) {
  margin: 0 16px 0 0;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li a {
  color: var(--ztc-text-text-6);
  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;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .vl-blog7-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content h3 .title {
  color: var(--ztc-text-text-17);
  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: 38px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content h3 .title:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore {
  color: var(--ztc-text-text-17);
  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;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-item .vl-blog-8-content .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #f2f4f3;
  padding: 32px;
  margin-top: 30px;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li {
  display: inline-block;
}

.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li:nth-child(1) {
  margin: 0 16px 0 0;
}

.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li a {
  color: var(--ztc-text-text-6);
  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;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 .vl-blog7-meta ul li a svg {
  margin: -5px 4px 0 0;
}

.vl-blog-8-area .vl-blog-8-content2 h3 .title {
  color: var(--ztc-text-text-17);
  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: 32px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 h3 .title:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 .readmore {
  color: var(--ztc-text-text-17);
  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;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 .readmore i {
  margin-left: 4px;
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 .readmore:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}

.vl-blog-8-area .vl-blog-8-content2 .readmore:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.vl-blog-4-area-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vl-blog-4-area-inner .vl-blog-1-item {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f4f9;
  margin-bottom: 30px;
}

.vl-blog-4-area-inner .vl-blog-1-item:hover .vl-blog-1-thumb img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-thumb {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content {
  padding: 24px 30px 24px 24px;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li {
  display: inline-block;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-meta ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: rgba(68, 22, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px;
  text-transform: uppercase;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
  color: var(--ztc-text-text-11);
  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: 32px;
  /* 125% */
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore {
  color: var(--ztc-text-text-11);
  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;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore svg {
  margin-left: 4px;
  height: 16px;
  width: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-icon a.learnmore:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.vl-blog-details-section {
  position: relative;
  z-index: 1;
}

.vl-blog-details-section .blog-auhtor-details-side {
  position: sticky;
  top: 120px;
}

.vl-blog-details-section .blog-auhtor-details-side h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-blog-details-section .blog-auhtor-details-side .search-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #f4f4f9;
  padding: 24px 28px;
}

.vl-blog-details-section .blog-auhtor-details-side .search-area form {
  position: relative;
  z-index: 1;
}

.vl-blog-details-section .blog-auhtor-details-side .search-area form input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  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;
  padding: 19px 16px;
}

.vl-blog-details-section .blog-auhtor-details-side .search-area form button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: var(--ztc-font-size-font-s22);
}

.vl-blog-details-section .blog-auhtor-details-side .category-list-area {
  border-radius: 8px;
  background: #f4f4f9;
  padding: 24px 28px;
}

.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li {
  margin-top: 18px;
}

.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ztc-text-text-11);
  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;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-blog-details-section .blog-auhtor-details-side .category-list-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-blog-details-section .blog-auhtor-details-side .tags-area {
  border-radius: 8px;
  background: #f4f4f9;
  padding: 24px 28px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .tags-area {
    text-align: center;
  }
}

.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li {
  display: inline-block;
}

.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  font-weight: var(--ztc-weight-semibold);
  transition: all 0.4s;
  color: var(--ztc-text-text-11);
  margin-top: 16px;
  position: relative;
  z-index: 1;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a {
    margin-right: 0;
  }
}

.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a:hover {
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-blog-details-section .blog-auhtor-details-side .tags-area ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.vl-blog-details-section .blog-auhtor-details-side .auhtor-area {
  border-radius: 8px;
  background: #f4f4f9;
  padding: 24px 28px;
}

.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li {
  display: inline-block;
}

.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li a {
  margin: 0 10px 0 0;
}

.vl-blog-details-section .blog-auhtor-details-side .auhtor-area ul li a img {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #f4f4f9;
  padding: 24px 28px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area {
    text-align: center;
  }
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts {
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts {
    text-align: center;
  }
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
  position: absolute;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 {
    position: relative;
  }
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .img1 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
  padding-left: 140px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content {
    padding-left: 0;
    margin-top: 16px;
  }
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a {
  color: var(--ztc-text-text-11);
  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;
  transition: all 0.4s;
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a svg {
  margin: -5px 4px 0 0;
  transition: all 0.4s;
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content ul li a span {
  color: #e6e6eb;
  display: inline-block;
  margin: 0 8px 0;
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content h4 a {
  color: var(--ztc-text-text-11);
  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: 26px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-details-section .blog-auhtor-details-side .recent-posts-area .recent-posts .content h4 a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.vl-blog-details-section .blog-others-sidebar.padding-left {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}

.vl-blog-details-section .blog-others-sidebar.padding-right {
  padding: 0 50px 0 0;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar.padding-right {
    padding: 0;
    margin-top: 30px;
  }
}

.vl-blog-details-section .blog-others-sidebar h2 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 52px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}

.vl-blog-details-section .blog-others-sidebar h3 {
  color: var(--ztc-text-text-11);
  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;
}

.vl-blog-details-section .blog-others-sidebar p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  letter-spacing: -0.18px;
}

.vl-blog-details-section .blog-others-sidebar .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.vl-blog-details-section .blog-others-sidebar .list-author li {
  display: inline-block;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .list-author li:nth-child(3) {
    margin-top: 10px;
  }
}

.vl-blog-details-section .blog-others-sidebar .list-author li:nth-child(1) a {
  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-medium);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  background: var(--ztc-bg-bg-11);
  padding: 10px;
  border-radius: 4px;
  margin: 0 16px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .list-author li a {
  color: var(--ztc-text-text-11);
  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;
}

.vl-blog-details-section .blog-others-sidebar .list-author li a img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: -5px 4px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .list-author li a span {
  color: #cdcdd6;
  display: inline-block;
  margin: 0 8px;
}

.vl-blog-details-section .blog-others-sidebar .m-list-area .m-list li {
  color: var(--ztc-text-text-11);
  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;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 16px;
}

.vl-blog-details-section .blog-others-sidebar .m-list-area .m-list li img {
  margin: 0 6px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box {
  border-radius: 16px;
  background: var(--ztc-bg-bg-10);
  padding: 28px 32px;
  position: relative;
  z-index: 1;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 32px;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea {
  display: flex;
  align-items: center;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .text {
  padding-left: 12px;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area .author-boxarea .text p {
  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-medium);
  line-height: 16px;
  opacity: 80%;
}

.vl-blog-details-section .blog-others-sidebar .case-pera-box .list-area ul li {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  color: #ffa800;
}

.vl-blog-details-section .blog-others-sidebar .video-play-area {
  position: relative;
  z-index: 1;
}

.vl-blog-details-section .blog-others-sidebar .video-play-area .elements3 {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 2;
}

.vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img {
  display: block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-10);
  transition: all 0.4s;
  opacity: 40%;
  border-radius: 8px;
}

.vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .video-play-area a.play-img img {
    height: 300px;
  }
}

.vl-blog-details-section .blog-others-sidebar .video-play-area .play-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 2;
}

.vl-blog-details-section .blog-others-sidebar .video-play-area .play-btn a {
  border-radius: 120px;
  background: var(--ztc-bg-bg-1);
  padding: 8px 22px 8px 10px;
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}

.vl-blog-details-section .blog-others-sidebar .video-play-area .play-btn a span {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s30);
  margin: 0 8px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .tags-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid #e8eaec;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .tags-social {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .tags-social .tags {
    margin-bottom: 16px;
  }
}

.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li {
  display: inline-block;
}

.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li:nth-child(1) {
  color: var(--ztc-text-text-11);
  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 16px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li a {
  color: var(--ztc-text-text-11);
  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;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: var(--Gray-Color, #f4f4f9);
  padding: 10px;
  margin: 0 8px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .tags-social .tags ul li a:hover {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li {
  display: inline-block;
}

.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li:nth-child(1) {
  color: var(--ztc-text-text-11);
  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 16px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li a {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
  background: #f4f4f9;
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
  margin: 0 8px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .tags-social .social ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: #f4f4f9;
  padding: 24px;
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
  margin: 0 0 0 30px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea.box2 {
    margin: 0;
  }
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes {
    display: inline-block;
  }
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box {
  display: flex;
  align-items: center;
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .img3 img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content {
  padding-left: 18px;
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date {
  color: var(--ztc-text-text-11);
  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;
  /* 100% */
  display: inline-block;
  margin-bottom: 16px;
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .date svg {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: -5px 4px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .comments-auhtor-box .content .name {
  color: var(--ztc-text-text-11);
  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;
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply {
  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-semibold);
  line-height: 16px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
  padding: 12px 16px;
  background: var(--ztc-bg-bg-10);
  border-radius: 8px;
}

@media (max-width: 767px) {
  .vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply {
    margin-top: 12px;
  }
}

.vl-blog-details-section .blog-others-sidebar .comments-boxarea .comments-boxes .reply i {
  margin: 0 2px 0 0;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea {
  border-radius: 16px;
  background: var(--Gray-Color, #f4f4f9);
  padding: 32px;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea h3 {
  color: var(--ztc-text-text-11);
  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: 32px;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area {
  margin-top: 16px;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  padding: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  height: 120px;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.vl-blog-details-section .blog-others-sidebar .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}

/*============= BLOG CSS AREA ENDS ===============*/
/*============= FOOTER CSS AREA ===============*/
.vl-footer1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 80px 0 32px;
  overflow: hidden;
}

.vl-footer1-section-area .footer-time-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;
}

.vl-footer1-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}

.vl-footer1-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eaec;
  padding-top: 18px;
}

.vl-footer1-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.vl-footer1-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.vl-footer1-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer1-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer1-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer1-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer1-section-area .footer-widget-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;
}

.vl-footer1-section-area .footer-widget-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-medium);
  line-height: 16px;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}

.vl-footer1-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}

.vl-footer1-section-area .footer-widget-area .social-links li {
  display: inline-block;
}

.vl-footer1-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer1-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer1-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.vl-footer1-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer1-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}

.vl-footer1-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer1-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #d4d6dd;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer1-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer1-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer1-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer1-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}

.vl-footer1-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer1-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer2-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  padding: 80px 0 32px;
  overflow: hidden;
}

.vl-footer2-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-5);
  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;
}

.vl-footer2-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}

.vl-footer2-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eaec;
  padding-top: 18px;
}

.vl-footer2-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.vl-footer2-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer2-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer2-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-6);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer2-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer2-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-footer2-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-6);
  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;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}

.vl-footer2-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}

.vl-footer2-section-area .footer-widget-area .social-links li {
  display: inline-block;
}

.vl-footer2-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer2-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer2-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-footer2-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.vl-footer2-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer2-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}

.vl-footer2-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer2-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #d4d6dd;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer2-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer2-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer2-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer2-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}

.vl-footer2-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer2-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer3-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}

.vl-footer3-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-9);
  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;
}

.vl-footer3-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}

.vl-footer3-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eaec;
  padding-top: 18px;
}

.vl-footer3-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.vl-footer3-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer3-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer3-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer3-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-footer3-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-6);
  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;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}

.vl-footer3-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}

.vl-footer3-section-area .footer-widget-area .social-links li {
  display: inline-block;
}

.vl-footer3-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-9);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer3-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer3-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-footer3-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.vl-footer3-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer3-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}

.vl-footer3-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer3-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #d4d6dd;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer3-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer3-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer3-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer3-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}

.vl-footer3-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer3-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer4-section-area {
  position: relative;
  z-index: 1;
  padding: 80px 0 32px;
  overflow: hidden;
}

.vl-footer4-section-area .footer-description-area {
  padding: 0 30px 0 0;
}

.vl-footer4-section-area .footer-description-area img {
  width: 200px;
  height: 44px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vl-footer4-section-area .footer-description-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 70%;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ztc-text-text-1);
}

.vl-footer4-section-area .footer-description-area .footer-form-area {
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area .footer-description-area .footer-form-area form {
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area .footer-description-area .footer-form-area form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  padding: 24px;
  border-radius: 100px;
}

.vl-footer4-section-area .footer-description-area .footer-form-area form input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}

.vl-footer4-section-area .footer-description-area .footer-form-area form input::placeholder {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}

.vl-footer4-section-area .footer-description-area .footer-form-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer4-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer4-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer4-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-footer4-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-11);
  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;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
  opacity: 70%;
}

.vl-footer4-section-area .footer-widget-area ul li a svg {
  margin: 0 4px 0 0;
  filter: brightness(0);
}

.vl-footer4-section-area .footer-widget-area .social-links li {
  display: inline-block;
}

.vl-footer4-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: linear-gradient(118deg, #97a2fa 0.63%, #d9d5fd 85.25%);
  box-shadow: 0px 5px 12px rgba(180, 170, 251, 0.4);
  color: var(--ztc-text-text-11);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer4-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer4-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-footer4-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer4-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}

.vl-footer4-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #d4d6dd;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer4-section-area .copyright-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer4-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer4-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer4-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}

.vl-footer4-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

@media (max-width: 767px) {
  .vl-footer4-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer5-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}

.vl-footer5-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-14);
  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;
}

.vl-footer5-section-area .footer-time-area ul {
  background: #f5f2ff;
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}

.vl-footer5-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddae7;
  padding-top: 18px;
}

.vl-footer5-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.vl-footer5-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer5-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer5-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer5-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-footer5-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-15);
  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;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}

.vl-footer5-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}

.vl-footer5-section-area .footer-widget-area .social-links li {
  display: inline-block;
}

.vl-footer5-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #f4f4f9;
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer5-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer5-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-footer5-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.vl-footer5-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer5-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}

.vl-footer5-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer5-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #d4d6dd;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer5-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer5-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer5-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer5-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}

.vl-footer5-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer5-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer6-section-area {
  position: relative;
  z-index: 1;
  background: #f7f7f9;
  padding: 280px 0 32px;
  overflow: hidden;
}

.vl-footer6-section-area .footer-logo-area img {
  width: 200px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

.vl-footer6-section-area .footer-logo-area p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 70%;
}

.vl-footer6-section-area .footer-logo-area .social-links li {
  display: inline-block;
}

.vl-footer6-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer6-section-area .footer-logo-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer6-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-footer6-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-17);
  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;
}

.vl-footer6-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.vl-footer6-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddae7;
  padding-top: 18px;
}

.vl-footer6-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.vl-footer6-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer6-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.vl-footer6-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer6-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer6-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer6-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-19);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer6-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-footer6-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-217);
  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;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}

.vl-footer6-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}

.vl-footer6-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #d4d6dd;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer6-section-area .copyright-area a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer6-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer6-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer6-section-area .copyright-area ul li span {
    margin: 0 6px;
    color: rgba(6, 3, 14, 0.1);
    display: inline-block;
    background: rgba(6, 3, 14, 0.1);
  }
}

.vl-footer6-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

@media (max-width: 767px) {
  .vl-footer6-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer7-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}

.vl-footer7-section-area .footer-logo-area img {
  width: 200px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

.vl-footer7-section-area .footer-logo-area p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 70%;
}

.vl-footer7-section-area .footer-logo-area .social-links li {
  display: inline-block;
}

.vl-footer7-section-area .footer-logo-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #f3f5f4;
  color: var(--ztc-text-text-2);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer7-section-area .footer-logo-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer7-section-area .footer-logo-area .social-links li a:hover {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-footer7-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-14);
  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;
}

.vl-footer7-section-area .footer-time-area ul {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.vl-footer7-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddae7;
  padding-top: 18px;
}

.vl-footer7-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.vl-footer7-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer7-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.vl-footer7-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer7-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer7-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer7-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer7-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-footer7-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-21);
  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;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}

.vl-footer7-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}

.vl-footer7-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #d4d6dd;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer7-section-area .copyright-area a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer7-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer7-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer7-section-area .copyright-area ul li span {
    margin: 0 6px;
    color: rgba(6, 3, 14, 0.1);
    display: inline-block;
    background: rgba(6, 3, 14, 0.1);
  }
}

.vl-footer7-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 70%;
}

@media (max-width: 767px) {
  .vl-footer7-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

.vl-footer8-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 80px 0 32px;
  overflow: hidden;
}

.vl-footer8-section-area .footer-time-area h4 {
  color: var(--ztc-text-text-17);
  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;
}

.vl-footer8-section-area .footer-time-area ul {
  background: #f2f4f3;
  border-radius: 8px;
  padding: 6px 28px 24px 28px;
}

.vl-footer8-section-area .footer-time-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #dbdddc;
  padding-top: 18px;
}

.vl-footer8-section-area .footer-time-area ul li:nth-child(3) {
  padding-bottom: 0;
  padding-top: 18px;
  border: none;
}

.vl-footer8-section-area .footer-time-area ul li span a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-family-font1);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}

.vl-footer8-section-area .footer-time-area ul li span a:nth-child(1) {
  font-weight: var(--ztc-weight-semibold);
}

.vl-footer8-section-area .footer-widget-area.foot-padding1 {
  padding-left: 60px;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding1 {
    padding-left: 0;
  }
}

.vl-footer8-section-area .footer-widget-area.foot-padding1 ul li a:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer8-section-area .footer-widget-area.foot-padding2 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

.vl-footer8-section-area .footer-widget-area.foot-padding2 ul li a:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
  padding-left: 5px;
}

.vl-footer8-section-area .footer-widget-area h3 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
}

.vl-footer8-section-area .footer-widget-area ul li a {
  color: var(--ztc-text-text-6);
  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;
  transition: all 0.4s;
  display: inline-block;
  padding-top: 24px;
}

.vl-footer8-section-area .footer-widget-area ul li a img {
  margin: 0 4px 0 0;
}

.vl-footer8-section-area .footer-widget-area .social-links li {
  display: inline-block;
}

.vl-footer8-section-area .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: #e6efed;
  color: var(--ztc-text-text-17);
  line-height: 36px;
  padding: 0;
  text-align: center;
  margin: 0 4px 0 0;
}

.vl-footer8-section-area .footer-widget-area .social-links li a:nth-child(4) {
  margin: 0;
}

.vl-footer8-section-area .footer-widget-area .social-links li a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.vl-footer8-section-area .footer-widget-area .footer-images {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.vl-footer8-section-area .footer-widget-area .footer-images:hover .icons a {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.vl-footer8-section-area .footer-widget-area .footer-images img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  max-width: 70px;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .footer-widget-area .footer-images img {
    width: 100px;
    max-width: 100px;
  }
}

.vl-footer8-section-area .footer-widget-area .footer-images .icons a {
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-18);
  color: var(--ztc-text-text-1);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  visibility: hidden;
  opacity: 0;
}

.vl-footer8-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid #dadadb;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .copyright-area {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area {
    display: inline-block;
  }
}

.vl-footer8-section-area .copyright-area img {
  width: 175px;
  height: 34px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area ul {
    padding-top: 20px;
  }
}

.vl-footer8-section-area .copyright-area ul li {
  display: inline-block;
}

.vl-footer8-section-area .copyright-area ul li span {
  margin: 0 14px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vl-footer8-section-area .copyright-area ul li span {
    margin: 0 6px;
  }
}

.vl-footer8-section-area .copyright-area ul li a {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  opacity: 80%;
}

@media (max-width: 767px) {
  .vl-footer8-section-area .copyright-area ul li a {
    font-size: var(--ztc-font-size-font-s14);
    line-height: 16px;
    padding-top: 16px;
  }
}

/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
/*============= HEADER CSS AREA ENDS ===============*/
.homepage1-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

.homepage1-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage1-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eaec;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage1-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

.homepage1-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}

.homepage1-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}

.homepage1-body .vl-transparent-header .header-top-area ul li span {
  color: #e8eaec;
  display: inline-block;
  margin: 0 8px;
}

.homepage1-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.homepage1-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}

.homepage1-body .vl-main-menu ul {
  text-align: center;
}

.homepage1-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage1-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage1-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-2);
  background: none;
  opacity: 70%;
}

.homepage1-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage1-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage1-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-2);
}

.homepage1-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage1-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-3);
  top: 0;
}

.homepage1-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage1-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage1-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage1-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-2);
  z-index: 1;
}

.homepage1-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage1-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage1-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage1-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-2);
}

.homepage1-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage1-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-4);
}

.homepage1-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage1-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage1-body .vl-mega-menu {
  position: absolute;
  left: -255px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage1-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage1-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage1-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage1-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage1-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage1-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage1-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -80px;
}

@media (max-width: 767px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -77px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage1-body .vl-home-thumb .btn-area1 {
    margin-top: -77px;
  }
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  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-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 28px;
  border-radius: 70px;
  background: var(--ztc-bg-bg-3);
  position: relative;
  z-index: 1;
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.homepage1-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 70px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage1-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-2) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage1-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-4) !important;
  transition: all 0.4s;
}

.homepage1-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage1-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage1-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #e8eaec;
}

.homepage1-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}

.homepage1-body .header-sticky .space16 {
  display: none !important;
}

.homepage2-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

.homepage2-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage2-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eaec;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage2-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

.homepage2-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage2-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.homepage2-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}

.homepage2-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}

.homepage2-body .vl-transparent-header .header-top-area ul li span {
  color: #e8eaec;
  display: inline-block;
  margin: 0 8px;
}

.homepage2-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage2-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.homepage2-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}

.homepage2-body .vl-main-menu ul {
  text-align: center;
}

.homepage2-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage2-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage2-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-7);
  background: none;
  opacity: 70%;
}

.homepage2-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage2-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage2-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-7);
}

.homepage2-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage2-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-6);
  top: 0;
}

.homepage2-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-5);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-6);
  z-index: 1;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage2-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage2-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-7);
}

.homepage2-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage2-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-7);
}

.homepage2-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage2-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage2-body .vl-mega-menu {
  position: absolute;
  left: -370px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage2-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage2-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage2-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage2-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage2-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage2-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-5);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage2-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -76px;
}

@media (max-width: 767px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage2-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text {
  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-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: capitalize;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-6);
  position: relative;
  z-index: 1;
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text:hover {
  color: var(--ztc-text-text-5);
  transition: all 0.4s;
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.homepage2-body .vl-home-thumb .btn-area1 .vl-btn2 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage2-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-5) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage2-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-7) !important;
  transition: all 0.4s;
}

.homepage2-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage2-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage2-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #e8eaec;
}

.homepage2-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}

.homepage2-body .header-sticky .space16 {
  display: none !important;
}

.homepage3-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

.homepage3-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage3-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eaec;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage3-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

.homepage3-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage3-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.homepage3-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}

.homepage3-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}

.homepage3-body .vl-transparent-header .header-top-area ul li span {
  color: #e8eaec;
  display: inline-block;
  margin: 0 8px;
}

.homepage3-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage3-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.homepage3-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}

.homepage3-body .vl-main-menu ul {
  text-align: center;
}

.homepage3-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage3-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage3-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-10);
  background: none;
  opacity: 70%;
}

.homepage3-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage3-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage3-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-10);
}

.homepage3-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage3-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-9);
  top: 0;
}

.homepage3-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage3-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage3-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-9);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage3-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-9);
  z-index: 1;
}

.homepage3-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage3-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage3-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage3-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-10);
}

.homepage3-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage3-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-10);
}

.homepage3-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage3-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage3-body .vl-mega-menu {
  position: absolute;
  left: -370px;
  top: 100px;
  width: 1300px;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage3-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage3-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage3-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage3-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage3-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage3-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-9);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage3-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -76px;
}

@media (max-width: 767px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage3-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}

.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text {
  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;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 20px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-9);
  position: relative;
  z-index: 1;
}

.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-8);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage3-body .vl-home-thumb .btn-area1 .vl-btn3 .text i {
  margin-left: 4px;
  transition: all 0.4s;
}

.homepage3-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-9) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage3-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-10) !important;
  transition: all 0.4s;
}

.homepage3-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage3-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage3-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #e8eaec;
}

.homepage3-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}

.homepage3-body .header-sticky .space16 {
  display: none !important;
}

.homepage4-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
  }
}

.homepage4-body .vl-transparent-header .vl-logo img {
  width: 200px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage4-body .vl-transparent-header .row-bg1 {
  background: var(--ztc-bg-bg-1);
  padding: 16px 0 16px 30px;
  border-radius: 100px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-transparent-header .row-bg1 {
    padding: 0;
  }
}

.homepage4-body .vl-main-menu ul {
  text-align: center;
}

.homepage4-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage4-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage4-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-12);
  background: none;
  opacity: 70%;
}

.homepage4-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 10px;
  font-weight: var(--ztc-weight-medium);
}

.homepage4-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage4-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-12);
}

.homepage4-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage4-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-11);
  top: 0;
}

.homepage4-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage4-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage4-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-11);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage4-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-11);
  z-index: 1;
}

.homepage4-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage4-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage4-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage4-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-12);
}

.homepage4-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage4-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-12);
}

.homepage4-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage4-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage4-body .vl-mega-menu {
  position: absolute;
  left: -240px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage4-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage4-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage4-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage4-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage4-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage4-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-2);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage4-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -38px;
  margin-left: -76px;
}

@media (max-width: 767px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage4-body .vl-home-thumb .btn-area1 {
    margin-top: -73px;
  }
}

.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 {
  color: var(--ztc-text-text-1) !important;
  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;
  letter-spacing: -0.16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  background: var(--ztc-bg-bg-11);
  box-shadow: 0px 4px 15px 0px rgba(68, 22, 255, 0.2);
  padding: 14px 16px;
  position: relative;
  z-index: 1;
}

.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}

.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage4-body .vl-home-thumb .btn-area1 .vl-btn4 svg {
  margin-left: 10px;
  transition: all 0.4s;
}

.homepage4-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-11) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage4-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-12) !important;
  transition: all 0.4s;
}

.homepage4-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage4-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage4-body .vl-hero-btn .btn-area1 .phone {
  color: var(--ztc-text-text-11);
  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: 140%;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 12px;
  margin: 0 8px 0 0;
  position: relative;
  z-index: 1;
}

.homepage4-body .vl-hero-btn .btn-area1 .phone:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.homepage4-body .vl-hero-btn .btn-area1 .phone:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.homepage4-body .vl-hero-btn .btn-area1 .phone:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.homepage4-body .vl-hero-btn .btn-area1 .phone::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.homepage4-body .vl-hero-btn .btn-area1 .phone svg {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}

.homepage4-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #e8eaec;
}

.homepage4-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0 16px 0;
  background-color: #ffffff57;
}

@media (max-width: 767px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

.homepage5-body .vl-transparent-header .vl-logo img {
  /* width: 164px;
  height: 50px; */
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li:nth-last-child(1) {
  margin: 0;
}

.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: #f5f2ff;
}

.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a svg {
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: 1px solid #e6e6e7;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage5-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

.homepage5-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-14);
  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: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}

.homepage5-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}

.homepage5-body .vl-transparent-header .header-top-area ul li span {
  color: #e6e6e7;
  display: inline-block;
  margin: 0 8px;
}

.homepage5-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.homepage5-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}

.homepage5-body .vl-main-menu ul {
  text-align: center;
}

.homepage5-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage5-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage5-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-16);
  background: none;
  opacity: 70%;
}

.homepage5-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 12px;
  font-weight: var(--ztc-weight-medium);
}

.homepage5-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage5-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-16);
}

.homepage5-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 340px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage5-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-13);
  top: 0;
}

.homepage5-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage5-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage5-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage5-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-13);
  z-index: 1;
}

.homepage5-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage5-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage5-body .vl-main-menu ul>li .sub-menu li a .submenu-icon {
  width: 18px;
  min-width: 18px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.homepage5-body .vl-main-menu ul>li .sub-menu li a .submenu-icon i {
  display: inline-block;
  background: linear-gradient(135deg, #4416ff 0%, #7d67ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s;
}

.homepage5-body .vl-main-menu ul>li .sub-menu li a:hover .submenu-icon i {
  /* background: linear-gradient(135deg, var(--ztc-bg-bg-17) 0%, var(--ztc-bg-bg-18) 100%); */
}

.homepage5-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage5-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-16);
}

.homepage5-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage5-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-16);
}

.homepage5-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage5-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage5-body .vl-mega-menu {
  position: absolute;
  left: -365px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage5-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage5-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage5-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage5-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage5-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage5-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage5-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}

@media (max-width: 767px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage5-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-13);
  position: relative;
  z-index: 1;
}

.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
}

.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.homepage5-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage5-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage5-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-16) !important;
  transition: all 0.4s;
}

.homepage5-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage5-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage5-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-1);
  border-bottom: 1px solid #e8eaec;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage5-body .header-sticky .header-top-area {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  height: 0;
  position: absolute;
}

.homepage5-body .header-sticky .space16 {
  display: none !important;
}

.homepage6-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage6-body .vl-transparent-header {
    background: var(--ztc-bg-bg-16);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-transparent-header {
    background: var(--ztc-bg-bg-16);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

.homepage6-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage6-body .vl-transparent-header .row-bg1 {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px 10px;
  border-radius: 0 20px 0 20px;
}

@media (max-width: 767px) {
  .homepage6-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}

.homepage6-body .vl-main-menu ul {
  text-align: center;
}

.homepage6-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage6-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage6-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-19);
  background: none;
  opacity: 70%;
}

.homepage6-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage6-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage6-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-19);
}

.homepage6-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage6-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-15);
  top: 0;
}

.homepage6-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage6-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage6-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-17);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage6-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-15);
  z-index: 1;
}

.homepage6-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage6-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage6-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage6-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-19);
}

.homepage6-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage6-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-19);
}

.homepage6-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage6-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage6-body .vl-mega-menu {
  position: absolute;
  left: -314px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage6-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage6-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage6-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage6-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage6-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage6-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-17);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage6-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}

@media (max-width: 767px) {
  .homepage6-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage6-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 0 10px 0 10px;
  background: var(--ztc-bg-bg-15);
  position: relative;
  z-index: 1;
}

.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-14);
  transition: all 0.4s;
  border-radius: 10px 0 10px 0;
}

.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.homepage6-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 10px 0 10px 0;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage6-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage6-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-19) !important;
  transition: all 0.4s;
}

.homepage6-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage6-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage6-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-16);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage6-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
}

.homepage7-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header {
    background: var(--ztc-bg-bg-1);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

.homepage7-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homepage7-body .vl-transparent-header .row-bg1 {
  background: #f3f5f4;
  padding: 20px 0;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}

.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li:nth-last-child(1) {
  margin: 0;
}

.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
}

.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a svg {
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e7;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .homepage7-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-transparent-header .header-top-area {
    display: none;
  }
}

.homepage7-body .vl-transparent-header .header-top-area .header-list ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header .header-top-area .header-list ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header .header-top-area .header-list ul li a svg {
  margin: 0 4px 0 0;
}

.homepage7-body .vl-transparent-header .header-top-area ul li {
  display: inline-block;
}

.homepage7-body .vl-transparent-header .header-top-area ul li span {
  color: #e6e6e7;
  display: inline-block;
  margin: 0 8px;
}

.homepage7-body .vl-transparent-header .header-top-area ul li a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header .header-top-area ul li a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}

.homepage7-body .vl-transparent-header .header-top-area ul li a svg {
  margin: 0 4px 0 0;
}

.homepage7-body .vl-main-menu ul {
  text-align: center;
}

.homepage7-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage7-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage7-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-22);
  background: none;
  opacity: 70%;
}

.homepage7-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage7-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage7-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-22);
}

.homepage7-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage7-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-17);
  top: 0;
}

.homepage7-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage7-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage7-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage7-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-17);
  z-index: 1;
}

.homepage7-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage7-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage7-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage7-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-22);
}

.homepage7-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage7-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-22);
}

.homepage7-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage7-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage7-body .vl-mega-menu {
  position: absolute;
  left: -365px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage7-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage7-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage7-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage7-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage7-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage7-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage7-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}

@media (max-width: 767px) {
  .homepage7-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage7-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 18px 24px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-17);
  position: relative;
  z-index: 1;
}

.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}

.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.homepage7-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage7-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-14) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage7-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-22) !important;
  transition: all 0.4s;
}

.homepage7-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage7-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage7-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: #ffcca6;
  border-bottom: 1px solid #ffcca6;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage7-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
}

.homepage8-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .homepage8-body .vl-transparent-header {
    background: var(--ztc-bg-bg-18);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-transparent-header {
    background: var(--ztc-bg-bg-18);
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  }
}

.homepage8-body .vl-transparent-header .vl-logo img {
  width: 164px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.homepage8-body .vl-transparent-header .row-bg1 {
  padding: 20px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .homepage8-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-transparent-header .row-bg1 {
    background: none;
    border: none;
    padding: 0;
  }
}

.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li:nth-last-child(1) {
  margin: 0;
}

.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
}

.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a svg {
  transition: all 0.4s;
}

.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
}

.homepage8-body .vl-transparent-header .vl-hero-btn .btn-area1 ul li a:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.homepage8-body .vl-main-menu ul {
  text-align: center;
}

.homepage8-body .vl-main-menu ul>li {
  display: inline-block;
  position: relative;
}

.homepage8-body .vl-main-menu ul>li .span-arrow {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.homepage8-body .vl-main-menu ul>li a.nav-link.active {
  color: var(--ztc-text-text-23);
  background: none;
  opacity: 70%;
}

.homepage8-body .vl-main-menu ul>li>a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  display: inline-block;
  position: relative;
  transition: 0.4s;
  padding: 0 16px;
  font-weight: var(--ztc-weight-medium);
}

.homepage8-body .vl-main-menu ul>li>a .arrow-size {
  font-size: var(--ztc-font-size-font-s12);
}

.homepage8-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-23);
}

.homepage8-body .vl-main-menu ul>li .sub-menu {
  position: absolute;
  top: 201%;
  width: 220px;
  left: 0;
  background: var(--ztc-bg-bg-1);
  padding: 12px 20px 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  transition: 0.4s;
  border-radius: 4px;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage8-body .vl-main-menu ul>li .sub-menu::after {
  position: absolute;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  background: var(--ztc-bg-bg-18);
  top: 0;
}

.homepage8-body .vl-main-menu ul>li .sub-menu.menu1 {
  top: 20% !important;
}

.homepage8-body .vl-main-menu ul>li .sub-menu li {
  margin-right: 0;
  display: block;
  text-align: start;
}

.homepage8-body .vl-main-menu ul>li .sub-menu li a {
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s18);
  position: relative;
  z-index: 1;
  padding: 12px 0 0 0;
  font-weight: var(--ztc-weight-medium);
}

.homepage8-body .vl-main-menu ul>li .sub-menu li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.4s;
  left: 0;
  bottom: 0;
  background: var(--ztc-bg-bg-18);
  z-index: 1;
}

.homepage8-body .vl-main-menu ul>li .sub-menu li a:hover::after {
  width: 50%;
  transition: all 0.4s;
}

.homepage8-body .vl-main-menu ul>li .sub-menu li a:before {
  display: none;
}

.homepage8-body .vl-main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 201%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform-origin: top;
  transform: scale(1, 0);
}

.homepage8-body .vl-main-menu ul>li .sub-menu li:hover>a {
  color: var(--ztc-text-text-23);
}

.homepage8-body .vl-main-menu ul>li .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
}

.homepage8-body .vl-main-menu ul>li:hover a {
  color: var(--ztc-text-text-23);
}

.homepage8-body .vl-main-menu ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 201%;
  transform: scale(1);
  transition: all 0.4s;
}

.homepage8-body .vl-main-menu ul>li:hover .vl-mega-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  top: 201%;
  transform: scale(1);
}

.homepage8-body .vl-mega-menu {
  position: absolute;
  left: -365px;
  top: 100px;
  width: 1300px;
  background: var(--ztc-bg-bg-1);
  padding: 25px;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  top: 201.3%;
  transform: scale(1, 0);
  transform-origin: top;
  border-radius: 4px;
  border: 1px solid #e8eaec;
  height: 630px;
  overflow-y: scroll;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage8-body .vl-mega-menu {
    left: -162px;
    width: 929px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .homepage8-body .vl-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scale(1);
  }
}

.homepage8-body .vl-home-thumb {
  position: relative;
  z-index: 1;
}

.homepage8-body .vl-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-home-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.homepage8-body .vl-home-thumb .img1 {
  position: relative;
  z-index: 1;
}

.homepage8-body .vl-home-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  transition: all 0.4s;
  top: 0;
  background: var(--ztc-text-text-14);
  border-radius: 4px;
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
}

.homepage8-body .vl-home-thumb .btn-area1 {
  position: absolute;
  top: 20%;
  left: 50%;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  margin-top: -62px;
  margin-left: -75px;
}

@media (max-width: 767px) {
  .homepage8-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage8-body .vl-home-thumb .btn-area1 {
    margin-top: -72px;
  }
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text {
  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-bold);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  text-transform: uppercase;
  padding: 20px 28px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-18);
  position: relative;
  z-index: 1;
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.homepage8-body .vl-home-thumb .btn-area1 .vl-btn1 .text::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  top: 0;
  left: 50%;
  border-radius: 8px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
}

.homepage8-body .vl-home-thumb a {
  font-size: var(--ztc-font-size-font-s16);
  line-height: 16px;
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-text-text-17) !important;
  transition: all 0.4s;
  display: block;
  padding-top: 16px;
  text-align: center;
  font-family: var(--ztc-family-font1);
}

.homepage8-body .vl-home-thumb a:hover {
  color: var(--ztc-text-text-23) !important;
  transition: all 0.4s;
}

.homepage8-body .vl-home-thumb:hover .btn-area1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  top: 50%;
}

.homepage8-body .vl-home-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.8;
}

.homepage8-body .header-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: 0.7s ease-in-out 0s normal none 1 running vlfadeInDown;
  background: var(--ztc-bg-bg-14);
  border-bottom: 1px solid var(--ztc-bg-bg-14);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}

.homepage8-body .header-sticky .row-bg1 {
  padding: 0;
  background: none;
  border: none;
}

@keyframes vlfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vlfadeInDown {
  animation: vlfadeInDown 1s ease-out forwards;
}

/*============= HEADER CSS AREA ENDS ===============*/
/*============= WORK CSS AREA ===============*/
.work1-section-area {
  position: relative;
  z-index: 1;
}

.work1-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.work1-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.work1-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.work1-section-area .work-single-boxarea.box2::after {
  display: none;
}

.work1-section-area .work-single-boxarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-7);
  opacity: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .work1-section-area .work-single-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work1-section-area .work-single-boxarea::after {
    display: none;
  }
}

.work1-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}

@media (max-width: 767px) {
  .work1-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}

.work1-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.work1-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}

.work1-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: block;
  transition: all 0.4s;
}

.work1-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.work2-section-area {
  position: relative;
  z-index: 1;
}

.work2-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.work2-section-area .work-single-boxarea.box2::after {
  display: none;
}

.work2-section-area .work-single-boxarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-7);
  opacity: 10%;
}

@media (max-width: 767px) {
  .work2-section-area .work-single-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work2-section-area .work-single-boxarea::after {
    display: none;
  }
}

.work2-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.work2-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-6);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.work2-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}

@media (max-width: 767px) {
  .work2-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}

.work2-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.work2-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}

.work2-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-2);
  text-align: center;
  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: block;
  transition: all 0.4s;
}

.work2-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.benefites-section-area {
  position: relative;
  z-index: 1;
}

.benefites-section-area .heading2 .bg-progress .progress-bar {
  margin-bottom: 24px;
}

.benefites-section-area .heading2 .bg-progress label {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.benefites-section-area .heading2 .bg-progress .progress {
  background-color: #dadce9;
  border-radius: 20px;
  height: 14px;
  position: relative;
}

.benefites-section-area .heading2 .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-7);
  height: 100%;
  transition: width 0.4s ease;
}

.benefites-section-area .benefites-images {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .benefites-section-area .benefites-images {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefites-section-area .benefites-images {
    margin-top: 40px;
  }
}

.benefites-section-area .benefites-images .img1 {
  text-align: end;
}

.benefites-section-area .benefites-images .img1 img {
  height: 460px;
  width: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.benefites-section-area .benefites-images .img2 {
  position: absolute;
  bottom: 20px;
  left: 0;
}

@media (max-width: 767px) {
  .benefites-section-area .benefites-images .img2 {
    position: relative;
    margin-block-start: 30px;
    bottom: 0;
  }
}

.benefites-section-area .benefites-images .img2 img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .benefites-section-area .benefites-images .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.works3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.works3-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.works3-section-area .work-single-boxarea:hover .img1 .arrow a {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works3-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.works3-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.works3-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}

@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}

.works3-section-area .work-single-boxarea .img1 {
  position: relative;
  z-index: 1;
}

.works3-section-area .work-single-boxarea .img1.box2::after {
  display: none;
}

.works3-section-area .work-single-boxarea .img1::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 40%;
  background: var(--ztc-bg-bg-8);
  opacity: 10%;
  top: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .img1::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works3-section-area .work-single-boxarea .img1::after {
    display: none;
  }
}

.works3-section-area .work-single-boxarea .img1 .arrow a {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
  color: var(--ztc-text-text-10);
  background: #f4f4f9;
  font-size: var(--ztc-font-size-font-s20);
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 90%;
}

@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .img1 .arrow a {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works3-section-area .work-single-boxarea .img1 .arrow a {
    display: none;
  }
}

.works3-section-area .work-single-boxarea .img1 .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
  position: relative;
  left: -30px;
}

.works3-section-area .work-single-boxarea .img1 .icons img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.works3-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.works3-section-area .work-single-boxarea .textarea.box2::after {
  display: none;
}

.works3-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-2);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}

.works3-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-9);
  text-align: center;
  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: block;
  transition: all 0.4s;
}

.works3-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.works3-section-area .work-single-boxarea .textarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-7);
  opacity: 10%;
}

@media (max-width: 767px) {
  .works3-section-area .work-single-boxarea .textarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works3-section-area .work-single-boxarea .textarea::after {
    display: none;
  }
}

.works4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.works4-section-area .cs_case_study_1_list {
  display: flex;
}

.works4-section-area .cs_case_study_1_list .box2 {
  background: #e8f5ff !important;
}

.works4-section-area .cs_case_study_1_list .box3 {
  background: #fae8ff !important;
}

.works4-section-area .cs_case_study_1_list .box4 {
  background: #ffe8e8 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .works4-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

.works4-section-area .cs_case_study_1_list>.cs_case_study.cs_style_1 {
  flex: 1;
}

.works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}

.works4-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) {
  .works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}

.works4-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
  flex: 3;
  border-radius: 20px;
}

.works4-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;
}

.works4-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;
}

.works4-section-area .cs_case_study.cs_style_1 {
  height: 750px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  background: #ece8ff;
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .works4-section-area .cs_case_study.cs_style_1 {
    height: 750px;
  }
}

.works4-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;
}

.works4-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) {
  .works4-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}

.works4-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.works4-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.works4-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) {
  .works4-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) {
  .works4-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}

.works4-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) {
  .works4-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) {
  .works4-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}

.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active {
  transition: all 0.4s;
}

.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}

.works4-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}

@media (max-width: 767px) {
  .works4-section-area .content-area1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area1 {
    display: none;
  }
}

.works4-section-area .content-area1 .arrow a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border: 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px rgba(68, 22, 255, 0.05);
  color: var(--ztc-text-text-2);
  font-size: var(--ztc-font-size-font-s24);
  position: absolute;
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
  top: 40px;
  left: 50%;
  margin-left: -40px;
}

@media (max-width: 767px) {
  .works4-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}

.works4-section-area .content-area1 .text a {
  color: var(--ztc-text-text-11);
  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;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 142%;
  width: 170%;
  height: 100%;
  bottom: -160px;
  transform: rotate(-90deg);
}

.works4-section-area .content-area {
  padding: 40px;
  position: relative;
  transition: all 0.4s;
  left: -140%;
}

@media (max-width: 767px) {
  .works4-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works4-section-area .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
  }
}

.works4-section-area .content-area .arrow2 a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-5);
  font-size: var(--ztc-font-size-font-s32);
  font-family: var(--ztc-family-font1);
  z-index: 2;
  font-weight: var(--ztc-weight-semibold);
}

.works4-section-area .content-area .head {
  color: var(--ztc-text-text-11);
  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: 32px;
  display: inline-block;
  transition: all 0.4s;
}

.works4-section-area .content-area p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 30px;
  opacity: 70%;
}

.works4-section-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.work5-section-area {
  position: relative;
  z-index: 1;
}

.work5-section-area .work-single-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.work5-section-area .work-single-boxarea:hover .img1 img {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.work5-section-area .work-single-boxarea:hover .textarea span {
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.work5-section-area .work-single-boxarea.box2::after {
  display: none;
}

.work5-section-area .work-single-boxarea::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 20%;
  background: var(--ztc-bg-bg-12);
  opacity: 10%;
  z-index: -1;
}

@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work5-section-area .work-single-boxarea::after {
    display: none;
  }
}

.work5-section-area .work-single-boxarea .elements4 {
  position: absolute;
  right: -60px;
  top: 50px;
}

@media (max-width: 767px) {
  .work5-section-area .work-single-boxarea .elements4 {
    display: none;
  }
}

.work5-section-area .work-single-boxarea .img1 img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.4s;
}

.work5-section-area .work-single-boxarea .textarea span {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-12);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s24);
}

.work5-section-area .work-single-boxarea .textarea a {
  color: var(--ztc-text-text-14);
  text-align: center;
  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: block;
  transition: all 0.4s;
}

.work5-section-area .work-single-boxarea .textarea a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.works7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.works7-section-area .heading7 {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .works7-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works7-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}

.works7-section-area .heading7 .accordion .accordion-item {
  border: none;
  outline: none;
  margin-top: 20px;
  border-radius: 10px;
  background: #f3f5f4;
}

.works7-section-area .heading7 .accordion .accordion-item h2 {
  line-height: auto;
  line-height: 18px;
}

.works7-section-area .heading7 .accordion .accordion-item h2 button {
  color: var(--ztc-text-text-14);
  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;
  outline: none;
  background: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid rgba(6, 3, 14, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
}

@media (max-width: 767px) {
  .works7-section-area .heading7 .accordion .accordion-item h2 button {
    line-height: 24px;
  }
}

.works7-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed) {
  border: 1px solid #f3f5f4;
  background: none;
}

.works7-section-area .heading7 .accordion .accordion-item h2 button::after {
  filter: brightness(0);
}

.works7-section-area .heading7 .accordion .accordion-item .accordion-body {
  padding: 0 40px 20px 20px;
}

.works7-section-area .works-images-area {
  position: relative;
  z-index: 1;
}

.works7-section-area .works-images-area .img1 img {
  width: 470px;
  height: 370px;
  border-radius: 16px;
}

.works7-section-area .works-images-area .img2 {
  background: var(--ztc-bg-bg-1);
  padding: 10px;
  border-radius: 16px;
  position: relative;
  margin-top: -60px;
  width: 470px;
  height: 370px;
}

.works7-section-area .works-images-area .img2 img {
  width: 470px;
  height: 370px;
  border-radius: 16px;
}

.works8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.works8-section-area .heading7 {
  padding: 0 40px 0 0;
}

@media (max-width: 767px) {
  .works8-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works8-section-area .heading7 {
    padding: 0;
    margin-bottom: 30px;
  }
}

.works8-section-area .heading7 .accordion .accordion-item {
  border: none;
  outline: none;
  margin-top: 20px;
  border-radius: 10px;
  background: #f2f4f3;
}

.works8-section-area .heading7 .accordion .accordion-item h2 {
  line-height: auto;
  line-height: 18px;
}

.works8-section-area .heading7 .accordion .accordion-item h2 button {
  color: var(--ztc-text-text-14);
  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;
  outline: none;
  background: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid rgba(6, 3, 14, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .works8-section-area .heading7 .accordion .accordion-item h2 button {
    line-height: 24px;
  }
}

.works8-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed) {
  border: 1px solid #f3f5f4;
  background: none;
}

.works8-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed)::before {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
}

.works8-section-area .heading7 .accordion .accordion-item h2 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.works8-section-area .heading7 .accordion .accordion-item h2 button::after {
  filter: brightness(0);
}

.works8-section-area .heading7 .accordion .accordion-item h2 button::before {
  height: 32px;
  width: 32px;
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.4s;
  background: #e6efed;
  top: 12px;
  right: 14px;
  z-index: -1;
}

.works8-section-area .heading7 .accordion .accordion-item .accordion-body {
  padding: 0 40px 20px 20px;
}

.works8-section-area .works-images-area {
  position: relative;
  z-index: 1;
}

.works8-section-area .works-images-area .img1 img {
  border-radius: 8px 8px 100px 8px;
}

.works8-section-area .works-images-area .img2 {
  position: absolute;
  top: 50%;
  margin-top: -150px;
}

@media (max-width: 767px) {
  .works8-section-area .works-images-area .img2 {
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .works8-section-area .works-images-area .img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 100px 8px 8px;
  }
}

/*============= WORK CSS AREA ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.cs_preloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: var(--ztc-bg-bg-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs_preloader .cs_preloader_in {
  position: relative;
}

.cs_preloader .cs_preloader_in svg {
  width: 110px;
  height: 110px;
}

.cs_preloader .cs_wave_first svg {
  fill: var(--ztc-bg-bg-11);
}

.cs_preloader .cs_wave_second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  animation: spark 1.25s linear infinite;
}

.cs_preloader .cs_wave_second svg {
  fill: var(--accent-color);
}

@keyframes spark {
  0% {
    max-width: 0;
  }

  100% {
    max-width: 100%;
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-text-text-2);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-2);
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-2);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= SLIDER CSS AREA STARTS ===============*/
.slider1-section-area {
  overflow: hidden !important;
}

.slider1-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-3);
  width: 100%;
  position: relative;
}

.slider1-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

@media (max-width: 767px) {
  .slider1-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

.slider1-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}

.slider1-section-area .marquee-wrap .marquee-text .brand-single-box 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-bold);
  line-height: 24px;
  text-transform: uppercase;
}

.slider1-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
}

.slider4-section-area {
  overflow: hidden !important;
}

.slider4-section-area .marquee-wrap {
  background: #1d096b;
  width: 100%;
  position: relative;
}

.slider4-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider4-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

@media (max-width: 767px) {
  .slider4-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

.slider4-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}

.slider4-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}

.slider4-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
  filter: brightness(0) invert(1);
}

.slider5-section-area {
  overflow: hidden !important;
}

.slider5-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-13);
  width: 100%;
  position: relative;
}

.slider5-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider5-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

@media (max-width: 767px) {
  .slider5-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

.slider5-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}

.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}

.slider5-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
  filter: brightness(0) invert(1);
}

.slider6-section-area {
  overflow: hidden !important;
}

.slider6-section-area .marquee-wrap {
  background: var(--ztc-bg-bg-17);
  width: 100%;
  position: relative;
}

.slider6-section-area .marquee-wrap .marquee-text {
  animation: marquee 30s linear infinite;
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 34px 0 28px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider6-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

@media (max-width: 767px) {
  .slider6-section-area .marquee-wrap .marquee-text {
    animation: marquee 30s linear infinite;
  }
}

.slider6-section-area .marquee-wrap .marquee-text .brand-single-box {
  display: inline-block;
}

.slider6-section-area .marquee-wrap .marquee-text .brand-single-box h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}

.slider6-section-area .marquee-wrap .marquee-text .brand-single-box h3 img {
  margin: -10px 8px 0 16px;
  filter: brightness(0) invert(1);
}

/*============= SLIDER CSS AREA ENDS ===============*/
/*============= OTHERS CSS AREA STARTS ===============*/
.others-section-area {
  position: relative;
  z-index: 1;
  padding: 0 0 100px 0;
}

@media (max-width: 767px) {
  .others-section-area {
    padding: 0 0 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-section-area {
    padding: 0 0 50px 0;
  }
}

.others-section-area .video-play-area {
  position: relative;
  z-index: 1;
}

.others-section-area .video-play-area .elements3 {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 2;
}

.others-section-area .video-play-area a.play-img {
  display: block;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.others-section-area .video-play-area a.play-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  opacity: 40%;
  border-radius: 8px;
}

.others-section-area .video-play-area a.play-img img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .others-section-area .video-play-area a.play-img img {
    height: 300px;
  }
}

.others-section-area .video-play-area .play-btn {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 2;
}

.others-section-area .video-play-area .play-btn a {
  border-radius: 120px;
  background: #fff;
  padding: 8px 22px 8px 10px;
  display: inline-block;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  text-transform: uppercase;
}

.others-section-area .video-play-area .play-btn a span {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s30);
  margin: 0 8px 0 0;
}

.hero-bottom-section {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-top: -140px;
}

.hero-bottom-section .widget-bottom-boxarea {
  border-radius: 20px;
  background: var(--ztc-bg-bg-1);
  padding: 32px 36px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-boxarea {
    padding: 20px;
  }
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area {
  display: block;
  align-items: center;
  background: var(--ztc-bg-bg-4);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 20px;
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-9);
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area:hover .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .icons {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  position: absolute;
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .icons img {
  transition: all 0.4s;
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text {
  padding-left: 60px;
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text input {
  color: var(--ztc-text-text-9);
  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: 20px;
  transition: all 0.4s;
  width: 100%;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
  border-radius: 8px;
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text input::-moz-placeholder {
  color: var(--ztc-text-text-9);
  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: 20px;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 80%;
}

.hero-bottom-section .widget-bottom-boxarea .auhtor-boxes-area .text input::placeholder {
  color: var(--ztc-text-text-9);
  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: 20px;
  transition: all 0.4s;
  opacity: 80%;
}

.hero-bottom-section .widget-bottom-boxarea .btn-area1 .vl-btn3 .text {
  width: 590px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-section .widget-bottom-boxarea .btn-area1 .vl-btn3 .text {
    width: 430px;
  }
}

@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-boxarea .btn-area1 .vl-btn3 .text {
    width: 100%;
  }
}

.hero-bottom-section .widget-bottom-boxarea .btn-area1 .getfree {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 16px;
  /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  transition: all 0.4s;
  padding-left: 24px;
  display: inline-block;
}

.hero-bottom-section .widget-bottom-boxarea .btn-area1 .getfree:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-boxarea .btn-area1 .getfree {
    margin-top: 20px;
    padding-left: 0;
  }
}

.hero-bottom-section .widget-bottom-side {
  background: var(--ztc-bg-bg-1);
  padding: 44px 36px;
  border-radius: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-bottom-section .widget-bottom-side {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-section .widget-bottom-side {
    margin-top: 30px;
  }
}

.hero-bottom-section .widget-bottom-side .auhtor-boxes-area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bottom-section .widget-bottom-side .auhtor-boxes-area:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .icons svg {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .text {
  padding-left: 12px;
}

.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .text p {
  color: var(--ztc-text-text-6);
  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;
}

.hero-bottom-section .widget-bottom-side .auhtor-boxes-area .text a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}

.hero-bottom-section .widget-bottom-side p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
  display: inline-block;
}

.others-counter-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 50px;
}

@media (max-width: 767px) {
  .others-counter-area {
    padding: 40px 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others-counter-area {
    padding: 40px 0 10px;
  }
}

.others-counter-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-2);
  opacity: 80%;
  z-index: -1;
}

.others-counter-area .counter-boxarea {
  text-align: center;
  margin-bottom: 30px;
}

.others-counter-area .counter-boxarea h2 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 56px;
}

.others-counter-area .counter-boxarea 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-medium);
  line-height: 20px;
}

.pagination-area nav ul {
  display: block;
  text-align: center;
}

.pagination-area nav ul li {
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0 8px 0 0;
}

.pagination-area nav ul li:nth-last-child(1) {
  margin: 0;
}

.pagination-area nav ul li a {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 8px;
  background: #ece8ff;
  transition: all 0.4s;
  height: auto;
  border: none;
  display: inline-block;
  padding: 0;
  box-shadow: none;
}

.pagination-area nav ul li a.active {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}

.pagination-area nav ul li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

/*============= OTHERS CSS AREA ENDS ===============*/
/*============= AFTER/BEFORE CSS AREA STARTS ===============*/
.aftre-before-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.aftre-before-section .figure {
  margin: 0;
  border-radius: 8px;
}

.aftre-before-section .cd-image-container {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section .cd-image-container {
    width: 100%;
  }
}

.aftre-before-section .cd-image-container img {
  display: block;
  height: 620px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section .cd-image-container img {
    width: 100%;
  }
}

.aftre-before-section .cd-image-label {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-6);
  padding: 8px;
  line-height: 18px;
  border-radius: 4px;
  margin: 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(20px);
  transition:
    transform 0.3s 0.7s,
    opacity 0.3s 0.7s;
}

.aftre-before-section .cd-image-label.is-hidden {
  visibility: hidden;
}

.aftre-before-section .is-visible .cd-image-label {
  opacity: 1;
  transform: translateY(0);
}

.aftre-before-section .cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.aftre-before-section .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.aftre-before-section .cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.aftre-before-section .is-visible .cd-resize-img {
  width: 50%;
  animation: cd-bounce-in 0.7s;
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 55%;
  }

  100% {
    width: 50%;
  }
}

.aftre-before-section .cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: var(--ztc-text-text-7) url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px var(--ztc-text-text-7);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
}

.aftre-before-section .cd-handle.draggable {
  background-color: var(--ztc-text-text-7);
}

.aftre-before-section .is-visible .cd-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    transform 0.3s 0.7s,
    opacity 0s 0.7s;
}

.aftre-before-section2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.aftre-before-section2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  opacity: 70%;
  z-index: -1;
}

.aftre-before-section2 .heading3 h5 {
  color: var(--ztc-text-text-1);
}

.aftre-before-section2 .heading3 h5 img {
  filter: brightness(0) invert(1);
}

.aftre-before-section2 .heading3 h2 {
  color: var(--ztc-text-text-1);
}

.aftre-before-section2 .figure {
  margin: 0;
  border-radius: 8px;
}

.aftre-before-section2 .cd-image-container {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section2 .cd-image-container {
    width: 100%;
  }
}

.aftre-before-section2 .cd-image-container img {
  display: block;
  height: 620px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aftre-before-section2 .cd-image-container img {
    width: 100%;
  }
}

.aftre-before-section2 .cd-image-label {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  background: var(--ztc-bg-bg-9);
  padding: 8px;
  line-height: 18px;
  border-radius: 4px;
  margin: 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transform: translateY(20px);
  transition:
    transform 0.3s 0.7s,
    opacity 0.3s 0.7s;
}

.aftre-before-section2 .cd-image-label.is-hidden {
  visibility: hidden;
}

.aftre-before-section2 .is-visible .cd-image-label {
  opacity: 1;
  transform: translateY(0);
}

.aftre-before-section2 .cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.aftre-before-section2 .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.aftre-before-section2 .cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}

.aftre-before-section2 .is-visible .cd-resize-img {
  width: 50%;
  animation: cd-bounce-in 0.7s;
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }

  60% {
    width: 55%;
  }

  100% {
    width: 50%;
  }
}

.aftre-before-section2 .cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: var(--ztc-text-text-10) url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px var(--ztc-text-text-10);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
}

.aftre-before-section2 .cd-handle.draggable {
  background-color: var(--ztc-text-text-10);
}

.aftre-before-section2 .is-visible .cd-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    transform 0.3s 0.7s,
    opacity 0s 0.7s;
}

/*============= AFTER/BEFORE CSS AREA ENDS ===============*/
/*============= HEADER SEARCH CSS AREA STARTS ===============*/
.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;
}

/*============= HEADER SEARCH CSS AREA ENDS ===============*/
/*============= SHOP CSS AREA STARTS ===============*/
.shop-others-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shop-others-area .shop-single-slider {
  position: relative;
  z-index: 1;
}

.shop-others-area .shop-single-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .shop-others-area .shop-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-others-area .shop-single-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

.shop-others-area .shop-single-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.shop-others-area .shop-single-slider .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-13);
}

.shop-others-area .shop-single-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.shop-others-area .shop-single-slider .shop-single-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--Home-Page-4-Color-Gray-Color, #f5f2ff);
  padding: 24px 20px;
}

.shop-others-area .shop-single-slider .shop-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.shop-others-area .shop-single-slider .shop-single-boxarea:hover .img1 ul {
  transition: all 0.6s;
  bottom: 16px;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul {
  position: absolute;
  left: 50%;
  bottom: -100px;
  margin-left: -65px;
  z-index: 2;
  transition: all 0.6s;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li:nth-child(3) {
  margin: 0;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background: var(--ztc-bg-bg-12);
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .star li {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s14);
  color: #ffa800;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .title {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .title:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.shop-others-area .shop-single-slider .shop-single-boxarea p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart p {
  color: var(--ztc-text-text-14);
  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;
  background: var(--ztc-bg-bg-1);
  padding: 8px 12px;
  border-radius: 4px;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart a {
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  background: var(--ztc-bg-bg-13);
  border-radius: 50%;
  transition: all 0.4s;
  display: inline-block;
}

.shop-others-area .shop-single-slider .shop-single-boxarea .price-cart a:hover {
  background: var(--ztc-bg-bg-12);
  transition: all 0.4s;
}

.product-selling-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product-selling-area .heading-tabs-area .nav.nav-pills {
  display: inline-block;
}

.product-selling-area .heading-tabs-area .nav.nav-pills li {
  display: inline-block;
  margin: 0 12px 0 0;
}

.product-selling-area .heading-tabs-area .nav.nav-pills li:nth-last-child(1) {
  margin: 0;
}

.product-selling-area .heading-tabs-area .nav.nav-pills li button {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 8px;
  background: var(--Home-Page-4-Color-Gray-Color, #f5f2ff);
  padding: 12px 16px;
}

.product-selling-area .heading-tabs-area .nav.nav-pills li button.active {
  background: var(--ztc-bg-bg-13);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane {
  position: relative;
  top: 120px;
  transition: all 0.4s;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea {
  display: flex;
  align-items: center;
  background: #f5f2ff;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  transition: all 0.4s;
  margin-bottom: 30px;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .img1 img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea {
  padding-left: 14px;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea ul li {
  display: inline-block;
  height: 12px;
  width: 12px;
  text-align: center;
  line-height: 12px;
  border-radius: 4px;
  background: var(--ztc-bg-bg-1);
  color: #ffa800;
  font-size: 8px;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea a {
  color: var(--ztc-text-text-14);
  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;
  transition: all 0.4s;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea a:hover {
  color: var(--ztc-text-text-16);
  transition: all 0.4s;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea p {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 14px;
}

.product-selling-area .selling-tabs-area .tab-content .tab-pane .product-boxarea .textarea p s {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s12);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 12px;
  text-decoration-line: strikethrough;
}

/*============= SHOP CSS AREA ENDS ===============*/
/*============= VIDEO CSS AREA STARTS ===============*/
.video1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background: var(--ztc-bg-bg-12); */
  padding: 40px;
}

.video1-section-area .circle-boxarea {
  text-align: center;
}

@media (max-width: 767px) {
  .video1-section-area .circle-boxarea {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video1-section-area .circle-boxarea {
    margin-bottom: 30px;
  }
}

.video1-section-area .circle-boxarea:hover h2 {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
}

.video1-section-area .circle-boxarea:hover h2::after {
  border: 4px solid var(--ztc-bg-bg-17);
  transition: all 0.4s;
}

.video1-section-area .circle-boxarea h2 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.video1-section-area .circle-boxarea h2::after {
  position: absolute;
  content: "";
  border: 4px solid rgba(255, 255, 255, 0.1);
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  transition: all 0.4s;
}

.video1-section-area .circle-boxarea p {
  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;
}

.video-images-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -250px;
}

.video-images-area .video-img {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .video-images-area .video-img {
    height: 450px;
  }
}

.video-images-area .video-img::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  background: var(--ztc-bg-bg-12);
  opacity: 70%;
  left: 0;
  top: 0;
}

.video-images-area .video-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

.video-images-area .video-img .play-btn a {
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -37px;
  margin-top: -37px;
}

.video-images-area .video-img .play-btn a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 37px;
  top: 37px;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  opacity: 40%;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}

.treatment1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.treatment1-area .images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px 8px 8px 8px;
}

.treatment1-area .heading8 {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .treatment1-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .treatment1-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}

.treatment1-area .heading8 .img-content {
  position: relative;
  z-index: 1;
}

.treatment1-area .heading8 .img-content .img1 {
  position: absolute;
}

@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .img1 {
    display: none;
  }
}

.treatment1-area .heading8 .img-content .img1 img {
  border-radius: 8px 8px 100px 8px;
}

.treatment1-area .heading8 .img-content .heading9 {
  /* padding-left: 200px; */
}

@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .heading9 {
    padding: 0;
  }
}

.treatment1-area .heading8 .img-content .heading9 ul li {
  margin-top: 16px;
  color: var(--ztc-text-text-17);
  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;
}

@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .heading9 ul li {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .heading9 ul li img {
    margin: 0 6px 0 0;
  }
}

/*============= VIDEO CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA STARTS ===============*/
.pricing1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-14);
}

.pricing1-section-area .heading8 {
  position: sticky;
  top: 130px;
}

.pricing1-section-area .heading8 h5 {
  color: var(--ztc-text-text-1);
}

.pricing1-section-area .heading8 h5 img {
  filter: brightness(0) invert(1);
}

.pricing1-section-area .heading8 h2 {
  color: var(--ztc-text-text-1);
}

.pricing1-section-area .heading8 p {
  color: var(--ztc-text-text-1);
  opacity: 80%;
}

.pricing1-section-area .heading8 .btn-area1 a:hover {
  color: var(--ztc-text-text-17);
  transition: all 0.4s;
}

.pricing1-section-area .heading8 .btn-area1 a::after {
  background: var(--ztc-bg-bg-1);
}

.pricing1-section-area .pricing-others-boxarea {
  position: relative;
  z-index: 1;
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px 24px;
}

@media (max-width: 767px) {
  .pricing1-section-area .pricing-others-boxarea .pricing-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing1-section-area .pricing-others-boxarea .pricing-boxarea {
    margin-top: 30px;
  }
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea h5 {
  color: var(--ztc-text-text-17);
  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;
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea h2 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 44px;
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea h2 span {
  color: var(--ztc-text-text-17);
  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;
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea .btn-area1 a {
  width: 100%;
  text-align: center;
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea ul li {
  color: var(--ztc-text-text-17);
  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-top: 20px;
}

.pricing1-section-area .pricing-others-boxarea .pricing-boxarea ul li img {
  margin: 0 6px 0 0;
}

.error-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error-section-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

/*============= PRICING CSS AREA ENDS ===============*/
/*============= TEAM CSS AREA ===============*/
.team1-section-area {
  position: relative;
  z-index: 1;
}

.team1-section-area .team-single-slider {
  position: relative;
  z-index: 1;
}

.team1-section-area .team-single-slider .owl-dots {
  text-align: center;
  margin-top: 48px;
}

.team1-section-area .team-single-slider .owl-dots button {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  background: #d2d4d9;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}

.team1-section-area .team-single-slider .owl-dots button.active {
  background: var(--ztc-bg-bg-2);
}

.team1-section-area .team-single-slider .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team1-section-area .team-single-slider .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--ztc-text-text-2);
  border-radius: 50%;
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .team1-section-area .team-single-slider .owl-nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team1-section-area .team-single-slider .owl-nav {
    display: none;
  }
}

.team1-section-area .team-single-slider .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.team1-section-area .team-single-slider .owl-nav button:hover {
  color: var(--ztc-text-text-2);
  background: var(--ztc-bg-bg-3);
}

.team1-section-area .team-single-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .team1-section-area .team-single-slider .owl-nav button.owl-prev {
    left: -70px;
  }
}

.team1-section-area .team-single-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .team1-section-area .team-single-slider .owl-nav button.owl-next {
    right: -70px;
  }
}

.team1-section-area .team-single-slider .team-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border-top: 1px solid rgba(28, 41, 63, 0.1);
  border-right: 1px solid rgba(28, 41, 63, 0.1);
  border-left: 1px solid rgba(28, 41, 63, 0.1);
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px 30px 20px;
}

.team1-section-area .team-single-slider .team-single-boxarea::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}

.team1-section-area .team-single-slider .team-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team1-section-area .team-single-slider .team-single-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}

.team1-section-area .team-single-slider .team-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}

.team1-section-area .team-single-slider .team-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.team1-section-area .team-single-slider .team-single-boxarea .img1 ul {
  position: absolute;
  bottom: -200px;
  left: 50%;
  margin-left: -100px;
  transition: all 0.6s;
  z-index: 2;
}

.team1-section-area .team-single-slider .team-single-boxarea .img1 ul li {
  display: inline-block;
}

.team1-section-area .team-single-slider .team-single-boxarea .img1 ul li a {
  height: 49px;
  width: 49px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}

.team1-section-area .team-single-slider .team-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.team1-section-area .team-single-slider .team-single-boxarea .content-area {
  text-align: center;
  padding: 24px 35px 0;
}

.team1-section-area .team-single-slider .team-single-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.team1-section-area .team-single-slider .team-single-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
}

.team1-section-area .team-single-slider .team-single-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.team1-section-area .team-single-slider .team-single-boxarea .content-area ul li:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 24px;
}

.team1-section-area .team-single-slider .team-single-boxarea .content-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.team1-section-area .team-single-slider .team-single-boxarea .content-area ul li a img {
  margin: 0 4px 0 0;
}

.team2-section-area {
  position: relative;
  z-index: 1;
}

.team2-section-area .team-single-slider2 {
  position: relative;
  z-index: 1;
}

.team2-section-area .team-single-slider2 .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}

@media (max-width: 767px) {
  .team2-section-area .team-single-slider2 .owl-nav {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team2-section-area .team-single-slider2 .owl-nav {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}

.team2-section-area .team-single-slider2 .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.team2-section-area .team-single-slider2 .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-6);
}

.team2-section-area .team-single-slider2 .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team2-section-area .team-single-slider2 .team-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #f4f4f8;
  padding: 20px 20px 24px 20px;
}

.team2-section-area .team-single-slider2 .team-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team2-section-area .team-single-slider2 .team-single-boxarea:hover .img1 ul {
  right: 20px;
  transition: all 0.6s;
  visibility: visible;
  opacity: 1;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul {
  position: absolute;
  bottom: 20px;
  right: 0;
  transition: all 0.6s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul li {
  display: inline-block;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul li a {
  height: 49px;
  width: 49px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 .share {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .img1 .share a {
  height: 49px;
  width: 49px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .content-area {
  text-align: center;
  padding: 24px 35px 0;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .content-area p {
  color: var(--ztc-text-text-6);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .content-area .title {
  color: var(--ztc-text-text-5);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
}

.team2-section-area .team-single-slider2 .team-single-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-7);
  transition: all 0.4s;
}

.team3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team3-section-area .team-box-slider {
  position: relative;
  z-index: 1;
}

.team3-section-area .team-box-slider.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.team3-section-area .team-box-slider .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .team3-section-area .team-box-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3-section-area .team-box-slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

.team3-section-area .team-box-slider .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.team3-section-area .team-box-slider .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-9);
}

.team3-section-area .team-box-slider .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team3-section-area .team-box-slider .team4-box {
  text-align: center;
  transition: all 0.4s;
}

.team3-section-area .team-box-slider .team4-box .text-heading h4 a {
  color: var(--ztc-text-text-9);
  text-align: center;
  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;
}

.team3-section-area .team-box-slider .team4-box .text-heading h4 a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}

.team3-section-area .team-box-slider .team4-box .text-heading p {
  color: var(--ztc-text-text-6);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding-top: 16px;
  display: inline-block;
}

.team3-section-area .team-box-slider .team4-box .image-area {
  position: relative;
}

.team3-section-area .team-box-slider .team4-box .image-area .shape2 {
  position: absolute;
  left: 18px;
  top: -16px;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team3-section-area .team-box-slider .team4-box .image-area .shape2 {
    left: 31px;
  }
}

@media (max-width: 767px) {
  .team3-section-area .team-box-slider .team4-box .image-area .shape2 {
    left: 43px;
  }
}

.team3-section-area .team-box-slider .team4-box .image-area .image {
  border-radius: 50%;
  height: 270px;
  width: 270px;
  position: relative;
  margin: auto;
}

.team3-section-area .team-box-slider .team4-box .image-area .image::after {
  position: absolute;
  content: "";
  left: 3px;
  top: -17px;
  border: 1px solid #e6e8e7;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.team3-section-area .team-box-slider .team4-box .image-area .image .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.team3-section-area .team-box-slider .team4-box .image-area .image .img::after {
  position: absolute;
  content: "";
  height: 240px;
  width: 240px;
  left: 15px;
  top: -3px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.4s;
}

.team3-section-area .team-box-slider .team4-box .image-area .image .img img {
  height: 240px;
  width: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  left: 17px;
}

.team3-section-area .team-box-slider .team4-box .image-area .icon-area {
  position: absolute;
  top: 50%;
  z-index: 3;
  left: 50%;
  margin-left: -100px;
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.4s;
  margin-top: -34px;
}

.team3-section-area .team-box-slider .team4-box .image-area .icon-area ul li {
  display: inline-block;
}

.team3-section-area .team-box-slider .team4-box .image-area .icon-area ul li a {
  display: inline-block;
  width: 44px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-9);
  margin: 0px 2px;
  transition: all 0.4s;
}

.team3-section-area .team-box-slider .team4-box .image-area .icon-area ul li a:hover {
  color: var(--ztc-text-text-1);
  background-color: var(--ztc-bg-bg-9);
  transition: all 0.6s;
}

.team3-section-area .team-box-slider .team4-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}

.team3-section-area .team-box-slider .team4-box:hover .image-area .image .img::after {
  visibility: visible;
  opacity: 70%;
  transform: scale(1);
  transition: all 0.4s;
}

.team3-section-area .team-box-slider .team4-box:hover .image-area .shape2 {
  transform: rotate(62deg);
  transition: all 0.4s;
}

.team3-section-area .team-box-slider .team4-box:hover .image-area .icon-area {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
}

.team4-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  overflow: hidden;
}

.team4-section-area .team4-slider-area {
  position: relative;
  z-index: 1;
}

.team4-section-area .team4-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.team4-section-area .team4-slider-area .owl-dots {
  margin-top: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .team4-section-area .team4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}

.team4-section-area .team4-slider-area .owl-dots::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 767px) {
  .team4-section-area .team4-slider-area .owl-dots::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team4-slider-area .owl-dots::after {
    display: none;
  }
}

.team4-section-area .team4-slider-area .owl-dots button {
  height: 12px;
  width: 432px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  z-index: 2;
  position: relative;
  top: -9px;
}

@media (max-width: 767px) {
  .team4-section-area .team4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team4-section-area .team4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

.team4-section-area .team4-slider-area .owl-dots button.active {
  background: #c5b7ff;
  transition: all 0.4s;
}

.team4-section-area .team4-slider-area .team4-boxarea {
  position: relative;
  z-index: 1;
}

.team4-section-area .team4-slider-area .team4-boxarea .img1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.team4-section-area .team4-slider-area .team4-boxarea .img1 .team-img10 {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: 10px;
}

.team4-section-area .team4-slider-area .team4-boxarea .img1 .elements13 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 20px;
}

.team4-section-area .team4-slider-area .team4-boxarea .name-area {
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  text-align: center;
}

.team4-section-area .team4-slider-area .team4-boxarea .name-area a {
  color: var(--ztc-text-text-11);
  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-semibold);
  line-height: 20px;
  letter-spacing: -1px;
  display: inline-block;
  transition: all 0.4s;
}

.team4-section-area .team4-slider-area .team4-boxarea .name-area a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.team4-section-area .team4-slider-area .team4-boxarea .name-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}

.team6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team6-section-area .team6-slider-widget {
  position: relative;
  z-index: 1;
}

.team6-section-area .team6-slider-widget .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .team6-section-area .team6-slider-widget .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team6-section-area .team6-slider-widget .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

.team6-section-area .team6-slider-widget .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: #f7f7f9;
  color: var(--ztc-text-text-17);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.team6-section-area .team6-slider-widget .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-15);
}

.team6-section-area .team6-slider-widget .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.team6-section-area .team6-slider-widget .team6-boxarea {
  background: #899d9d;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 50px 0 50px;
  transition: all 0.4s;
  height: 400px;
}

.team6-section-area .team6-slider-widget .team6-boxarea:hover {
  background: var(--ztc-bg-bg-16);
  transition: all 0.4s;
  border-radius: 50px 0 50px 0;
}

.team6-section-area .team6-slider-widget .team6-boxarea:hover ul {
  bottom: 40px;
  transition: all 0.6s;
}

.team6-section-area .team6-slider-widget .team6-boxarea ul {
  position: absolute;
  bottom: -100px;
  transition: all 0.4s;
  left: 50%;
  margin-left: -93px;
}

.team6-section-area .team6-slider-widget .team6-boxarea ul li {
  display: inline-block;
}

.team6-section-area .team6-slider-widget .team6-boxarea ul li a {
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  font-size: var(--ztc-font-size-font-s20);
  color: var(--ztc-text-text-17);
}

.team6-section-area .team6-slider-widget .team6-boxarea ul li a:hover {
  background: var(--ztc-bg-bg-15);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team6-section-area .team6-slider-widget .team6-boxarea .elements26 {
  position: absolute;
  z-index: -1;
}

.team6-section-area .team6-slider-widget .team6-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team6-section-area .team6-slider-widget .team6-boxarea .content {
  padding-top: 24px;
}

.team6-section-area .team6-slider-widget .team6-boxarea .content a {
  color: var(--ztc-text-text-1);
  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-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}

.team6-section-area .team6-slider-widget .team6-boxarea .content p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.team7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team7-section-area .team-slide-widget {
  position: relative;
  z-index: 1;
}

.team7-section-area .team-slide-widget .owl-dots {
  text-align: center;
  margin-top: 48px;
}

.team7-section-area .team-slide-widget .owl-dots button {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  background: #fce7d7;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}

.team7-section-area .team-slide-widget .owl-dots button.active {
  background: var(--ztc-bg-bg-17);
}

.team7-section-area .team-slide-widget .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--ztc-text-text-22);
  border-radius: 50%;
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .team7-boxarea {
  position: relative;
  z-index: 1;
}

.team7-section-area .team-slide-widget .team7-boxarea:hover .content-area {
  border: 1px solid #f28737;
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .team7-boxarea:hover .img1 img {
  width: 128px;`r`n            color: #fff;`r`n            filter: brightness(0.96);`r`n            box-shadow: 0 7px 16px rgba(15, 35, 60, 0.28);
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .team7-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}

.team7-section-area .team-slide-widget .team7-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
  height: 260px;
}

.team7-section-area .team-slide-widget .team7-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: #f3f5f4;
  border-radius: 16px;
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .team7-boxarea .img1 ul {
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -93px;
  transition: all 0.6s;
}

.team7-section-area .team-slide-widget .team7-boxarea .img1 ul li {
  display: inline-block;
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .team7-boxarea .img1 ul li a {
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-14);
  display: inline-block;
  font-size: var(--ztc-font-size-font-s20);
}

.team7-section-area .team-slide-widget .team7-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-17);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team7-section-area .team-slide-widget .team7-boxarea .content-area {
  border-radius: 16px;
  background: #f3f5f4;
  padding: 20px;
  margin-top: 16px;
  border: 1px solid #f3f5f4;
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .team7-boxarea .content-area p {
  color: var(--ztc-text-text-21);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.team7-section-area .team-slide-widget .team7-boxarea .content-area a {
  color: var(--ztc-text-text-14);
  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-semibold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}

.team7-section-area .team-slide-widget .team7-boxarea .content-area a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}

.team-all-details-area {
  position: relative;
  z-index: 1;
}

.team-all-details-area .team-single-boxarea2 {
  position: sticky;
  top: 120px;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  background: var(--ztc-bg-bg-1);
  padding: 0 0 30px 0;
  overflow: hidden;
}

.team-all-details-area .team-single-boxarea2::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}

.team-all-details-area .team-single-boxarea2:hover .img1 {
  transition: all 0.4s;
}

.team-all-details-area .team-single-boxarea2:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team-all-details-area .team-single-boxarea2:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}

.team-all-details-area .team-single-boxarea2 .img1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.team-all-details-area .team-single-boxarea2 .img1 .team-img10 {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: 10px;
  transition: all 0.4s;
}

.team-all-details-area .team-single-boxarea2 .img1 .elements13 {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 20px;
  margin-left: -130px;
}

.team-all-details-area .team-single-boxarea2 .content-area {
  text-align: center;
  padding: 24px 35px 0;
}

.team-all-details-area .team-single-boxarea2 .content-area ul.social {
  position: relative;
  transition: all 0.6s;
  z-index: 2;
}

.team-all-details-area .team-single-boxarea2 .content-area ul.social li {
  display: inline-block;
  padding: 0 !important;
}

.team-all-details-area .team-single-boxarea2 .content-area ul.social li a {
  height: 46px;
  width: 46px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: #f4f4f9;
  color: var(--ztc-text-text-11);
  line-height: 47px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}

.team-all-details-area .team-single-boxarea2 .content-area ul.social li a:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.team-all-details-area .team-single-boxarea2 .content-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.team-all-details-area .team-single-boxarea2 .content-area .title {
  color: var(--ztc-text-text-11);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
}

.team-all-details-area .team-single-boxarea2 .content-area .title:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.team-all-details-area .team-single-boxarea2 .content-area ul li:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 24px;
}

.team-all-details-area .team-single-boxarea2 .content-area ul li a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.team-all-details-area .team-single-boxarea2 .content-area ul li a img {
  margin: 0 4px 0 0;
}

.team-all-details-area .doctor-deatisl-content-area {
  position: relative;
  z-index: 1;
}

.team-all-details-area .doctor-deatisl-content-area.padding-left {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .team-all-details-area .doctor-deatisl-content-area.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-all-details-area .doctor-deatisl-content-area.padding-left {
    padding: 0;
    margin-top: 30px;
  }
}

.team-all-details-area .doctor-deatisl-content-area h3 {
  color: var(--ztc-text-text-11);
  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;
}

.team-all-details-area .doctor-deatisl-content-area .pera {
  padding-bottom: 48px;
  border-bottom: 1px solid #e8eaec;
}

.team-all-details-area .doctor-deatisl-content-area .d-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8eaec;
}

.team-all-details-area .doctor-deatisl-content-area .d-list li {
  color: var(--ztc-text-text-11);
  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;
  margin-top: 20px;
}

.team-all-details-area .doctor-deatisl-content-area .d-list li img {
  margin: 0 8px 0 0;
}

.team-all-details-area .doctor-deatisl-content-area .d-list li span {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  padding-left: 16px;
}

.team-all-details-area .doctor-deatisl-content-area .bg-progress .progress-bar {
  margin-bottom: 24px;
}

.team-all-details-area .doctor-deatisl-content-area .bg-progress label {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: false;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.team-all-details-area .doctor-deatisl-content-area .bg-progress .progress {
  background-color: #e8eaec;
  border-radius: 20px;
  height: 14px;
  position: relative;
}

.team-all-details-area .doctor-deatisl-content-area .bg-progress .progress-inner {
  border-radius: 40px;
  background: var(--ztc-bg-bg-10);
  height: 100%;
  transition: width 0.4s ease;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea {
  position: relative;
  z-index: 1;
  background: #f4f4f9;
  padding: 32px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea {
    padding: 16px;
  }
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea h3 {
  color: var(--ztc-text-text-11);
  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: 32px;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 8px;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  background: var(--ztc-bg-bg-1);
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 8px;
  height: 120px;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.team-all-details-area .doctor-deatisl-content-area .contact-single-boxarea button {
  border: none;
  width: 100%;
  text-align: center;
  outline: none;
}

.team-inner-section-area {
  position: relative;
  z-index: 1;
}

.team-inner-section-area .team4-boxarea {
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}

.team-inner-section-area .team4-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.team-inner-section-area .team4-boxarea .img1 {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.team-inner-section-area .team4-boxarea .img1 .team-img10 {
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px 8px 0 0;
  position: relative;
  top: 10px;
}

.team-inner-section-area .team4-boxarea .img1 .elements13 {
  position: absolute;
  left: 50%;
  z-index: -1;
  top: 20px;
  margin-left: -130px;
}

.team-inner-section-area .team4-boxarea .name-area {
  background: var(--ztc-bg-bg-1);
  padding: 24px;
  text-align: center;
}

.team-inner-section-area .team4-boxarea .name-area a {
  color: var(--ztc-text-text-11);
  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-semibold);
  line-height: 20px;
  letter-spacing: -1px;
  display: inline-block;
  transition: all 0.4s;
}

.team-inner-section-area .team4-boxarea .name-area a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.team-inner-section-area .team4-boxarea .name-area p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-regular);
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
  opacity: 70%;
}

.team-inner-section-area .team-single-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border-top: 1px solid rgba(28, 41, 63, 0.1);
  border-right: 1px solid rgba(28, 41, 63, 0.1);
  border-left: 1px solid rgba(28, 41, 63, 0.1);
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
  background: var(--ztc-bg-bg-1);
  padding: 20px 20px 30px 20px;
}

.team-inner-section-area .team-single-boxarea::after {
  position: absolute;
  content: "";
  border-radius: 0px 0px 8px 8px;
  background: rgba(218, 221, 225, 0.8);
  height: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
}

.team-inner-section-area .team-single-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.team-inner-section-area .team-single-boxarea:hover .img1 ul {
  bottom: 20px;
  transition: all 0.6s;
}

.team-inner-section-area .team-single-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.4s;
}

.team-inner-section-area .team-single-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.4s;
}

.team-inner-section-area .team-single-boxarea .img1 ul {
  position: absolute;
  bottom: -200px;
  left: 50%;
  margin-left: -100px;
  transition: all 0.6s;
  z-index: 2;
}

.team-inner-section-area .team-single-boxarea .img1 ul li {
  display: inline-block;
}

.team-inner-section-area .team-single-boxarea .img1 ul li a {
  height: 49px;
  width: 49px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-2);
  line-height: 50px;
  font-size: var(--ztc-font-size-font-s20);
  text-align: center;
}

.team-inner-section-area .team-single-boxarea .img1 ul li a:hover {
  background: var(--ztc-bg-bg-3);
  transition: all 0.4s;
}

.team-inner-section-area .team-single-boxarea .content-area {
  text-align: center;
  padding: 24px 35px 0;
}

.team-inner-section-area .team-single-boxarea .content-area p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.team-inner-section-area .team-single-boxarea .content-area .title {
  color: var(--ztc-text-text-2);
  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-semibold);
  line-height: 22px;
  display: block;
  transition: all 0.4s;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
}

.team-inner-section-area .team-single-boxarea .content-area .title:hover {
  color: var(--ztc-text-text-4);
  transition: all 0.4s;
}

.team-inner-section-area .team-single-boxarea .content-area ul li:nth-child(1) {
  padding-bottom: 16px;
  padding-top: 24px;
}

.team-inner-section-area .team-single-boxarea .content-area ul li a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.team-inner-section-area .team-single-boxarea .content-area ul li a img {
  margin: 0 4px 0 0;
}

/*============= TEAM CSS AREA STARTS ===============*/
/*============= FAQ CSS AREA ===============*/
.faq-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq-inner-section-area .faq-widget-area ul {
  display: block;
  text-align: center;
}

.faq-inner-section-area .faq-widget-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.faq-inner-section-area .faq-widget-area ul li:nth-last-child(1) {
  margin: 0;
}

.faq-inner-section-area .faq-widget-area ul li button {
  border: none;
  outline: none;
  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;
  border-radius: 70px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  padding: 16px 24px;
}

.faq-inner-section-area .faq-widget-area ul li button.active {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item {
  border: none;
  padding: 0;
  background: var(--ztc-bg-bg-11);
  border-radius: 8px;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
  box-shadow: none;
  border: none;
  outline: none;
  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;
  text-transform: capitalize;
  padding: 26px 20px;
  transition: all 0.4s;
  border-radius: 8px;
  background: #f4f4f9;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed) {
  background: none;
  transition: all 0.4s;
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 26px 20px 16px 20px;
  color: var(--ztc-text-text-1);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::before {
  height: 28px;
  width: 28px;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 16px;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::after {
  z-index: 1;
  filter: brightness(0) invert(1);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body {
  padding: 0 80px 24px 24px;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body p {
  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: 500;
  line-height: 24px;
}

/*============= FAQ CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  margin: 0 60px;
  border-radius: 16px;
}

.contact1-section-area .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact1-section-area {
    margin: 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area {
    margin: 0;
    border: 0;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .contact1-section-area {
    margin: 0;
    border-radius: 0;
    padding: 30px 0;
  }
}

.contact1-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 34px 32px;
}

@media (max-width: 767px) {
  .contact1-section-area .contact-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-boxarea {
    margin-top: 30px;
  }
}

.contact1-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}

.contact1-section-area .contact-boxarea p {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}

.contact1-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}

.contact1-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  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;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}

.contact1-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.contact1-section-area .contact-boxarea .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-medium);
  line-height: 16px;
}

.contact1-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  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;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}

.contact1-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 16px;
}

.contact1-section-area .contact-boxarea .input-area .nice-select::-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-medium);
  line-height: 16px;
}

.contact1-section-area .contact-boxarea .input-area .nice-select::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-medium);
  line-height: 16px;
}

.contact1-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  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;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}

.contact1-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 16px;
}

.contact1-section-area .contact-boxarea .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-medium);
  line-height: 16px;
}

.contact1-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  background: none;
}

.contact1-section-area .contact-single-boxarea {
  position: relative;
  padding-top: 394px;
}

@media (max-width: 767px) {
  .contact1-section-area .contact-single-boxarea {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area .contact-single-boxarea {
    padding-top: 0;
  }
}

.contact1-section-area .contact-single-boxarea .single-box {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.contact1-section-area .contact-single-boxarea .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-3);
  border-radius: 50%;
}

.contact1-section-area .contact-single-boxarea .single-box .text {
  padding-left: 14px;
}

.contact1-section-area .contact-single-boxarea .single-box .text h4 {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
}

.contact1-section-area .contact-single-boxarea .single-box .text a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact2-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  border-radius: 16px;
  padding: 34px 32px;
}

@media (max-width: 767px) {
  .contact2-section-area .contact-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .contact-boxarea {
    margin-top: 30px;
  }
}

.contact2-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-5);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}

.contact2-section-area .contact-boxarea p {
  color: var(--ztc-text-text-6);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}

.contact2-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}

.contact2-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-6);
  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;
  padding: 18px 16px;
  outline: none;
  opacity: 80%;
}

.contact2-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-5);
  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;
}

.contact2-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-5);
  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;
}

.contact2-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-6);
  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;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}

.contact2-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 16px;
}

.contact2-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-5);
  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;
}

.contact2-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-5);
  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;
}

.contact2-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-6);
  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;
  padding: 18px 16px;
  outline: none;
  height: 140px;
  opacity: 80%;
}

.contact2-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-5);
  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;
}

.contact2-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-5);
  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;
}

.contact2-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  text-align: center;
}

.contact2-section-area .contact-boxarea .input-area button span {
  display: block;
}

@media (max-width: 767px) {
  .contact2-section-area .images {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .images {
    margin-top: 30px;
  }
}

.contact2-section-area .images img {
  width: 100%;
  height: 649px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .contact2-section-area .images img {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .images img {
    height: 100%;
  }
}

.contact2-section-area .contact-single-boxarea2 {
  position: relative;
}

@media (max-width: 767px) {
  .contact2-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact2-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}

.contact2-section-area .contact-single-boxarea2 .single-box {
  background: var(--ztc-bg-bg-4);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.contact2-section-area .contact-single-boxarea2 .single-box:hover {
  background: var(--ztc-bg-bg-6);
  transition: all 0.4s;
}

.contact2-section-area .contact-single-boxarea2 .single-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.contact2-section-area .contact-single-boxarea2 .single-box:hover .icons svg {
  filter: brightness(0);
}

.contact2-section-area .contact-single-boxarea2 .single-box:hover .text h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 80%;
}

.contact2-section-area .contact-single-boxarea2 .single-box:hover .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.contact2-section-area .contact-single-boxarea2 .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 50%;
}

.contact2-section-area .contact-single-boxarea2 .single-box .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.contact2-section-area .contact-single-boxarea2 .single-box .text {
  padding-left: 14px;
}

.contact2-section-area .contact-single-boxarea2 .single-box .text h4 {
  color: var(--ztc-text-text-5);
  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;
  text-transform: uppercase;
  transition: all 0.4s;
}

.contact2-section-area .contact-single-boxarea2 .single-box .text a {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact6-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f7f7f9;
}

.contact6-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 60px 0 60px;
  padding: 34px 32px;
}

@media (max-width: 767px) {
  .contact6-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact6-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}

.contact6-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.contact6-section-area .contact-boxarea p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  text-align: center;
}

.contact6-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}

.contact6-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f3f5f4);
  color: var(--ztc-text-text-17);
  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;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}

.contact6-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-21);
  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;
}

.contact6-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-21);
  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;
}

.contact6-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f3f5f4);
  color: var(--ztc-text-text-21);
  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;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}

.contact6-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 16px;
}

.contact6-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-21);
  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;
}

.contact6-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-21);
  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;
}

.contact6-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f3f5f4);
  color: var(--ztc-text-text-17);
  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;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}

.contact6-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-21);
  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;
}

.contact6-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-21);
  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;
}

.contact6-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.contact6-section-area .contact-boxarea .input-area button i {
  margin-left: 4px;
  transition: all 0.4s;
}

.contact6-section-area .contact-boxarea .input-area button svg {
  margin: 0;
}

.contact6-section-area .contact-boxarea .input-area button:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .contact6-section-area .contact-maps-area {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact6-section-area .contact-maps-area {
    margin-top: 30px;
  }
}

.contact6-section-area .contact-maps-area iframe {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 60px 0 60px;
}

.contact7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f3f5f4;
}

.contact7-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 34px 32px;
}

@media (max-width: 767px) {
  .contact7-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact7-section-area .contact-boxarea {
    margin-bottom: 30px;
  }
}

.contact7-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}

.contact7-section-area .contact-boxarea p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}

.contact7-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}

.contact7-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f3f5f4);
  color: var(--ztc-text-text-14);
  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;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}

.contact7-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-14);
  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;
}

.contact7-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-14);
  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;
}

.contact7-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f3f5f4);
  color: var(--ztc-text-text-14);
  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;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}

.contact7-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 16px;
}

.contact7-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-14);
  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;
}

.contact7-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-14);
  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;
}

.contact7-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f3f5f4);
  color: var(--ztc-text-text-14);
  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;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}

.contact7-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-14);
  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;
}

.contact7-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-14);
  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;
}

.contact7-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.contact7-section-area .contact-boxarea .input-area button i {
  margin-left: 4px;
  transition: all 0.4s;
}

.contact7-section-area .contact-boxarea .input-area button svg {
  margin: 0;
}

.contact7-section-area .contact-boxarea .input-area button:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.contact7-section-area .heading7 {
  padding: 0 0 0 40px;
}

@media (max-width: 767px) {
  .contact7-section-area .heading7 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact7-section-area .heading7 {
    padding: 0;
  }
}

.contact7-section-area .heading7 .single-box {
  background: var(--ztc-bg-bg-1);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: all 0.4s;
}

.contact7-section-area .heading7 .single-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.contact7-section-area .heading7 .single-box:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}

.contact7-section-area .heading7 .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-17);
  border-radius: 50%;
}

.contact7-section-area .heading7 .single-box .icons svg {
  filter: brightness(0) invert(1);
}

.contact7-section-area .heading7 .single-box .text {
  padding-left: 14px;
}

.contact7-section-area .heading7 .single-box .text h4 {
  color: var(--ztc-text-text-14);
  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: 18px;
  text-transform: uppercase;
}

.contact7-section-area .heading7 .single-box .text a {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact-inner-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-inner-section-area .conatct-widget-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: #f4f4f9;
  padding: 32px 24px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.contact-inner-section-area .conatct-widget-boxarea:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.contact-inner-section-area .conatct-widget-boxarea:hover h5 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.contact-inner-section-area .conatct-widget-boxarea:hover .textarea .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.contact-inner-section-area .conatct-widget-boxarea:hover .textarea a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.contact-inner-section-area .conatct-widget-boxarea:hover .textarea a svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.contact-inner-section-area .conatct-widget-boxarea h5 {
  color: var(--ztc-text-text-11);
  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;
  letter-spacing: -0.48px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(28, 41, 63, 0.1);
  transition: all 0.4s;
}

.contact-inner-section-area .conatct-widget-boxarea .textarea {
  margin-top: 20px;
  display: flex;
}

.contact-inner-section-area .conatct-widget-boxarea .textarea a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  letter-spacing: -0.32px;
  display: inline-block;
  transition: all 0.4s;
  padding-left: 8px;
}

.contact-inner-section-area .conatct-widget-boxarea .textarea a svg {
  transition: all 0.4s;
}

.contact-inner-section-area .contact-boxarea {
  position: relative;
  z-index: 1;
  background: #f4f4f9;
  border-radius: 16px;
  padding: 34px 32px;
}

@media (max-width: 767px) {
  .contact-inner-section-area .contact-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .contact-boxarea {
    margin-top: 30px;
  }
}

.contact-inner-section-area .contact-boxarea h4 {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}

.contact-inner-section-area .contact-boxarea p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}

.contact-inner-section-area .contact-boxarea .input-area {
  padding-top: 18px;
}

.contact-inner-section-area .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  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;
  padding: 18px 16px;
  outline: none;
}

.contact-inner-section-area .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact-inner-section-area .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact-inner-section-area .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  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;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}

.contact-inner-section-area .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 16px;
}

.contact-inner-section-area .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact-inner-section-area .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact-inner-section-area .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-11);
  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;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}

.contact-inner-section-area .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact-inner-section-area .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact-inner-section-area .contact-boxarea .input-area button {
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .contact-inner-section-area .images {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .images {
    margin-top: 30px;
  }
}

.contact-inner-section-area .images img {
  width: 100%;
  height: 649px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .contact-inner-section-area .images img {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .images img {
    height: 100%;
  }
}

.contact-inner-section-area .contact-single-boxarea2 {
  position: relative;
}

@media (max-width: 767px) {
  .contact-inner-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-section-area .contact-single-boxarea2 {
    padding-top: 0;
  }
}

.contact-inner-section-area .contact-single-boxarea2 .single-box {
  background: #f4f4f9;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box:hover {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .icons {
  background: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  transform: rotateY(-180deg);
}

.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .icons svg {
  filter: brightness(0);
}

.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .text h4 {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box:hover .text a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 70%;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-11);
  border-radius: 50%;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box .icons svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box .text {
  padding-left: 14px;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box .text h4 {
  color: var(--ztc-text-text-11);
  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;
  text-transform: uppercase;
  transition: all 0.4s;
}

.contact-inner-section-area .contact-single-boxarea2 .single-box .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

.contact1-section-area4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px;
  margin: 0 60px;
  border-radius: 16px;
}

.contact1-section-area4 .contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact1-section-area4 {
    margin: 0 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 {
    margin: 0;
    border: 0;
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .contact1-section-area4 {
    margin: 0;
    border-radius: 0;
    padding: 30px 0;
  }
}

.contact1-section-area4 .contact-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 34px 32px;
}

@media (max-width: 767px) {
  .contact1-section-area4 .contact-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 .contact-boxarea {
    margin-top: 30px;
  }
}

.contact1-section-area4 .contact-boxarea h4 {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  text-transform: uppercase;
}

.contact1-section-area4 .contact-boxarea p {
  color: var(--ztc-text-text-11);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
}

.contact1-section-area4 .contact-boxarea .input-area {
  padding-top: 18px;
}

.contact1-section-area4 .contact-boxarea .input-area input {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  color: var(--ztc-text-text-11);
  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;
  padding: 18px 16px;
  outline: none;
  overflow: hidden;
}

.contact1-section-area4 .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact1-section-area4 .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact1-section-area4 .contact-boxarea .input-area .nice-select {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  color: var(--ztc-text-text-11);
  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;
  padding: 18px 16px;
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
}

.contact1-section-area4 .contact-boxarea .input-area .nice-select::after {
  height: 7px;
  width: 7px;
  -o-object-fit: cover;
  object-fit: cover;
  right: 16px;
}

.contact1-section-area4 .contact-boxarea .input-area .nice-select::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact1-section-area4 .contact-boxarea .input-area .nice-select::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact1-section-area4 .contact-boxarea .input-area textarea {
  width: 100%;
  border-radius: 8px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  color: var(--ztc-text-text-11);
  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;
  padding: 18px 16px;
  outline: none;
  height: 140px;
}

.contact1-section-area4 .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact1-section-area4 .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-11);
  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;
}

.contact1-section-area4 .contact-boxarea .input-area button {
  border: none;
  outline: none;
  width: 100%;
  text-align: center;
}

.contact1-section-area4 .contact-single-boxarea {
  position: relative;
  padding-top: 394px;
}

@media (max-width: 767px) {
  .contact1-section-area4 .contact-single-boxarea {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact1-section-area4 .contact-single-boxarea {
    padding-top: 0;
  }
}

.contact1-section-area4 .contact-single-boxarea .single-box {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: all 0.4s;
}

.contact1-section-area4 .contact-single-boxarea .single-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.contact1-section-area4 .contact-single-boxarea .single-box .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-10);
  border-radius: 50%;
}

.contact1-section-area4 .contact-single-boxarea .single-box .icons svg {
  filter: brightness(0) invert(1);
}

.contact1-section-area4 .contact-single-boxarea .single-box .text {
  padding-left: 14px;
}

.contact1-section-area4 .contact-single-boxarea .single-box .text h4 {
  color: var(--ztc-text-text-11);
  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;
  text-transform: uppercase;
}

.contact1-section-area4 .contact-single-boxarea .single-box .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  display: inline-block;
  transition: all 0.4s;
}

/*============= CONTACT CSS AREA ENDS===============*/
/*============= CTA CSS AREA ===============*/
.cta1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta1-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta1-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}

.cta1-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}

.cta1-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 90px;
}

.cta1-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta1-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta1-section-area .cta-content-area form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 6px;
}

.cta2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-7);
}

@media (max-width: 767px) {
  .cta2-section-area {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area {
    padding: 40px 0;
  }
}

.cta2-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta2-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}

.cta2-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}

.cta2-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}

.cta2-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta2-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta2-section-area .cta-content-area form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 7px;
}

.cta2-section-area .cta-circle-area {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-circle-area {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cta2-section-area .cta-circle-area {
    margin-top: 30px;
  }
}

.cta2-section-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta2-section-area .cta-circle-area .img1 img {
    left: 85px;
  }
}

@media (max-width: 767px) {
  .cta2-section-area .cta-circle-area .img1 img {
    left: -25px;
  }
}

.cta2-section-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}

.cta2-section-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}

@media (max-width: 767px) {
  .cta2-section-area .cta-circle-area .text {
    top: 20px;
  }
}

.cta2-section-area .cta-circle-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 4px;
  padding: 26px 34px;
}

.cta2-section-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
}

.cta3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta3-section-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-8);
  opacity: 80%;
  z-index: -1;
}

@media (max-width: 767px) {
  .cta3-section-area {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area {
    padding: 40px 0;
  }
}

.cta3-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta3-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}

.cta3-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}

.cta3-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}

.cta3-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta3-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta3-section-area .cta-content-area form button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 7px;
}

.cta3-section-area .cta-circle-area {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-circle-area {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cta3-section-area .cta-circle-area {
    margin-top: 30px;
  }
}

.cta3-section-area .cta-circle-area .elements10 {
  position: absolute;
  left: -200px;
  top: 100px;
}

.cta3-section-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta3-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}

@media (max-width: 767px) {
  .cta3-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}

.cta3-section-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}

.cta3-section-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}

@media (max-width: 767px) {
  .cta3-section-area .cta-circle-area .text {
    top: 20px;
  }
}

.cta3-section-area .cta-circle-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 4px;
  padding: 26px 34px;
}

.cta3-section-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
}

.cta4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cta4-section-area {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area {
    padding: 40px 0;
  }
}

.cta4-section-area .cta-content-area {
  padding: 60px 0 60px;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-content-area {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-content-area {
    padding: 0;
  }
}

.cta4-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta4-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 70% !important;
}

.cta4-section-area .cta-content-area .btn-area1 .phone {
  color: var(--ztc-text-text-11);
  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: 140%;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 12px;
  margin: 0 0 0 16px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-content-area .btn-area1 .phone {
    margin: 20px 0 0 0;
  }
}

.cta4-section-area .cta-content-area .btn-area1 .phone:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
}

.cta4-section-area .cta-content-area .btn-area1 .phone:hover svg {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}

.cta4-section-area .cta-content-area .btn-area1 .phone:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}

.cta4-section-area .cta-content-area .btn-area1 .phone::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  background: var(--ztc-bg-bg-10);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.cta4-section-area .cta-content-area .btn-area1 .phone svg {
  margin: 0 4px 0 0;
  transition: all 0.4s;
}

.cta4-section-area .cta-circle-area {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  width: 550px;
  bottom: -30px;
  left: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-circle-area {
    margin-top: 30px;
    left: 0;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .cta4-section-area .cta-circle-area {
    margin-top: 30px;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -41px;
  }
}

.cta4-section-area .cta-circle-area .bg1 {
  position: absolute;
  bottom: 0;
}

.cta4-section-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta4-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}

@media (max-width: 767px) {
  .cta4-section-area .cta-circle-area .img1 img {
    left: 0;
  }
}

.cta4-section-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}

.cta4-section-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}

@media (max-width: 767px) {
  .cta4-section-area .cta-circle-area .text {
    top: 20px;
  }
}

.cta4-section-area .cta-circle-area .text a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-6);
  border-radius: 4px;
  padding: 26px 34px;
}

.cta4-section-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
}

.cta5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-13);
}

.cta5-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta5-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}

.cta5-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}

.cta5-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}

.cta5-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta5-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta5-section-area .cta-content-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 10px;
  right: 8px;
  padding: 20px 24px;
}

.cta5-section-area .cta-content-area form button i {
  margin-left: 4px;
}

.cta5-section-area .cta-images-area {
  position: relative;
  z-index: 1;
}

.cta5-section-area .cta-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta5-section-area .cta-images-area .elements21 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -130px;
}

.cta5-section-area .cta-images-area .price-area {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta5-section-area .cta-images-area .price-area {
    display: none;
  }
}

.cta5-section-area .cta-images-area .price-area img {
  position: absolute;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  z-index: -1;
  top: -40px;
  left: -30px;
}

.cta5-section-area .cta-images-area .price-area h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
  text-align: center;
}

.cta5-section-area .cta-images-area .price-area p {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta6-section-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -200px;
}

@media (max-width: 767px) {
  .cta6-section-area {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area {
    padding: 40px 0;
  }
}

.cta6-section-area .cta7-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-15);
  border-radius: 0 100px 0 100px;
  padding: 70px 60px;
}

@media (max-width: 767px) {
  .cta6-section-area .cta7-bg-area {
    padding: 24px;
  }
}

.cta6-section-area .cta7-bg-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta6-section-area .cta7-bg-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}

.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn1 {
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
}

.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn1:hover {
  color: var(--ztc-text-text-1);
}

.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn2 {
  border: 1px solid var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-1);
  margin-left: 24px;
}

@media (max-width: 767px) {
  .cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn2 {
    margin-left: 0;
    margin-top: 24px;
  }
}

.cta6-section-area .cta7-bg-area .cta-content-area .btn-area1 .vl-btn7.btn2:hover {
  color: var(--ztc-text-text-1);
  border: 1px solid var(--ztc-text-text-17);
}

.cta6-section-area .cta7-bg-area .form-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-16);
  padding: 40px;
  border-radius: 0 60px 0 60px;
}

@media (max-width: 767px) {
  .cta6-section-area .cta7-bg-area .form-boxarea {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta6-section-area .cta7-bg-area .form-boxarea {
    margin-top: 30px;
  }
}

.cta6-section-area .cta7-bg-area .form-boxarea h5 {
  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;
}

.cta6-section-area .cta7-bg-area .form-boxarea p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 26px;
}

.cta6-section-area .cta7-bg-area .form-boxarea form {
  position: relative;
  z-index: 1;
}

.cta6-section-area .cta7-bg-area .form-boxarea form input {
  width: 100%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-17);
  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;
  border: none;
  padding: 21px 24px;
  border-radius: 0 30px 0 30px;
}

.cta6-section-area .cta7-bg-area .form-boxarea form input::-moz-placeholder {
  color: var(--ztc-text-text-17);
  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;
}

.cta6-section-area .cta7-bg-area .form-boxarea form input::placeholder {
  color: var(--ztc-text-text-17);
  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;
}

.cta6-section-area .cta7-bg-area .form-boxarea form button {
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  position: absolute;
  top: 12px;
  right: 12px;
}

.cta6-section-area .cta7-bg-area .form-boxarea form button:hover {
  background: var(--ztc-bg-bg-14);
  transition: all 0.4s;
}

.cta7-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cta7-section-area {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-section-area {
    padding: 40px 0;
  }
}

.cta7-section-area .cta7-bg-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-17);
  border-radius: 30px;
  padding: 70px 60px;
}

@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area {
    padding: 24px;
  }
}

.cta7-section-area .cta7-bg-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta7-section-area .cta7-bg-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90%;
}

.cta7-section-area .cta7-bg-area .cta-content-area form {
  position: relative;
  z-index: 1;
}

.cta7-section-area .cta7-bg-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}

.cta7-section-area .cta7-bg-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta7-section-area .cta7-bg-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta7-section-area .cta7-bg-area .cta-content-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.cta7-section-area .cta7-bg-area .cta-content-area form button i {
  margin-left: 4px;
}

.cta7-section-area .cta7-bg-area .cta-content-area form button svg {
  margin: 0 !important;
}

.cta7-section-area .cta7-bg-area .cta-content-area form button:hover i {
  transform: rotate(-45deg);
  transition: all 0.4s;
}

.cta7-section-area .cta7-bg-area .cta-circle-area {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area {
    margin-top: 30px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area {
    margin-top: 30px;
    position: relative;
  }
}

.cta7-section-area .cta7-bg-area .cta-circle-area .img1 img {
  position: relative;
  top: 0;
  right: 43px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area .img1 img {
    left: -35px;
  }
}

@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area .img1 img {
    left: -25px;
  }
}

.cta7-section-area .cta7-bg-area .cta-circle-area span {
  height: 84px;
  width: 84px;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -84px;
}

.cta7-section-area .cta7-bg-area .cta-circle-area .text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -160px;
}

@media (max-width: 767px) {
  .cta7-section-area .cta7-bg-area .cta-circle-area .text {
    top: 20px;
  }
}

.cta7-section-area .cta7-bg-area .cta-circle-area .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s26);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 26.013px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
  border-radius: 16px;
  padding: 26px 34px;
}

.cta7-section-area .cta7-bg-area .cta-circle-area .text svg {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -17px;
  filter: brightness(0) invert(1);
}

.cta8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta8-section-area .cta-content-area h2 {
  color: var(--ztc-text-text-1);
}

.cta8-section-area .cta-content-area p {
  color: var(--ztc-text-text-1);
  opacity: 90% !important;
}

.cta8-section-area .cta-content-area form {
  position: relative;
  z-index: 1;
}

.cta8-section-area .cta-content-area form input {
  width: 100%;
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  background: var(--ztc-bg-bg-1);
  padding: 29px 26px;
  border-radius: 8px;
}

.cta8-section-area .cta-content-area form input::-moz-placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta8-section-area .cta-content-area form input::placeholder {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.cta8-section-area .cta-content-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 10px;
  right: 10px;
  padding: 20px 28px;
}

.cta8-section-area .cta-content-area form button i {
  margin-left: 4px;
}

.cta8-section-area .cta-images-area {
  position: relative;
  z-index: 1;
}

.cta8-section-area .cta-images-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta8-section-area .cta-images-area .elements21 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -130px;
}

.cta8-section-area .cta-images-area .price-area {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .cta8-section-area .cta-images-area .price-area {
    display: none;
  }
}

.cta8-section-area .cta-images-area .price-area img {
  position: absolute;
  height: 150px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  max-height: 150px;
  z-index: -1;
  top: -40px;
  left: -30px;
}

.cta8-section-area .cta-images-area .price-area h2 {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s40);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 40px;
  text-align: center;
}

.cta8-section-area .cta-images-area .price-area p {
  color: var(--ztc-text-text-14);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

/*============= CTA CSS AREA ENDS===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
.testimonial1-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-4);
  overflow: hidden;
}

.testimonial1-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}

.testimonial1-section-area .testimonial-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial1-section-area .testimonial-imges .success-rate {
  background: var(--ztc-bg-bg-3);
  text-align: center;
  display: inline-block;
  padding: 30px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.testimonial1-section-area .testimonial-imges .success-rate ul li {
  display: inline-block;
  color: var(--ztc-text-text-2);
}

.testimonial1-section-area .testimonial-imges .success-rate p {
  color: var(--ztc-text-text-2);
  text-align: center;
  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;
}

.testimonial1-section-area .testimonial-imges .success-rate h3 {
  color: var(--ztc-text-text-2);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
}

.testimonial1-section-area .testimonial-single-slider {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box {
  position: relative;
  z-index: 1;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #fb8500;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .pera {
  color: rgba(17, 17, 17, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
    display: inline-block;
  }
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial1-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.testimonial1-section-area .testimonial-arrows .testimonial-prev-arrow button {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .testimonial1-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}

.testimonial1-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial1-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-3);
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}

.testimonial2-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial2-section-area .testimonial-single-slider2 {
  position: relative;
  z-index: 1;
}

.testimonial2-section-area .testimonial-single-slider2 .owl-dots {
  text-align: center;
  margin-top: 48px;
}

.testimonial2-section-area .testimonial-single-slider2 .owl-dots button {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  background: #d2d4d9;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: 0 16px 0 0;
}

.testimonial2-section-area .testimonial-single-slider2 .owl-dots button.active {
  background: var(--ztc-bg-bg-6);
}

.testimonial2-section-area .testimonial-single-slider2 .owl-dots button.active::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial-single-slider2 .owl-dots button::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 20px;
  border: 1px solid var(--ztc-text-text-7);
  border-radius: 50%;
  top: -4px;
  left: -4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav {
    display: none;
  }
}

.testimonial2-section-area .testimonial-single-slider2 .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-bg-bg-5);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial2-section-area .testimonial-single-slider2 .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-6);
}

.testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-prev {
    left: -70px;
  }
}

.testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -80px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial2-section-area .testimonial-single-slider2 .owl-nav button.owl-next {
    right: -70px;
  }
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  padding: 32px;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #fb8500;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .pera {
  color: var(--ztc-text-text-5);
  opacity: 90%;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea {
    display: inline-block;
  }
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-5);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial2-section-area .testimonial-single-slider2 .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.testimonial3-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial3-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}

.testimonial3-section-area .testimonial-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial3-section-area .testimonial-imges .success-rate {
  background: var(--ztc-bg-bg-9);
  text-align: center;
  display: block;
  padding: 73px 26px 26px 26px;
  border-radius: 0 0 8px 8px;
  position: relative;
  margin-top: -6px;
}

.testimonial3-section-area .testimonial-imges .success-rate .others-img4 {
  position: absolute;
  width: 278px;
  height: 76px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  margin-left: -139px;
  top: 0;
  margin-top: -38px;
}

.testimonial3-section-area .testimonial-imges .success-rate ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
}

.testimonial3-section-area .testimonial-imges .success-rate h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s32);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 32px;
}

.testimonial3-section-area .testimonial-single-slider3 {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-single-slider3 {
    margin-top: 30px;
  }
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box {
  position: relative;
  z-index: 1;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #fb8500;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .pera {
  color: rgba(17, 17, 17, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea {
    display: inline-block;
  }
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial3-section-area .testimonial-single-slider3 .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.testimonial3-section-area .testimonial-arrows .prev-arrow button {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial3-section-area .testimonial-arrows .prev-arrow button {
    margin: 0 16px 0 0;
  }
}

.testimonial3-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-8);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial3-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial4-section-area .elements12 {
  position: absolute;
}

.testimonial4-section-area .testimonial4-slider-area {
  position: relative;
  z-index: 1;
}

.testimonial4-section-area .testimonial4-slider-area.owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.testimonial4-section-area .testimonial4-slider-area .owl-dots {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots {
    margin-top: 30px;
    text-align: center;
  }
}

.testimonial4-section-area .testimonial4-slider-area .owl-dots::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-1);
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots::after {
    display: none;
  }
}

.testimonial4-section-area .testimonial4-slider-area .owl-dots button {
  height: 12px;
  width: 432px;
  border-radius: 10px;
  background: var(--ztc-bg-bg-1);
  z-index: 2;
  position: relative;
  top: -9px;
}

@media (max-width: 767px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial4-section-area .testimonial4-slider-area .owl-dots button {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 16px 0 0;
  }
}

.testimonial4-section-area .testimonial4-slider-area .owl-dots button.active {
  background: #c5b7ff;
  transition: all 0.4s;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 24px 30px 24px 24px;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .icons {
  background: rgba(68, 22, 255, 0.1);
  filter: drop-shadow(0px 3px 8px rgba(68, 22, 255, 0.05));
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area a {
  color: var(--ztc-text-text-11);
  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;
  letter-spacing: -1px;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area ul {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px 4px;
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea .text-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

.testimonial5-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial5-section-area .testimonial-imges {
  position: relative;
  z-index: 1;
}

.testimonial5-section-area .testimonial-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial5-section-area .testimonial-imges .success-rate {
  background: var(--ztc-bg-bg-13);
  text-align: center;
  display: inline-block;
  padding: 30px;
  border-radius: 16px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.testimonial5-section-area .testimonial-imges .success-rate ul li {
  display: inline-block;
  color: var(--ztc-text-text-1);
}

.testimonial5-section-area .testimonial-imges .success-rate p {
  color: var(--ztc-text-text-1);
  text-align: center;
  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;
}

.testimonial5-section-area .testimonial-imges .success-rate h3 {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s48);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 48px;
}

.testimonial5-section-area .testimonial-single-slider {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-single-slider {
    margin-top: 30px;
  }
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box {
  position: relative;
  z-index: 1;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .list-area ul li {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  border-radius: 2.203px;
  background: rgba(17, 17, 17, 0.06);
  color: #fb8500;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .pera {
  color: rgba(17, 17, 17, 0.8);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 33px;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea {
    display: inline-block;
  }
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .elements2 {
  width: 110px;
  height: 36px;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea {
    margin-bottom: 20px;
  }
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .img img {
  height: 66px;
  width: 66px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text {
  padding-left: 16px;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-14);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial5-section-area .testimonial-single-slider .single-slider-box .others-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-15);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.testimonial5-section-area .testimonial-arrows .testimonial-prev-arrow button {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .testimonial5-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial5-section-area .testimonial-arrows .testimonial-prev-arrow button {
    margin: 0 16px 0 0;
  }
}

.testimonial5-section-area .testimonial-arrows button {
  border: none;
  outline: none;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-12);
  color: var(--ztc-text-text-1);
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial5-section-area .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-13);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}

.testimonial8-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--ztc-bg-bg-16);
}

.testimonial8-section-area .elements25 {
  position: absolute;
  left: 50%;
  margin-left: -385px;
}

.testimonial8-section-area .heading6 h5 {
  color: var(--ztc-text-text-1);
}

.testimonial8-section-area .heading6 h5 img {
  filter: brightness(0) invert(1);
}

.testimonial8-section-area .heading6 h2 {
  color: var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial8-widgetarea {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}

.testimonial8-section-area .testimonial8-widgetarea .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ztc-text-text-1);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial8-section-area .testimonial8-widgetarea .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-15);
}

.testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -28px;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}

.testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -90px;
  margin-top: -28px;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8-section-area .testimonial8-widgetarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 0 50px 0 50px;
  padding: 40px 60px;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea {
    padding: 30px;
  }
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea svg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea ul {
  text-align: center;
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea ul li {
  display: inline-block;
  border-radius: 2.37px;
  background: rgba(251, 133, 0, 0.1);
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  color: #fb8500;
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .pera {
  color: rgba(9, 11, 14, 0.9);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 43px;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .text {
  padding-left: 16px;
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .text a {
  color: var(--ztc-text-text-17);
  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;
}

.testimonial8-section-area .testimonial8-widgetarea .testimonial8-boxarea .author-boxarea .text p {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  opacity: 60%;
}

.testimonial7-section-area {
  position: relative;
  z-index: 1;
  background: #f3f5f4;
  overflow: hidden;
}

.testimonial7-section-area .testimonial7-slider-boxarea {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav {
    text-align: center;
    margin: 30px;
  }
}

.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: rgba(6, 3, 14, 0.1);
  color: var(--ztc-text-text-14);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-17);
}

.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  left: -90px;
}

@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
  }
}

.testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  right: -90px;
}

@media (max-width: 767px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial7-section-area .testimonial7-slider-boxarea .owl-nav button.owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
}

.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea {
  position: relative;
  z-index: 1;
  text-align: center;
}

.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .icons {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .pera {
  color: var(--ztc-text-text-21);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
}

.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text a {
  color: var(--ztc-text-text-14);
  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: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text a:hover {
  color: var(--ztc-text-text-22);
  transition: all 0.4s;
}

.testimonial7-section-area .testimonial7-slider-boxarea .testimonial7-boxarea .name-text p {
  color: var(--ztc-text-text-21);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.testimonial8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f2f4f3;
}

.testimonial8 .testimonial8-imges {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial8 .testimonial8-imges .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.testimonial8 .testimonial8-imges .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial8 .testimonial8-imges .img1 .name-content {
  border-radius: 8px;
  background: #e6efed;
  padding: 24px 20px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  text-align: center;
}

.testimonial8 .testimonial8-imges .img1 .name-content a {
  color: var(--ztc-text-text-17);
  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: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.testimonial8 .testimonial8-imges .img1 .name-content a:hover {
  color: var(--ztc-text-text-23);
  transition: all 0.4s;
}

.testimonial8 .testimonial8-imges .img1 .name-content p {
  color: var(--ztc-text-text-6);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.testimonial8 .testimonial-arrow-slider {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  padding: 28px 60px 28px 40px;
  border-radius: 8px;
  margin: 0 0 0 40px;
}

@media (max-width: 767px) {
  .testimonial8 .testimonial-arrow-slider {
    margin: 30px 0 0 0;
    padding: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial8 .testimonial-arrow-slider {
    margin: 30px 0 0 0;
  }
}

.testimonial8 .testimonial-arrow-slider .testimonial-content-slider {
  position: relative;
  z-index: 1;
}

.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea ul li {
  display: inline-block;
  border-radius: 2.203px;
  background: rgba(251, 133, 0, 0.1);
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  color: #fb8500;
}

.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .pera {
  color: rgba(9, 11, 14, 0.7);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 40px;
}

@media (max-width: 767px) {
  .testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .pera {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 30px;
  }
}

.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .img1 {
  text-align: end;
}

.testimonial8 .testimonial-arrow-slider .testimonial-content-slider .testimonial8-contentarea .img1 img {
  width: 100px;
  height: 44px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

.testimonial8 .testimonial-arrow-slider .testimonial-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 35px;
  z-index: 2;
}

.testimonial8 .testimonial-arrow-slider .testimonial-arrows .testimonial-prev-arrow {
  margin: 0 16px 0 0;
}

.testimonial8 .testimonial-arrow-slider .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s;
  color: var(--ztc-text-text-17);
  background: #e6efed;
  border: none;
  outline: none;
  font-size: var(--ztc-font-size-font-s20);
}

.testimonial8 .testimonial-arrow-slider .testimonial-arrows button:hover {
  background: var(--ztc-bg-bg-18);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
}

.testimonial-inner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-inner-area .testimonial4-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 30px 24px 24px;
  margin-bottom: 30px;
  transition: all 0.4s;
}

.testimonial-inner-area .testimonial4-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.testimonial-inner-area .testimonial4-boxarea .icons {
  background: rgba(68, 22, 255, 0.1);
  filter: drop-shadow(0px 3px 8px rgba(68, 22, 255, 0.05));
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: all 0.4s;
}

.testimonial-inner-area .testimonial4-boxarea p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 30px;
}

.testimonial-inner-area .testimonial4-boxarea .text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-inner-area .testimonial4-boxarea .text-area a {
  color: var(--ztc-text-text-11);
  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;
  letter-spacing: -1px;
}

.testimonial-inner-area .testimonial4-boxarea .text-area ul {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(68, 22, 255, 0.05);
  padding: 8px 4px;
}

.testimonial-inner-area .testimonial4-boxarea .text-area ul li {
  display: inline-block;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s14);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 14px;
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/
/*============= CASE STUDY CSS AREA ENDS ===============*/
.case1-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case1-section-area .case-slider-area {
  position: relative;
  z-index: 1;
}

.case1-section-area .case-slider-area .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -130px;
}

@media (max-width: 767px) {
  .case1-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case1-section-area .case-slider-area .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    text-align: center;
    left: 0;
  }
}

.case1-section-area .case-slider-area .owl-nav button {
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  transition: all 0.4s;
  background: #f7f7f9;
  color: var(--ztc-text-text-17);
  border-radius: 50%;
  font-size: var(--ztc-font-size-font-s20);
}

.case1-section-area .case-slider-area .owl-nav button:hover {
  color: var(--ztc-text-text-1);
  background: var(--ztc-bg-bg-15);
}

.case1-section-area .case-slider-area .owl-nav button.owl-prev {
  margin: 0 16px 0 0;
}

.case1-section-area .case-slider-area .case-boxarea {
  position: relative;
  z-index: 1;
}

.case1-section-area .case-slider-area .case-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
}

.case1-section-area .case-slider-area .case-boxarea:hover .content-area {
  bottom: 24px;
  transition: all 0.6s;
}

.case1-section-area .case-slider-area .case-boxarea::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 41, 63, 0) 0%, #090b0e 100%);
  transition: all 0.4s;
  border-radius: 0 50px 0 50px;
}

.case1-section-area .case-slider-area .case-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 50px 0 50px;
}

.case1-section-area .case-slider-area .case-boxarea .content-area {
  text-align: center;
  position: absolute;
  bottom: -100%;
  z-index: 2;
  text-align: center;
  left: 60px;
  right: 60px;
  transition: all 0.6s;
}

.case1-section-area .case-slider-area .case-boxarea .content-area .arrow {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-15);
  display: inline-block;
  transition: all 0.4s;
}

.case1-section-area .case-slider-area .case-boxarea .content-area .tags {
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 10px;
}

.case1-section-area .case-slider-area .case-boxarea .content-area .title {
  color: var(--ztc-text-text-1);
  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;
}

.case-inenr-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case-inenr-area .case-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.case-inenr-area .case-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.case-inenr-area .case-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
}

.case-inenr-area .case-boxarea:hover .content-area {
  bottom: 24px;
  transition: all 0.6s;
}

.case-inenr-area .case-boxarea:hover .content-area .arrow {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.6s;
}

.case-inenr-area .case-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 41, 63, 0) 0%, #1c293f 100%);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: 1;
}

.case-inenr-area .case-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.case-inenr-area .case-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case-inenr-area .case-boxarea .content-area {
  text-align: center;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  text-align: center;
  left: 60px;
  right: 60px;
  transition: all 0.6s;
}

.case-inenr-area .case-boxarea .content-area .arrow {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  display: inline-block;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  top: -40px;
  visibility: hidden;
  opacity: 0;
}

.case-inenr-area .case-boxarea .content-area .arrow svg {
  filter: brightness(0) invert(1);
}

.case-inenr-area .case-boxarea .content-area .tags {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 10px;
  border-radius: 4px;
}

.case-inenr-area .case-boxarea .content-area .title {
  color: var(--ztc-text-text-1);
  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;
}

.case-inenr-area .case-tabs-area ul {
  display: block;
  text-align: center;
}

.case-inenr-area .case-tabs-area ul li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.case-inenr-area .case-tabs-area ul li:nth-last-child(1) {
  margin: 0;
}

.case-inenr-area .case-tabs-area ul li button {
  border: none;
  outline: none;
  color: var(--ztc-text-text-11);
  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;
  border-radius: 70px;
  background: var(--Home-Page-1-Color-Gray-Color, #ece8ff);
  padding: 16px 24px;
}

.case-inenr-area .case-tabs-area ul li button.active {
  background: var(--ztc-bg-bg-11);
  color: var(--ztc-text-text-1);
}

.case-inenr-area .case-content-area {
  position: relative;
  z-index: 1;
}

.case-inenr-area .case-content-area .tab-content .tab-pane {
  position: relative;
  top: 120px;
  transition: all 0.4s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane.tab-pane.fade.show.active {
  top: 0;
  transition: all 0.4s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover::after {
  height: 100%;
  transition: all 0.4s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover .content-area {
  bottom: 24px;
  transition: all 0.6s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea:hover .content-area .arrow {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.6s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(28, 41, 63, 0) 0%, #1c293f 100%);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: 1;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area {
  text-align: center;
  position: absolute;
  bottom: 24px;
  z-index: 2;
  text-align: center;
  left: 60px;
  right: 60px;
  transition: all 0.6s;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .arrow {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-11);
  display: inline-block;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
  top: -40px;
  visibility: hidden;
  opacity: 0;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .arrow svg {
  filter: brightness(0) invert(1);
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .tags {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  /* 100% */
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  padding: 8px 10px;
  border-radius: 4px;
}

.case-inenr-area .case-content-area .tab-content .tab-pane .case-boxarea .content-area .title {
  color: var(--ztc-text-text-1);
  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;
}

.case-all-details-section {
  position: relative;
  z-index: 1;
}

.case-all-details-section .case-main-sidebar {
  position: sticky;
  top: 120px;
}

.case-all-details-section .case-main-sidebar h3 {
  color: var(--ztc-text-text-11);
  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: 20px;
}

.case-all-details-section .case-main-sidebar .search-area {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #f4f4f9);
  padding: 28px 24px;
}

.case-all-details-section .case-main-sidebar .search-area form {
  position: relative;
  z-index: 1;
}

.case-all-details-section .case-main-sidebar .search-area form input {
  width: 100%;
  color: var(--ztc-text-text-11);
  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;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 16px;
}

.case-all-details-section .case-main-sidebar .search-area form input::-moz-placeholder {
  color: var(--ztc-text-text-11);
  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;
  opacity: 70%;
}

.case-all-details-section .case-main-sidebar .search-area form input::placeholder {
  color: var(--ztc-text-text-11);
  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;
  opacity: 70%;
}

.case-all-details-section .case-main-sidebar .search-area form button {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 12px;
  background: none;
  right: 5px;
}

.case-all-details-section .case-main-sidebar .projct-details-box {
  border-radius: 8px;
  background: var(--3-home-page-graycolors, #f4f4f9);
  padding: 28px 24px;
}

.case-all-details-section .case-main-sidebar .projct-details-box ul li {
  padding: 24px 0;
  border-bottom: 1px solid #dee0e6;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}

.case-all-details-section .case-main-sidebar .projct-details-box ul li span {
  display: inline-block;
  font-weight: var(--ztc-weight-semibold);
}

.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(1) span {
  padding-left: 16px;
}

.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(2) span {
  padding-left: 33px;
}

.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(3) span {
  padding-left: 45px;
}

.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(4) span {
  padding-left: 59px;
}

.case-all-details-section .case-main-sidebar .projct-details-box ul li:nth-child(5) span {
  padding-left: 53px;
}

.case-all-details-section .case-all-content-area {
  position: relative;
  z-index: 1;
}

.case-all-details-section .case-all-content-area.padding-left {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .case-all-details-section .case-all-content-area.padding-left {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-all-details-section .case-all-content-area.padding-left {
    padding: 0;
  }
}

.case-all-details-section .case-all-content-area.padding-right {
  padding: 0 50px 0 0;
}

@media (max-width: 767px) {
  .case-all-details-section .case-all-content-area.padding-right {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-all-details-section .case-all-content-area.padding-right {
    padding: 0;
  }
}

.case-all-details-section .case-all-content-area h3 {
  color: var(--ztc-text-text-11);
  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;
}

.case-all-details-section .case-all-content-area .img1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.case-all-details-section .case-all-content-area .case-pera-box {
  border-radius: 16px;
  background: var(--Home-Page-1-Color-Gray-Color, #f4f4f9);
  padding: 28px 36px 28px 42px;
  position: relative;
  z-index: 1;
}

.case-all-details-section .case-all-content-area .case-pera-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-11);
  border-radius: 4px;
}

.case-all-details-section .case-all-content-area .case-pera-box p {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 32px;
}

.case-all-details-section .case-all-content-area .case-pera-box .list-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea {
  display: flex;
  align-items: center;
}

.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .text {
  padding-left: 12px;
}

.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .text a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s22);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 22px;
  display: inline-block;
  transition: all 0.4s;
}

.case-all-details-section .case-all-content-area .case-pera-box .list-area .author-boxarea .text p {
  color: var(--ztc-text-text-11);
  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;
}

.case-all-details-section .case-all-content-area .case-pera-box .list-area ul li {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  background: var(--ztc-bg-bg-1);
  border-radius: 4px;
  color: #ffa800;
}

.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea {
  margin-top: 30px;
}

.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea:hover span {
  background: var(--ztc-bg-bg-11);
  transition: all 0.4s;
}

.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea span {
  background: var(--ztc-bg-bg-10);
  color: var(--ztc-text-text-1);
}

.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea a:hover {
  color: var(--ztc-text-text-12);
  transition: all 0.4s;
}

.case-all-details-section .case-all-content-area .work1-section-area .work-single-boxarea::after {
  bottom: 72%;
}

/*============= CASE STUDY CSS AREA ENDS ===============*/
/*============= PRICING CSS AREA ===============*/
/*============= PRICING CSS AREA ===============*/
/*# sourceMappingURL=main.css.map */
.homepage1-body .vl-transparent-header .header-top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.homepage1-body .vl-transparent-header .header-top-action {
  margin-left: auto;
}

.homepage1-body .vl-transparent-header .header-top-action .topbar-book-btn {
  padding: 12px 20px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .homepage1-body .vl-transparent-header .header-top-area {
    flex-wrap: wrap;
  }

  .homepage1-body .vl-transparent-header .header-top-action {
    width: 100%;
  }

  .homepage1-body .vl-transparent-header .header-top-action .topbar-book-btn {
    width: 100%;
    justify-content: center;
  }
}

.homepage1-body .vl-transparent-header .header-top-action .topbar-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1c293f;
  color: #ffffff;
  border: 1px solid #1c293f;
  box-shadow: 0 10px 24px rgba(28, 41, 63, 0.18);
  white-space: nowrap;
  transition: all 0.3s ease;
}

.homepage1-body .vl-transparent-header .header-top-action .topbar-book-btn:hover {
  background: #ffffff;
  color: #1c293f;
  border-color: #1c293f;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(28, 41, 63, 0.12);
}

.homepage1-body .vl-transparent-header .header-top-action .topbar-book-btn:hover svg path {
  fill: #1c293f;
}

@media (max-width: 991px) {
  .homepage1-body .vl-transparent-header .header-top-action .topbar-book-btn {
    width: 100%;
    justify-content: center;
  }
}

.specialties-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.specialties-section-area::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 360px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.14) 0%,
      rgba(68, 22, 255, 0) 68%);
  pointer-events: none;
}

.specialties-section-area::after {
  position: absolute;
  content: "";
  width: 320px;
  height: 320px;
  left: -140px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.12) 0%,
      rgba(18, 179, 168, 0) 70%);
  pointer-events: none;
}

.specialties-section-area .heading4 {
  position: relative;
  z-index: 1;
}

.specialties-section-area .specialties-section-text {
  max-width: 760px;
  margin: 0 auto;
  color: #5b6476;
  font-size: 18px;
  line-height: 1.7;
}

.specialties-v2-section,
.specialties-section-area {
  position: relative;
  z-index: 1;
  padding: 85px 0 85px;
  background: linear-gradient(180deg, #edf3fa 0%, #e2ecf7 100%);
  overflow: hidden;
}

.specialties-v2-section::before,
.specialties-section-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(2, 1, 90, 0.05) 1.2px,
      transparent 1.2px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.85;
}

/* Left Side Info Column */
.specialties-left-content {
  padding-right: 20px;
}

.spec-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #4a5568;
  margin-bottom: 12px;
}

.spec-main-heading {
  font-size: 42px;
  font-weight: 800;
  color: #02015a;
  line-height: 1.15;
  margin-bottom: 20px;
}

.spec-heading-line {
  width: 70px;
  height: 4px;
  background: #02015a;
  border-radius: 4px;
  margin-bottom: 22px;
}

.spec-desc {
  font-size: 15.5px;
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 32px;
}

/* Quote Button Styling */
.spec-cta-wrapper {
  margin-top: 10px;
}

.spec-quote-btn {
  display: inline-block;
  padding: 15px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #02015a 0%, #4416ff 100%);
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(43, 122, 140, 0.35);
  border: 4px solid rgba(220, 238, 242, 0.85);
  transition: all 0.3s ease;
}

.spec-quote-btn:hover {
  background: linear-gradient(135deg, #02015a 0%, #4416ff 100%);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(68, 22, 255, 0.38);
  border-color: rgba(220, 238, 242, 1);
}

.specialties-v2-section .specialties-grid,
.specialties-section-area .specialties-grid {
  position: relative;
  z-index: 2;
}

.specialties-v2-section .specialty-card,
.specialties-section-area .specialty-card,
.specialty-card {
  height: 100%;
  min-height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 18px 24px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(2, 1, 90, 0.06);
  box-shadow:
    0 10px 24px rgba(2, 1, 90, 0.06),
    0 3px 0 rgba(2, 1, 90, 0.08);
  transition:
    transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color 0.3s ease;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
}

.specialties-v2-section .specialty-card:hover,
.specialties-section-area .specialty-card:hover,
.specialty-card:hover {
  transform: translateY(-6px);
  border-color: rgba(68, 22, 255, 0.35);
  box-shadow:
    0 18px 36px rgba(68, 22, 255, 0.16),
    0 4px 0 #4416ff;
}

.specialties-v2-section .specialty-icon,
.specialties-section-area .specialty-icon,
.specialty-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(68, 22, 255, 0.06);
  color: #02015a;
  font-size: 24px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  flex-shrink: 0;
}

.specialties-v2-section .specialty-card:hover .specialty-icon,
.specialties-section-area .specialty-card:hover .specialty-icon,
.specialty-card:hover .specialty-icon {
  background: linear-gradient(135deg, #02015a 0%, #4416ff 100%);
  color: #ffffff;
  width: 128px;`r`n            color: #fff;`r`n            filter: brightness(0.96);`r`n            box-shadow: 0 7px 16px rgba(15, 35, 60, 0.28);
  box-shadow: 0 8px 20px rgba(68, 22, 255, 0.28);
}

.specialties-v2-section .specialty-content,
.specialties-section-area .specialty-content,
.specialty-content {
  width: 100%;
}

.specialties-v2-section .specialty-content h3,
.specialties-section-area .specialty-content h3,
.specialty-content h3 {
  margin: 0;
  color: #02015a;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
}

.specialties-v2-section .specialty-card:hover .specialty-content h3,
.specialties-section-area .specialty-card:hover .specialty-content h3,
.specialty-card:hover .specialty-content h3 {
  color: #4416ff;
}

@media (max-width: 991px) {

  .specialties-v2-section,
  .specialties-section-area {
    padding: 60px 0 60px;
  }
}

@media (max-width: 767px) {

  .specialties-v2-section .specialty-card,
  .specialties-section-area .specialty-card,
  .specialty-card {
    padding: 22px 14px 18px;
    min-height: 130px;
    border-radius: 14px;
  }

  .specialties-v2-section .specialty-icon,
  .specialties-section-area .specialty-icon,
  .specialty-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .specialties-v2-section .specialty-content h3,
  .specialties-section-area .specialty-content h3,
  .specialty-content h3 {
    font-size: 14.5px;
  }
}

/* ==========================================================================
   NEW ANIMATED WORK PROCESS SECTION STYLES
   ========================================================================== */

.work-process-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background: linear-gradient(180deg, #f4f8ff 0%, #eef3ff 50%, #e6eeff 100%); */
  padding: 0px 0 110px;
}

/* Background Glowing Ambient Orbs */
.process-ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
  animation: glowPulse 8s infinite alternate ease-in-out;
}

.process-glow-1 {
  width: 400px;
  height: 400px;
  top: -50px;
  left: -100px;
  background: rgba(68, 22, 255, 0.25);
}

.process-glow-2 {
  width: 450px;
  height: 450px;
  top: 40%;
  right: -120px;
  background: rgba(18, 179, 168, 0.22);
  animation-delay: 2s;
}

.process-glow-3 {
  width: 380px;
  height: 380px;
  bottom: -60px;
  left: 30%;
  background: rgba(125, 103, 255, 0.2);
  animation-delay: 4s;
}

@keyframes glowPulse {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0.35;
  }

  100% {
    transform: scale(1.15) translateY(20px);
    opacity: 0.6;
  }
}

.work-process-section-area .spec-heading-line {
  margin: 0 auto 20px;
}

.work-process-section-area .spec-desc {
  max-width: 680px;
  margin: 0 auto 10px;
}

.work-process-subtitle span {
  color: #7d67ff;
  margin: 0 3px;
}

.work-process-subtitle svg {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.work-process-subtitle:hover svg {
  transform: translateX(4px);
}

.work-process-lead-text {
  max-width: 650px;
  margin: 16px auto 0;
  color: #55607a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

/* Roadmap Wrapper & Rows */
.process-roadmap-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 48px;
}

.process-row {
  display: grid;
  gap: 24px;
}

.process-row-top {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-row-bottom {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 990px;
  margin: 0 auto;
  width: 100%;
}

/* Card Styling */
.process-card-item {
  height: 100%;
}

.process-card-inner {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  padding: 30px 24px 26px;
  box-shadow:
    0 14px 35px rgba(15, 23, 42, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(16px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* Card Hover Effects */
.process-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  padding: 1.5px;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.4),
      rgba(18, 179, 168, 0.4));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.process-card-inner:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 24px 50px rgba(68, 22, 255, 0.16),
    0 8px 16px rgba(18, 179, 168, 0.08);
  background: rgba(255, 255, 255, 0.96);
}

.process-card-inner:hover::before {
  opacity: 1;
}

/* Watermark Number */
.process-watermark {
  position: absolute;
  top: -12px;
  right: 12px;
  font-size: 76px;
  font-weight: 900;
  font-family: var(--ztc-family-font1);
  color: rgba(2, 1, 90, 0.05);
  line-height: 1;
  pointer-events: none;
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}

.process-card-inner:hover .process-watermark {
  color: rgba(68, 22, 255, 0.1);
  transform: scale(1.1) translateY(-4px);
}

/* Header Elements */
.process-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.process-step-pill {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #02015a;
  background: #f0f4ff;
  border: 1px solid rgba(68, 22, 255, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.step-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4416ff;
}

.process-card-inner:hover .process-step-pill {
  background: #4416ff;
  color: #ffffff;
  border-color: #4416ff;
}

.process-card-inner:hover .step-dot {
  background: #ffffff;
}

/* Icon Box Themes */
.process-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 24px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 1;
}

.icon-theme-1 {
  background: linear-gradient(135deg, #4416ff 0%, #633aff 100%);
  box-shadow: 0 10px 22px rgba(68, 22, 255, 0.28);
}

.icon-theme-2 {
  background: linear-gradient(135deg, #12b3a8 0%, #0aa84f 100%);
  box-shadow: 0 10px 22px rgba(18, 179, 168, 0.25);
}

.icon-theme-3 {
  background: linear-gradient(135deg, #ff5e36 0%, #ff8a00 100%);
  box-shadow: 0 10px 22px rgba(255, 94, 54, 0.25);
}

.icon-theme-4 {
  background: linear-gradient(135deg, #0072ff 0%, #00c6ff 100%);
  box-shadow: 0 10px 22px rgba(0, 114, 255, 0.25);
}

.process-card-inner:hover .process-icon-box {
  transform: rotate(6deg) scale(1.1);
}

/* Card Body */
.process-card-body h3 {
  color: #02015a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.process-card-inner:hover .process-card-body h3 {
  color: #4416ff;
}

.process-card-body p {
  color: #55607a;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Card Footer Arrow Indicator */
.process-card-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.process-connector-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(68, 22, 255, 0.06);
  color: #4416ff;
  display: grid;
  place-items: center;
  font-size: 12px;
  transition: all 0.3s ease;
}

.process-card-inner:hover .process-connector-arrow {
  background: #12b3a8;
  color: #ffffff;
  transform: translateX(4px);
}

.process-check-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0aa84f 0%, #12b3a8 100%);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 13px;
  box-shadow: 0 6px 14px rgba(10, 168, 79, 0.3);
}

/* Media Queries for Responsiveness */
@media only screen and (max-width: 1199px) {

  .process-row-top,
  .process-row-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .process-row-bottom .process-card-item:last-child {
    grid-column: span 2;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .process-row-top,
  .process-row-bottom {
    grid-template-columns: 1fr;
  }

  .process-row-bottom .process-card-item:last-child {
    grid-column: span 1;
    max-width: 100%;
  }

  .process-card-inner {
    padding: 26px 20px 22px;
  }

  .process-watermark {
    font-size: 60px;
  }
}

.vl-footer4-section-area.curetrip-footer-skin {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 28px 0 24px;
  background:
    radial-gradient(circle at 18% 18%,
      rgba(255, 255, 255, 0.85) 0,
      rgba(255, 255, 255, 0.2) 28%,
      transparent 60%),
    radial-gradient(circle at 82% 10%,
      rgba(101, 137, 255, 0.28) 0,
      rgba(101, 137, 255, 0.1) 24%,
      transparent 58%),
    linear-gradient(135deg, #f6efff 0%, #ecebff 38%, #dfe6ff 72%, #cdd8ff 100%);
}

.vl-footer4-section-area.curetrip-footer-skin::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.vl-footer4-section-area.curetrip-footer-skin .container {
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area img {
  width: 190px;
  height: auto;
  object-fit: contain;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area {
  padding-top: 2px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area h3 {
  color: #151d64;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 6px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area p {
  color: #353a64;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  max-width: 320px;
  margin-bottom: 14px;
  opacity: 1;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area ul li a {
  color: #40457d;
  font-size: 18px;
  line-height: 20px;
  padding-top: 14px;
  opacity: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area ul li a svg {
  flex: 0 0 auto;
  margin: 2px 0 0;
  filter: none;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area ul li a span {
  display: inline-block;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1 {
  padding-left: 18px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 {
  padding-left: 12px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1 ul li a:hover,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 ul li a:hover {
  color: #151d64;
  padding-left: 0;
}

.vl-footer4-section-area.curetrip-footer-skin .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area .social-links li a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.52);
  color: #151d64;
  box-shadow: 0 8px 18px rgba(112, 122, 211, 0.18);
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area .social-links li a:hover {
  background: #151d64;
  color: #ffffff;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-divider-space {
  height: 34px;
}

.vl-footer4-section-area.curetrip-footer-skin .copyright-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(21, 29, 100, 0.12);
}

.vl-footer4-section-area.curetrip-footer-skin .copyright-area a {
  color: #40457d;
  opacity: 0.9;
}

.vl-footer4-section-area.curetrip-footer-skin .copyright-area ul li a {
  color: #40457d;
  opacity: 0.82;
}

@media (max-width: 991px) {
  .vl-footer4-section-area.curetrip-footer-skin {
    padding: 24px 0 20px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-description-area img {
    width: 170px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1,
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area h3 {
    font-size: 22px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area p {
    max-width: none;
  }

  .vl-footer4-section-area.curetrip-footer-skin .copyright-area {
    display: block;
  }

  .vl-footer4-section-area.curetrip-footer-skin .copyright-area ul {
    padding-top: 14px;
  }
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area {
  flex-direction: column;
  gap: 14px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area p {
  color: #40457d;
  font-size: 18px;
  line-height: 24px;
  max-width: 240px;
  margin: 0;
  opacity: 0.92;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area .social-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area .social-links li {
  display: flex;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area .social-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area .social-links li a i {
  line-height: 1;
  transform: translateY(0.5px);
}

@media (max-width: 767px) {
  .vl-footer4-section-area.curetrip-footer-skin .footer-description-area p {
    max-width: none;
  }
}

/* CureTrip treatment section styling */
.treatment1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at top right,
      rgba(2, 1, 90, 0.06) 0%,
      rgba(2, 1, 90, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
}

.treatment1-area::before,
.treatment1-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.treatment1-area::before {
  width: 260px;
  height: 260px;
  left: -110px;
  top: 60px;
  background: radial-gradient(circle,
      rgba(2, 1, 90, 0.09) 0%,
      rgba(2, 1, 90, 0) 70%);
}

.treatment1-area::after {
  width: 320px;
  height: 320px;
  right: -130px;
  bottom: -150px;
  background: radial-gradient(circle,
      rgba(0, 141, 128, 0.08) 0%,
      rgba(0, 141, 128, 0) 68%);
}

.treatment1-area .images-area {
  position: relative;
  padding: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(2, 1, 90, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.treatment1-area .images-area img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px 22px 110px 22px;
  min-height: 520px;
}

@media (max-width: 991px) {
  .treatment1-area .images-area img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .treatment1-area .images-area {
    padding: 12px;
  }

  .treatment1-area .images-area img {
    min-height: 300px;
    border-radius: 18px 18px 80px 18px;
  }
}

.treatment1-area .heading8 {
  padding: 0 0 0 48px;
}

@media (max-width: 991px) {
  .treatment1-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}

.treatment1-area .heading8 h2 {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ztc-text-text-17);
  line-height: 1.16;
}

.treatment1-area .heading8 p {
  color: var(--ztc-text-text-6);
  font-size: 17px;
  line-height: 30px;
}

.treatment1-area .heading8 .img-content {
  margin-top: 28px;
  padding: 28px 28px 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(2, 1, 90, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }
}

.treatment1-area .heading8 .img-content .heading9 p {
  margin-bottom: 0;
}

.treatment1-area .heading8 .img-content .heading9 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .treatment1-area .heading8 .img-content .heading9 ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.treatment1-area .heading8 .img-content .heading9 ul li {
  position: relative;
  list-style: none;
  margin-top: 0;
  padding: 14px 16px 14px 44px;
  border-radius: 14px;
  background: linear-gradient(180deg,
      rgba(246, 251, 250, 0.95) 0%,
      rgba(255, 255, 255, 0.95) 100%);
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  box-shadow: inset 0 0 0 1px rgba(2, 1, 90, 0.05);
}

.treatment1-area .heading8 .img-content .heading9 ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      var(--ztc-bg-bg-18) 0%,
      var(--ztc-bg-bg-14) 100%);
  box-shadow: 0 0 0 4px rgba(2, 1, 90, 0.04);
}

.treatment1-area .heading8 .img-content .heading9 ul li::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 3px;
  margin-top: -1px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-1px) rotate(-45deg);
}

.treatment1-area .btn-area1 {
  margin-top: 8px;
}

.treatment1-area .btn-area1 .vl-btn8 {
  background: linear-gradient(135deg,
      var(--ztc-bg-bg-18) 0%,
      var(--ztc-bg-bg-14) 100%);
  box-shadow: 0 16px 30px rgba(2, 1, 90, 0.12);
}

.treatment1-area .btn-area1 .vl-btn8::after {
  background: rgba(255, 255, 255, 0.12);
}

.treatment1-area .btn-area1 .vl-btn8:hover {
  transform: translateY(-4px);
}

/* ===== Curetrip About Section Refresh ===== */
.about4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 72%);
}

.about4-section-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%,
      rgba(52, 152, 219, 0.14),
      transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(2, 1, 90, 0.08), transparent 28%),
    radial-gradient(circle at 72% 82%, rgba(52, 152, 219, 0.1), transparent 26%);
  pointer-events: none;
  z-index: -1;
}

.about4-section-area .about-images-area {
  position: relative;
  z-index: 1;
  left: -20px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg,
      rgba(2, 1, 90, 0.08),
      rgba(255, 255, 255, 0.98));
  box-shadow: 0 28px 70px rgba(2, 1, 90, 0.12);
}

.about4-section-area .about-images-area::after {}

.about4-section-area .about-images-area .img1 {
  overflow: hidden;
  border-radius: 24px;
}

.about4-section-area .about-images-area .img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(2, 1, 90, 0.15);
  transform: scale(1.01);
}

.about4-section-area .about-images-area .img2 .elements18 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.55;
  filter: drop-shadow(0 10px 24px rgba(2, 1, 90, 0.12));
}

.about4-section-area .about4-heading {
  position: relative;
  z-index: 1;
  padding: 14px 0 14px 26px;
}

.about4-section-area .about4-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: calc(100% - 24px);
  border-radius: 999px;
  background: linear-gradient(180deg, #3498db 0%, #02015a 100%);
}

.about4-section-area .about4-heading .vl-section-subtitle {
  color: #02015a;
}

.about4-section-area .about4-heading .vl-section-title {
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.about4-section-area .about4-heading p {
  max-width: 590px;
  color: #586074;
  line-height: 1.8;
}

.about4-section-area .about4-heading::after {
  content: "Personalized care plans | Daily assistance | Family coordination";
  display: block;
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(52, 152, 219, 0.08);
  border: 1px solid rgba(2, 1, 90, 0.1);
  color: #02015a;
  font-size: 14px;
  line-height: 1.5;
  font-weight: var(--ztc-weight-semibold);
  letter-spacing: 0.01em;
}

.about4-section-area .about4-heading .btn-area1 .vl-btn4 {
  box-shadow: 0 14px 30px rgba(2, 1, 90, 0.16);
}

@media (max-width: 991px) {
  .about4-section-area .about-images-area {
    left: 0;
    margin-bottom: 38px;
    padding: 16px;
  }

  .about4-section-area .about4-heading {
    padding-left: 0;
  }

  .about4-section-area .about4-heading::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .about4-section-area {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  }

  .about4-section-area .about-images-area {
    padding: 14px;
  }

  .about4-section-area .about-images-area::after {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    max-width: 100%;
    margin-top: 14px;
  }

  .about4-section-area .about4-heading::after {
    margin-top: 18px;
    font-size: 13px;
  }
}

/* ===== Curetrip Treatment Section Refresh ===== */
.treatment1-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at top right,
      rgba(2, 1, 90, 0.06) 0%,
      rgba(2, 1, 90, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
}

.treatment1-area::before,
.treatment1-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.treatment1-area::before {
  width: 260px;
  height: 260px;
  left: -110px;
  top: 60px;
  background: radial-gradient(circle,
      rgba(2, 1, 90, 0.09) 0%,
      rgba(2, 1, 90, 0) 70%);
}

.treatment1-area::after {
  width: 320px;
  height: 320px;
  right: -130px;
  bottom: -150px;
  background: radial-gradient(circle,
      rgba(0, 141, 128, 0.08) 0%,
      rgba(0, 141, 128, 0) 68%);
}

.treatment1-area .images-area {
  position: relative;
  padding: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(2, 1, 90, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.treatment1-area .images-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 22px 22px 110px 22px;
  min-height: 520px;
}

.treatment1-area .heading8 {
  padding: 0 0 0 48px;
}

.treatment1-area .heading8 h2 {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--ztc-text-text-17);
  line-height: 1.16;
}

.treatment1-area .heading8 p {
  color: var(--ztc-text-text-6);
  font-size: 17px;
  line-height: 30px;
}

.treatment1-area .heading8 .img-content {
  margin-top: 28px;
  padding: 28px 28px 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(2, 1, 90, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.treatment1-area .heading8 .img-content .heading9 p {
  margin-bottom: 0;
}

.treatment1-area .heading8 .img-content .heading9 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
}

.treatment1-area .heading8 .img-content .heading9 ul li {
  position: relative;
  list-style: none;
  margin-top: 0;
  padding: 14px 16px 14px 44px;
  border-radius: 14px;
  background: linear-gradient(180deg,
      rgba(246, 251, 250, 0.95) 0%,
      rgba(255, 255, 255, 0.95) 100%);
  color: var(--ztc-text-text-17);
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 24px;
  box-shadow: inset 0 0 0 1px rgba(2, 1, 90, 0.05);
}

.treatment1-area .heading8 .img-content .heading9 ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      var(--ztc-bg-bg-18) 0%,
      var(--ztc-bg-bg-14) 100%);
  box-shadow: 0 0 0 4px rgba(2, 1, 90, 0.04);
}

.treatment1-area .heading8 .img-content .heading9 ul li::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 6px;
  height: 3px;
  margin-top: -1px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-1px) rotate(-45deg);
}

.treatment1-area .btn-area1 {
  margin-top: 8px;
}

.treatment1-area .btn-area1 .vl-btn8 {
  background: linear-gradient(135deg,
      var(--ztc-bg-bg-18) 0%,
      var(--ztc-bg-bg-14) 100%);
  box-shadow: 0 16px 30px rgba(2, 1, 90, 0.12);
}

.treatment1-area .btn-area1 .vl-btn8::after {
  background: rgba(255, 255, 255, 0.12);
}

.treatment1-area .btn-area1 .vl-btn8:hover {
  transform: translateY(-4px);
}

@media (max-width: 991px) {
  .treatment1-area .images-area img {
    min-height: 420px;
  }

  .treatment1-area .heading8 {
    padding: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .treatment1-area .images-area {
    padding: 12px;
  }

  .treatment1-area .images-area img {
    min-height: 300px;
    border-radius: 18px 18px 80px 18px;
  }

  .treatment1-area .heading8 .img-content {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .treatment1-area .heading8 .img-content .heading9 ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .treatment1-area .heading8 .img-content .heading9 ul li {
    font-size: 15px;
    line-height: 22px;
  }
}

.video1-section-area.stats-section-area {
  padding: 40px 0;
  background: linear-gradient(135deg,
      rgba(6, 3, 14, 0.98) 0%,
      rgba(2, 26, 56, 0.94) 52%,
      rgba(28, 41, 63, 0.98) 100%);
  position: relative;
}

.video1-section-area.stats-section-area::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image:
    radial-gradient(circle at top left,
      rgba(242, 135, 55, 0.16),
      transparent 34%),
    radial-gradient(circle at bottom right,
      rgba(255, 255, 255, 0.08),
      transparent 28%);
  pointer-events: none;
}

.video1-section-area.stats-section-area .stats-header {
  max-width: 920px;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.video1-section-area.stats-section-area .stats-heading h5 {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.video1-section-area.stats-section-area .stats-heading h2 {
  color: var(--ztc-text-text-1);
  max-width: 760px;
  margin: 0 auto;
}

.video1-section-area.stats-section-area .stats-lead {
  margin: 18px auto 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: 30px;
  position: relative;
  z-index: 1;
}

.video1-section-area.stats-section-area .stats-grid {
  position: relative;
  z-index: 1;
}

.video1-section-area.stats-section-area .stats-card {
  height: 100%;
  padding: 30px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
  text-align: center;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.video1-section-area.stats-section-area .stats-card:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 135, 55, 0.4);
  background: rgba(255, 255, 255, 0.1);
}

.video1-section-area.stats-section-area .stats-icon {
  height: 64px;
  width: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,
      rgba(242, 135, 55, 0.22),
      rgba(255, 255, 255, 0.12));
  color: var(--ztc-text-text-1);
  font-size: 24px;
}

.video1-section-area.stats-section-area .stats-card h3 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s56);
  line-height: 1;
  font-weight: var(--ztc-weight-semibold);
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.video1-section-area.stats-section-area .stats-plus {
  color: var(--ztc-bg-bg-17);
  font-size: 0.58em;
  line-height: 1;
  padding-top: 6px;
}

.video1-section-area.stats-section-area .stats-card p {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .video1-section-area.stats-section-area {
    padding: 64px 0;
  }

  .video1-section-area.stats-section-area .stats-card h3 {
    font-size: var(--ztc-font-size-font-s44);
  }
}

.orthopedic-service-detail {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.orthopedic-service-detail::before,
.orthopedic-service-detail::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.orthopedic-service-detail::before {
  width: 380px;
  height: 380px;
  right: -150px;
  top: -160px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.16) 0%,
      rgba(68, 22, 255, 0) 70%);
}

.orthopedic-service-detail::after {
  width: 340px;
  height: 340px;
  left: -150px;
  bottom: -150px;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.14) 0%,
      rgba(18, 179, 168, 0) 72%);
}

.orthopedic-service-detail .container {
  position: relative;
  z-index: 1;
}

.orthopedic-service-detail .service-main-content-details,
.orthopedic-service-detail .service-main-siderbar-area .search-area,
.orthopedic-service-detail .service-main-siderbar-area .categories-area,
.orthopedic-service-detail .service-main-siderbar-area .open-hours-box {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(68, 22, 255, 0.08);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.orthopedic-service-detail .service-main-content-details {
  border-radius: 30px;
  padding: 34px;
}

.orthopedic-service-detail .service-main-content-details.padding-right,
.orthopedic-service-detail .service-main-content-details.padding-left {
  padding: 34px;
}

.orthopedic-service-detail .service-main-content-details .img1 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.orthopedic-service-detail .service-main-content-details .img1 img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
}

.orthopedic-service-detail .service-main-content-details h2 {
  color: #0f172a;
  font-family: var(--ztc-family-font1);
  font-size: clamp(2.25rem, 1vw, 2.45rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.orthopedic-service-detail .service-main-content-details h3,
.orthopedic-service-detail .service-main-siderbar-area h3 {
  color: #0f172a;
  font-family: var(--ztc-family-font1);
  font-weight: 700;
}

.orthopedic-service-detail .service-main-content-details h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.2;
}

.orthopedic-service-detail .service-main-siderbar-area h3 {
  font-size: 24px;
  line-height: 1.2;
}

.orthopedic-service-detail .service-main-content-details p,
.orthopedic-service-detail .service-main-siderbar-area p {
  color: #5b6476;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  line-height: 1.85;
}

.orthopedic-service-detail .service-main-content-details .m-list-area,
.orthopedic-service-detail .service-main-content-details .img-list-area {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.orthopedic-service-detail .service-main-content-details .m-list-area .m-list,
.orthopedic-service-detail .service-main-content-details .img-list-area .img-list,
.orthopedic-service-detail .service-main-siderbar-area .categories-area ul,
.orthopedic-service-detail .service-main-siderbar-area .open-hours-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.orthopedic-service-detail .service-main-content-details .m-list-area .m-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg,
      rgba(248, 250, 255, 0.96),
      rgba(243, 246, 255, 0.96));
  border: 1px solid rgba(68, 22, 255, 0.1);
  color: #172033;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.orthopedic-service-detail .service-main-content-details .m-list-area .m-list li img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 0;
}

.orthopedic-service-detail .service-main-content-details .img-list-area .img-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.1);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  color: #172033;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.orthopedic-service-detail .service-main-content-details .img-list-area .img-list li img {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item {
  border: none;
  padding: 0;
  margin-top: 18px;
  background: transparent;
}

.orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item h4 button {
  box-shadow: none;
  border: 1px solid rgba(68, 22, 255, 0.1);
  outline: none;
  padding: 22px 24px;
  border-radius: 18px;
  background: #f6f8ff;
  color: #0f172a;
  font-family: var(--ztc-family-font1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item h4 button::after {
  filter: brightness(0);
}

.orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item h4 button:not(.collapsed) {
  background: linear-gradient(135deg, #4416ff 0%, #12b3a8 100%);
  color: #ffffff;
  border-color: transparent;
  border-radius: 18px 18px 0 0;
  padding-bottom: 18px;
}

.orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item h4 button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item .accordion-body {
  padding: 0 24px 24px;
  border: 1px solid rgba(68, 22, 255, 0.1);
  border-top: none;
  border-radius: 0 0 18px 18px;
  background: rgba(255, 255, 255, 0.92);
}

.orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item .accordion-body p {
  color: #4f5b6f;
  opacity: 1;
}

.orthopedic-service-detail .service-main-siderbar-area {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  z-index: 5;
}

.orthopedic-service-detail .service-main-siderbar-area .search-area form {
  position: relative;
}

.orthopedic-service-detail .service-main-siderbar-area .search-area form input {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #f7f9ff;
  color: #0f172a;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 16px 64px 16px 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.orthopedic-service-detail .service-main-siderbar-area .search-area form input::placeholder,
.orthopedic-service-detail .service-main-siderbar-area .search-area form input::-moz-placeholder {
  color: #6d7589;
  opacity: 0.8;
}

.orthopedic-service-detail .service-main-siderbar-area .search-area form button {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 14px;
  outline: none;
  background: linear-gradient(135deg, #4416ff 0%, #12b3a8 100%);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(68, 22, 255, 0.2);
}

.orthopedic-service-detail .service-main-siderbar-area .search-area form button svg {
  width: 20px;
  height: 20px;
}

.orthopedic-service-detail .service-main-siderbar-area .search-area form button path {
  stroke: #ffffff;
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid rgba(68, 22, 255, 0.1);
  color: #162033;
  font-family: var(--ztc-family-font1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.25s ease;
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a:hover {
  transform: translateY(-3px);
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff 0%, #12b3a8 100%);
  box-shadow: 0 16px 35px rgba(68, 22, 255, 0.16);
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a:hover span {
  transform: translateX(4px);
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a span {
  transition: transform 0.25s ease;
}

.orthopedic-service-detail .service-main-siderbar-area .open-hours-box ul {
  border-radius: 22px;
  padding: 8px 20px 20px;
  background: linear-gradient(180deg,
      rgba(68, 22, 255, 0.04),
      rgba(18, 179, 168, 0.05));
}

.orthopedic-service-detail .service-main-siderbar-area .open-hours-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.orthopedic-service-detail .service-main-siderbar-area .open-hours-box ul li:nth-child(3) {
  border: none;
  padding-bottom: 0;
}

.orthopedic-service-detail .service-main-siderbar-area .open-hours-box ul li span a {
  color: #172033;
  font-family: var(--ztc-family-font1);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.orthopedic-service-detail .service-main-siderbar-area .open-hours-box ul li span a:nth-child(1) {
  color: #4416ff;
}

@media (max-width: 991px) {

  .orthopedic-service-detail .service-main-content-details,
  .orthopedic-service-detail .service-main-content-details.padding-right,
  .orthopedic-service-detail .service-main-content-details.padding-left,
  .orthopedic-service-detail .service-main-siderbar-area .search-area,
  .orthopedic-service-detail .service-main-siderbar-area .categories-area,
  .orthopedic-service-detail .service-main-siderbar-area .open-hours-box {
    padding: 24px;
  }

  .orthopedic-service-detail .service-main-siderbar-area {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .orthopedic-service-detail .service-main-content-details {
    border-radius: 24px;
  }

  .orthopedic-service-detail .service-main-content-details h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .orthopedic-service-detail .service-main-content-details h3 {
    font-size: 24px;
  }

  .orthopedic-service-detail .service-main-siderbar-area h3 {
    font-size: 22px;
  }

  .orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item h4 button {
    font-size: 16px;
    padding: 18px 18px;
  }

  .orthopedic-service-detail .service-main-content-details .accordion-area .accordion .accordion-item .accordion-body {
    padding: 0 18px 18px;
  }

  .orthopedic-service-detail .service-main-siderbar-area .search-area form input {
    padding-right: 56px;
  }

  .orthopedic-service-detail .service-main-siderbar-area .search-area form button {
    width: 42px;
    height: 42px;
  }

  .orthopedic-service-detail .service-main-content-details .m-list-area .m-list li,
  .orthopedic-service-detail .service-main-content-details .img-list-area .img-list li,
  .orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a {
    padding: 14px 16px;
  }
}

.orthopedic-service-detail {
  position: relative;
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 34%, #f4f8fb 100%);
}

.orthopedic-service-detail .service-main-content-details {
  background: #ffffff;
  border: 1px solid rgba(15, 76, 117, 0.1);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(11, 29, 48, 0.06);
}

.orthopedic-service-detail .img1 img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.orthopedic-service-detail h2,
.orthopedic-service-detail h3 {
  color: #0f2440;
}

.orthopedic-service-detail p {
  color: #44566b;
  line-height: 1.8;
}

.orthopedic-service-detail .m-list li,
.orthopedic-service-detail .img-list li {
  gap: 10px;
  align-items: flex-start;
}

.orthopedic-service-detail .m-list li img,
.orthopedic-service-detail .img-list li img {
  margin-top: 4px;
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area,
.orthopedic-service-detail .service-main-siderbar-area .open-hours-box {
  background: #ffffff;
  border: 1px solid rgba(15, 76, 117, 0.1);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(11, 29, 48, 0.05);
}

.orthopedic-service-detail .categories-area ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #f8fbfd;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.orthopedic-service-detail .categories-area ul li a:hover {
  background: #eef7fb;
  border-color: rgba(15, 76, 117, 0.16);
  transform: translateX(4px);
}

.orthopedic-service-detail .categories-area ul li a .submenu-icon {
  flex: 0 0 auto;
}

.orthopedic-service-detail .accordion-item {
  border: 1px solid rgba(15, 76, 117, 0.1);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

.orthopedic-service-detail .accordion-button {
  background: #ffffff;
  font-weight: 700;
}

.orthopedic-service-detail .accordion-button:not(.collapsed) {
  background: #eaf4fa;
  color: #0f4c75;
}

.orthopedic-service-detail .open-hours-box ul li {
  border-radius: 14px;
}

@media (max-width: 991px) {
  .orthopedic-service-detail .service-main-content-details {
    padding: 20px;
  }
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a {
  position: relative;
  overflow: hidden;
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a.active {
  background: linear-gradient(135deg, #0f4c75 0%, #1f7ab8 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 76, 117, 0.22);
  border-color: rgba(15, 76, 117, 0.1);
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a.active span,
.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a.active .submenu-icon i {
  color: #ffffff;
}

.orthopedic-service-detail .service-main-siderbar-area .categories-area ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  border-radius: 0 999px 999px 0;
  background: rgba(255, 255, 255, 0.9);
}

/* Mobile/tablet offcanvas cleanup */
@media only screen and (max-width: 991px) {
  .homepage5-body .vl-offcanvas {
    background: #ffffff;
    color: var(--ztc-text-text-2);
    box-shadow: -18px 0 45px rgba(28, 41, 63, 0.14);
  }

  .homepage5-body .vl-offcanvas .vl-offcanvas-logo {
    filter: none;
  }

  .homepage5-body .vl-offcanvas-close-toggle,
  .homepage5-body .vl-offcanvas .vl-offcanvas-close button {
    color: var(--ztc-text-text-2);
  }

  .homepage5-body .vl-offcanvas-menu ul {
    margin: 0;
    padding-left: 0;
  }

  .homepage5-body .vl-offcanvas-menu ul li a {
    color: var(--ztc-text-text-2);
    font-size: 16px;
    padding: 10px 0;
  }

  .homepage5-body .vl-offcanvas-menu ul li>a {
    border-bottom: 1px solid rgba(28, 41, 63, 0.08);
  }

  .homepage5-body .vl-offcanvas-menu ul li.active>a,
  .homepage5-body .vl-offcanvas-menu ul li a:hover {
    color: var(--ztc-bg-bg-18);
  }

  .homepage5-body .vl-menu-close {
    border: 1px solid rgba(28, 41, 63, 0.18);
    background: #f7fbff;
    color: var(--ztc-text-text-2);
  }

  .homepage5-body .vl-offcanvas-menu ul li.active>.vl-menu-close i {
    color: var(--ztc-bg-bg-18);
  }

  .homepage5-body .vl-offcanvas-sm-title {
    color: var(--ztc-text-text-2);
    font-size: 20px;
  }

  .homepage5-body .vl-offcanvas-social a {
    color: var(--ztc-text-text-2);
    border-color: rgba(28, 41, 63, 0.18);
    background: #ffffff;
  }

  .homepage5-body .vl-offcanvas-social a:hover {
    color: #ffffff;
    border-color: var(--ztc-bg-bg-18);
    background: var(--ztc-bg-bg-18);
  }
}

/* Mobile/tablet offcanvas submenu alignment */
@media only screen and (max-width: 991px) {
  .homepage5-body .vl-offcanvas-menu ul li {
    position: relative;
  }

  .homepage5-body .vl-offcanvas-menu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    line-height: 1.35;
    padding-right: 44px;
  }

  .homepage5-body .vl-offcanvas-menu ul li a span {
    display: inline-flex;
    align-items: center;
  }

  .homepage5-body .vl-offcanvas-menu ul li a .arrow-size {
    display: none !important;
  }

  .homepage5-body .vl-offcanvas-menu ul li a .submenu-icon {
    flex: 0 0 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 2px;
    justify-content: center;
    color: var(--ztc-text-text-2);
  }

  .homepage5-body .vl-offcanvas-menu ul li a .submenu-icon i {
    color: currentColor;
    background: none;
    -webkit-text-fill-color: currentColor;
  }

  .homepage5-body .vl-offcanvas-menu ul li .sub-menu {
    padding-left: 14px;
    margin-left: 8px;
    border-left: 1px solid rgba(28, 41, 63, 0.08);
  }

  .homepage5-body .vl-offcanvas-menu ul li .sub-menu li a {
    font-size: 14px;
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .homepage5-body .vl-menu-close {
    top: 5px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    line-height: 1;
  }

  .homepage5-body .vl-menu-close i {
    display: block;
    line-height: 1;
  }
}

/* Mobile/tablet offcanvas icon color fix */
@media only screen and (max-width: 991px) {

  .homepage5-body .vl-offcanvas-menu ul li a .submenu-icon,
  .homepage5-body .vl-offcanvas-menu ul li a .submenu-icon i,
  .homepage5-body .vl-offcanvas-menu ul li a .submenu-icon i::before {
    color: var(--ztc-bg-bg-18) !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: var(--ztc-bg-bg-18) !important;
  }

  .homepage5-body .vl-offcanvas-menu ul li a:hover .submenu-icon,
  .homepage5-body .vl-offcanvas-menu ul li a:hover .submenu-icon i,
  .homepage5-body .vl-offcanvas-menu ul li a:hover .submenu-icon i::before,
  .homepage5-body .vl-offcanvas-menu ul li.active>a .submenu-icon,
  .homepage5-body .vl-offcanvas-menu ul li.active>a .submenu-icon i,
  .homepage5-body .vl-offcanvas-menu ul li.active>a .submenu-icon i::before {
    color: var(--ztc-bg-bg-17) !important;
    -webkit-text-fill-color: var(--ztc-bg-bg-17) !important;
  }
}

.orthopedic-treatment-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at top left,
      rgba(68, 22, 255, 0.1),
      transparent 34%),
    radial-gradient(circle at bottom right,
      rgba(18, 179, 168, 0.1),
      transparent 30%),
    linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
}

.orthopedic-treatment-section-area::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(135deg,
      rgba(2, 1, 90, 0.03) 0 2px,
      transparent 2px 100%);
  background-size: 120px 120px;
  opacity: 0.12;
  pointer-events: none;
}

.orthopedic-treatment-section-area .container {
  position: relative;
  z-index: 1;
}

.orthopedic-treatment-heading {
  position: relative;
}

.orthopedic-treatment-subtitle {
  color: #02015a;
  background: rgba(68, 22, 255, 0.08);
  border: 1px solid rgba(68, 22, 255, 0.12);
  box-shadow: 0 3px 8px rgba(68, 22, 255, 0.05);
  letter-spacing: 0.14em;
  padding: 8px 18px;
}

.orthopedic-treatment-subtitle svg {
  margin-left: 6px;
}

.orthopedic-treatment-text {
  max-width: 760px;
  margin: 16px auto 0;
  color: #5b6476;
  font-size: 18px;
  line-height: 1.7;
}

.orthopedic-treatment-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 38px;
}

.orthopedic-treatment-card {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 24px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(68, 22, 255, 0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  overflow: hidden;
}

.orthopedic-treatment-card::before {
  position: absolute;
  content: "";
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #4416ff 0%, #12b3a8 100%);
}

.orthopedic-treatment-card::after {
  position: absolute;
  content: "";
  inset: auto -20px -30px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.1) 0%,
      rgba(68, 22, 255, 0) 68%);
  pointer-events: none;
}

.orthopedic-treatment-card:hover {
  transform: translateY(-10px);
  border-color: rgba(68, 22, 255, 0.2);
  box-shadow: 0 24px 65px rgba(68, 22, 255, 0.14);
}

.orthopedic-treatment-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #4416ff 0%, #7d67ff 100%);
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 14px 30px rgba(68, 22, 255, 0.22);
}

.orthopedic-treatment-card:nth-child(2) .orthopedic-treatment-icon {
  background: linear-gradient(135deg, #12b3a8 0%, #45d2c4 100%);
  box-shadow: 0 14px 30px rgba(18, 179, 168, 0.22);
}

.orthopedic-treatment-card:nth-child(3) .orthopedic-treatment-icon {
  background: linear-gradient(135deg, #02015a 0%, #2d2a93 100%);
  box-shadow: 0 14px 30px rgba(2, 1, 90, 0.22);
}

.orthopedic-treatment-card:nth-child(4) .orthopedic-treatment-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.22);
}

.orthopedic-treatment-content h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.orthopedic-treatment-content p {
  margin: 12px 0 0;
  color: #5b6476;
  font-size: 15px;
  line-height: 1.7;
}

.orthopedic-treatment-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.orthopedic-treatment-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #213046;
  font-size: 14px;
  line-height: 1.6;
}

.orthopedic-treatment-list i {
  margin-top: 4px;
  color: #12b3a8;
  font-size: 15px;
  flex-shrink: 0;
}

.treatment-info-card {
  position: relative;
  z-index: 1;
  grid-column: span 2;
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.75fr);
  align-items: center;
  gap: 32px;
  padding: 34px 36px;
  overflow: hidden;
  border-radius: 26px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(69, 210, 196, 0.32), transparent 30%),
    linear-gradient(135deg, #02015a 0%, #26149b 58%, #4416ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 55px rgba(2, 1, 90, 0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.treatment-info-card::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  right: -70px;
  bottom: -95px;
  border: 28px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.treatment-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(2, 1, 90, 0.28);
}

.treatment-info-card__main {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.treatment-info-card__icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #02015a;
  background: linear-gradient(135deg, #ffffff 0%, #bdf8f1 100%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  font-size: 26px;
}

.treatment-info-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #75eadf;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.treatment-info-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 700;
}

.treatment-info-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

.treatment-info-card__aside {
  position: relative;
  z-index: 1;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.treatment-info-card__aside ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.treatment-info-card__aside li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.5;
}

.treatment-info-card__aside li i {
  margin-top: 4px;
  color: #45d2c4;
  flex-shrink: 0;
}

.treatment-info-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #02015a;
  background: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  transition: gap 0.25s ease, background-color 0.25s ease;
}

.treatment-info-card__link:hover {
  gap: 13px;
  color: #02015a;
  background: #bdf8f1;
}

@media (max-width: 1199px) {
  .orthopedic-treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .orthopedic-treatment-card {
    padding: 28px 24px;
  }

  .orthopedic-treatment-content h3 {
    font-size: 21px;
  }

  .orthopedic-treatment-text {
    font-size: 16px;
  }

  .orthopedic-treatment-grid {
    grid-template-columns: 1fr;
  }

  .treatment-info-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 24px;
  }

  .treatment-info-card__main {
    display: block;
  }

  .treatment-info-card__icon {
    margin-bottom: 20px;
  }

  .treatment-info-card__aside {
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }
}

.orthopedic-about-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at top right,
      rgba(18, 179, 168, 0.1),
      transparent 32%),
    radial-gradient(circle at bottom left,
      rgba(68, 22, 255, 0.08),
      transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.orthopedic-about-section-area::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: linear-gradient(135deg,
      rgba(2, 1, 90, 0.03) 0 2px,
      transparent 2px 100%);
  background-size: 120px 120px;
  opacity: 0.1;
  pointer-events: none;
}

.orthopedic-about-section-area .container {
  position: relative;
  z-index: 1;
}

.orthopedic-about-media {
  position: relative;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #dfe9ff 0%, #eef5ff 100%);
  box-shadow: 0 24px 70px rgba(2, 1, 90, 0.14);
}

.orthopedic-about-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.orthopedic-about-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 320px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 35px rgba(2, 1, 90, 0.14);
}

.orthopedic-about-badge span {
  display: inline-flex;
  margin-bottom: 6px;
  color: #12b3a8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orthopedic-about-badge strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.orthopedic-about-content {
  padding-left: 18px;
}

.orthopedic-about-subtitle {
  color: #02015a;
  background: rgba(68, 22, 255, 0.08);
  border: 1px solid rgba(68, 22, 255, 0.12);
  box-shadow: 0 3px 8px rgba(68, 22, 255, 0.05);
  letter-spacing: 0.14em;
  padding: 6px 6px;
}

.orthopedic-about-subtitle svg {
  margin-left: 6px;
}

.orthopedic-about-text {
  max-width: 640px;
  margin: 16px 0 0;
  color: #5b6476;
  font-size: 18px;
  line-height: 1.75;
}

.orthopedic-about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.orthopedic-about-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.orthopedic-about-point:hover {
  transform: translateY(-6px);
  border-color: rgba(18, 179, 168, 0.18);
  box-shadow: 0 22px 42px rgba(18, 179, 168, 0.14);
}

.orthopedic-about-point i {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #4416ff 0%, #7d67ff 100%);
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 14px 28px rgba(68, 22, 255, 0.22);
}

.orthopedic-about-point:nth-child(2) i {
  background: linear-gradient(135deg, #12b3a8 0%, #45d2c4 100%);
  box-shadow: 0 14px 28px rgba(18, 179, 168, 0.22);
}

.orthopedic-about-point:nth-child(3) i {
  background: linear-gradient(135deg, #02015a 0%, #2d2a93 100%);
  box-shadow: 0 14px 28px rgba(2, 1, 90, 0.22);
}

.orthopedic-about-point:nth-child(4) i {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.22);
}

.orthopedic-about-point h3 {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.orthopedic-about-point p {
  margin: 7px 0 0;
  color: #5b6476;
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 1199px) {
  .orthopedic-about-content {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .orthopedic-about-media img {
    min-height: 440px;
  }

  .orthopedic-about-points {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .orthopedic-about-media img {
    min-height: 340px;
  }

  .orthopedic-about-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }

  .orthopedic-about-badge strong {
    font-size: 16px;
  }

  .orthopedic-about-text {
    font-size: 16px;
  }

  .orthopedic-about-points {
    grid-template-columns: 1fr;
  }

  .orthopedic-about-point {
    padding: 18px 16px;
  }
}

.orthopedic-journey-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at top left,
      rgba(18, 179, 168, 0.14),
      transparent 28%),
    radial-gradient(circle at bottom right,
      rgba(68, 22, 255, 0.12),
      transparent 30%),
    linear-gradient(180deg, #07111f 0%, #0b1a31 100%);
}

.orthopedic-journey-section-area::before,
.orthopedic-journey-section-area::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.orthopedic-journey-section-area::before {
  top: -80px;
  right: -50px;
  width: 220px;
  height: 220px;
  background: rgba(18, 179, 168, 0.16);
  filter: blur(10px);
  animation: orthopedicPulse 7s ease-in-out infinite;
}

.orthopedic-journey-section-area::after {
  bottom: -110px;
  left: -60px;
  width: 280px;
  height: 280px;
  background: rgba(68, 22, 255, 0.14);
  filter: blur(16px);
  animation: orthopedicPulse 9s ease-in-out infinite reverse;
}

.orthopedic-journey-section-area .container {
  position: relative;
  z-index: 1;
}

.orthopedic-journey-heading .vl-section-title,
.orthopedic-journey-text {
  color: #eef4ff;
}

.orthopedic-journey-subtitle {
  color: #9be8e0;
  background: rgba(18, 179, 168, 0.12);
  border: 1px solid rgba(155, 232, 224, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  letter-spacing: 0.14em;
  padding: 6px 6px;
}

.orthopedic-journey-subtitle svg {
  margin-left: 6px;
}

.orthopedic-journey-text {
  margin: 16px auto 0;
  max-width: 680px;
  font-size: 18px;
  line-height: 1.75;
  opacity: 0.88;
}

.orthopedic-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.orthopedic-journey-card {
  position: relative;
  padding: 30px 24px 28px;
  border-radius: 26px;
  background: linear-gradient(180deg,
      rgba(10, 20, 37, 0.92) 0%,
      rgba(15, 31, 56, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  animation: orthopedicFloat 7s ease-in-out infinite;
}

.orthopedic-journey-card::before {
  position: absolute;
  content: "";
  inset: auto auto -36px -36px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.22) 0%,
      rgba(18, 179, 168, 0) 70%);
  z-index: -1;
}

.orthopedic-journey-card::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 45%);
  opacity: 0.55;
  pointer-events: none;
}

.orthopedic-journey-card:hover {
  transform: translateY(-10px);
  border-color: rgba(155, 232, 224, 0.26);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
}

.orthopedic-journey-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #9be8e0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orthopedic-journey-icon {
  width: 72px;
  height: 72px;
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #12b3a8 0%, #4416ff 100%);
  color: #ffffff;
  font-size: 30px;
  box-shadow: 0 18px 30px rgba(18, 179, 168, 0.26);
}

.orthopedic-journey-card h3 {
  margin: 22px 0 0;
  color: #f7fbff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.orthopedic-journey-card p {
  margin: 12px 0 0;
  color: rgba(238, 244, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.orthopedic-journey-card:nth-child(2) {
  animation-delay: 0.4s;
}

.orthopedic-journey-card:nth-child(3) {
  animation-delay: 0.8s;
}

.orthopedic-journey-card:nth-child(4) {
  animation-delay: 1.2s;
}

@keyframes orthopedicFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes orthopedicPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.95;
  }
}

@media (max-width: 1199px) {
  .orthopedic-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .orthopedic-journey-text {
    font-size: 16px;
  }

  .orthopedic-journey-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .orthopedic-journey-card {
    padding: 26px 20px 24px;
  }

  .orthopedic-journey-icon {
    width: 64px;
    height: 64px;
    font-size: 26px;
  }

  .orthopedic-journey-card h3 {
    font-size: 19px;
  }
}

.pre-treatment-section {
  position: relative;
  overflow: hidden;
}

.pre-treatment-section::before,
.pre-treatment-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.pre-treatment-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.pre-treatment-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.pre-treatment-intro-panel,
.pre-treatment-copy-panel,
.pre-treatment-service-panel,
.pre-treatment-journey-card {
  position: relative;
  z-index: 1;
}

.pre-treatment-intro-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
}

.pre-treatment-eyebrow,
.pre-treatment-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.pre-treatment-eyebrow::before,
.pre-treatment-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.pre-treatment-intro-copy h2,
.pre-treatment-copy-panel h2,
.pre-treatment-panel-head h2,
.pre-treatment-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.pre-treatment-intro-copy h2 {
  max-width: 720px;
}

.pre-treatment-intro-copy p,
.pre-treatment-copy-panel p,
.pre-treatment-journey-title p,
.pre-treatment-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.pre-treatment-highlight-grid {
  margin-top: 28px;
}

.pre-treatment-highlight-card,
.pre-treatment-service-card,
.pre-treatment-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.pre-treatment-highlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.pre-treatment-highlight-wide {
  min-height: 100%;
}

.pre-treatment-highlight-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.22);
}

.pre-treatment-highlight-card h3,
.pre-treatment-journey-card h3,
.pre-treatment-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.pre-treatment-highlight-card p,
.pre-treatment-service-card p,
.pre-treatment-journey-card p,
.pre-treatment-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.pre-treatment-media-stack {
  position: relative;
  min-height: 520px;
  padding-left: 36px;
  padding-top: 36px;
}

.pre-treatment-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.pre-treatment-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.pre-treatment-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.pre-treatment-media-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(270px, 58%);
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.18);
  border: 1px solid rgba(68, 22, 255, 0.09);
}

.pre-treatment-media-float img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.pre-treatment-media-note {
  padding: 18px;
}

.pre-treatment-media-note strong {
  display: block;
  color: #02015a;
  font-size: 16px;
  margin-bottom: 6px;
}

.pre-treatment-media-note span {
  display: block;
  color: #5b6476;
  line-height: 1.6;
  font-size: 14px;
}

.pre-treatment-support-section {
  padding: 24px 0 90px;
}

.pre-treatment-copy-panel,
.pre-treatment-service-panel {
  height: 100%;
  background: #ffffff;
  border-radius: 30px;
  padding: 32px;
  border: 1px solid rgba(68, 22, 255, 0.09);
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.pre-treatment-bullet-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.pre-treatment-bullet-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #334155;
  font-weight: 600;
  line-height: 1.6;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f7fbff;
  border: 1px solid rgba(68, 22, 255, 0.08);
}

.pre-treatment-bullet-list i,
.pre-treatment-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.pre-treatment-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 22px;
}

.pre-treatment-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #02015a;
  background: #eef4ff;
  border: 1px solid rgba(68, 22, 255, 0.08);
}

.pre-treatment-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.08);
  cursor: pointer;
  font: inherit;
  transition: all 0.3s ease;
}

.pre-treatment-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.pre-treatment-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.pre-treatment-tab-panels {
  margin-top: 8px;
}

.pre-treatment-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.pre-treatment-tab-panel[hidden] {
  display: none !important;
}

.pre-treatment-tab-grid {
  /* display: grid; */
  /* grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); */
  gap: 22px;
  align-items: stretch;
}

.pre-treatment-tab-copy {
  padding: 4px 0;
}

.pre-treatment-service-card {
  padding: 26px;
}

.pre-treatment-service-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.pre-treatment-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.pre-treatment-tab-media {
  height: 100%;
}

.pre-treatment-tab-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 18px 40px rgba(8, 32, 43, 0.12);
}

.pre-treatment-journey-section {
  padding: 0 0 100px;
}

.pre-treatment-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.pre-treatment-journey-card {
  height: 100%;
  padding: 28px;
}

.pre-treatment-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .pre-treatment-media-stack {
    min-height: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 10px;
  }

  .pre-treatment-media-float {
    right: 14px;
    width: min(250px, 64%);
  }

  .pre-treatment-tab-grid {
    grid-template-columns: 1fr;
  }

  .pre-treatment-tab-media img {
    min-height: 280px;
  }

  .pre-treatment-support-section {
    padding-bottom: 70px;
  }

  .pre-treatment-journey-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {

  .pre-treatment-intro-panel,
  .pre-treatment-copy-panel,
  .pre-treatment-service-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .pre-treatment-highlight-card,
  .pre-treatment-service-card,
  .pre-treatment-journey-card {
    border-radius: 20px;
  }

  .pre-treatment-media-frame img {
    min-height: 300px;
  }

  .pre-treatment-media-float {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .pre-treatment-media-float img {
    height: 160px;
  }

  .pre-treatment-tab-media img {
    min-height: 240px;
  }
}

.pre-treatment-banner {
  position: relative;
  overflow: hidden;
  background-image: url(../img/all-images/bg/bg3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pre-treatment-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

/* Pre-Treatment spotlight redesign */
.pre-treatment-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.pre-treatment-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.pre-treatment-spotlight-copy p {
  margin-top: 6px;
  color: #5b6476;
  line-height: 1.85;
  max-width: 640px;
}

.pre-treatment-spotlight-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pre-treatment-spotlight-media {
  position: relative;
}

.pre-treatment-spotlight-media .pre-treatment-media-frame {
  border: 10px solid rgba(255, 255, 255, 0.82);
}

.pre-treatment-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.pre-treatment-spotlight-badge i {
  color: #12b3a8;
}

.pre-treatment-spotlight-cards {
  margin-top: 30px;
}

.pre-treatment-spotlight-card {
  height: 100%;
  padding: 26px;
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.pre-treatment-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.pre-treatment-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pre-treatment-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.pre-treatment-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.pre-treatment-spotlight-card h3 {
  color: #02015a;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.pre-treatment-spotlight-card p {
  color: #5b6476;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 991px) {
  .pre-treatment-spotlight-shell {
    padding: 28px;
    border-radius: 28px;
  }

  .pre-treatment-spotlight-badge {
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  .pre-treatment-spotlight-shell {
    padding: 22px;
    border-radius: 24px;
  }

  .pre-treatment-spotlight-badge {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 14px;
    width: 100%;
    justify-content: center;
    border-radius: 20px;
  }

  .pre-treatment-spotlight-card {
    padding: 22px;
    border-radius: 22px;
  }
}

/* Post-Treatment Follow-Up redesign */
.post-treatment-follow-up-banner {
  position: relative;
  overflow: hidden;
}

.post-treatment-follow-up-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.post-treatment-follow-up-section {
  position: relative;
  overflow: hidden;
}

.post-treatment-follow-up-section::before,
.post-treatment-follow-up-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.post-treatment-follow-up-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.post-treatment-follow-up-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.post-treatment-follow-up-spotlight-shell,
.post-treatment-follow-up-copy-panel,
.post-treatment-follow-up-service-panel,
.post-treatment-follow-up-journey-card {
  position: relative;
  z-index: 1;
}

.post-treatment-follow-up-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.post-treatment-follow-up-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.post-treatment-follow-up-eyebrow,
.post-treatment-follow-up-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.post-treatment-follow-up-eyebrow::before,
.post-treatment-follow-up-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.post-treatment-follow-up-spotlight-copy h2,
.post-treatment-follow-up-copy-panel h2,
.post-treatment-follow-up-panel-head h2,
.post-treatment-follow-up-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.post-treatment-follow-up-spotlight-copy h2 {
  max-width: 720px;
}

.post-treatment-follow-up-spotlight-copy p,
.post-treatment-follow-up-copy-panel p,
.post-treatment-follow-up-journey-title p,
.post-treatment-follow-up-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.post-treatment-follow-up-spotlight-chips,
.post-treatment-follow-up-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.post-treatment-follow-up-spotlight-chips {
  margin-top: 24px;
}

.post-treatment-follow-up-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.post-treatment-follow-up-chip.is-active,
.post-treatment-follow-up-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.post-treatment-follow-up-spotlight-media {
  position: relative;
}

.post-treatment-follow-up-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.post-treatment-follow-up-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.post-treatment-follow-up-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.post-treatment-follow-up-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.post-treatment-follow-up-spotlight-badge i {
  color: #12b3a8;
}

.post-treatment-follow-up-spotlight-cards {
  margin-top: 30px;
}

.post-treatment-follow-up-spotlight-card,
.post-treatment-follow-up-service-card,
.post-treatment-follow-up-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.post-treatment-follow-up-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.post-treatment-follow-up-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.post-treatment-follow-up-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.post-treatment-follow-up-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.post-treatment-follow-up-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.post-treatment-follow-up-spotlight-card h3,
.post-treatment-follow-up-journey-card h3,
.post-treatment-follow-up-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-treatment-follow-up-spotlight-card p,
.post-treatment-follow-up-service-card p,
.post-treatment-follow-up-journey-card p,
.post-treatment-follow-up-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.post-treatment-follow-up-support-section {
  padding-bottom: 100px;
}

.post-treatment-follow-up-copy-panel,
.post-treatment-follow-up-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.post-treatment-follow-up-bullet-list,
.post-treatment-follow-up-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.post-treatment-follow-up-bullet-list li,
.post-treatment-follow-up-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.post-treatment-follow-up-bullet-list i,
.post-treatment-follow-up-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.post-treatment-follow-up-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.post-treatment-follow-up-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.post-treatment-follow-up-tab-panels {
  margin-top: 8px;
}

.post-treatment-follow-up-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.post-treatment-follow-up-tab-panel[hidden] {
  display: none !important;
}

.post-treatment-follow-up-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.post-treatment-follow-up-tab-copy {
  padding: 4px 0;
}

.post-treatment-follow-up-service-card {
  padding: 26px;
}

.post-treatment-follow-up-journey-section {
  padding: 0 0 100px;
}

.post-treatment-follow-up-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.post-treatment-follow-up-journey-card {
  height: 100%;
  padding: 28px;
}

.post-treatment-follow-up-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .post-treatment-follow-up-media-frame img {
    min-height: 280px;
  }

  .post-treatment-follow-up-support-section,
  .post-treatment-follow-up-journey-section {
    padding-bottom: 70px;
  }

  .post-treatment-follow-up-spotlight-shell,
  .post-treatment-follow-up-copy-panel,
  .post-treatment-follow-up-service-panel {
    padding: 24px;
  }
}

/* Travel Assistance redesign */
.travel-assistance-banner {
  position: relative;
  overflow: hidden;
}

.travel-assistance-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.travel-assistance-section {
  position: relative;
  overflow: hidden;
}

.travel-assistance-section::before,
.travel-assistance-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.travel-assistance-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.travel-assistance-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.travel-assistance-spotlight-shell,
.travel-assistance-copy-panel,
.travel-assistance-service-panel,
.travel-assistance-journey-card {
  position: relative;
  z-index: 1;
}

.travel-assistance-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.travel-assistance-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.travel-assistance-eyebrow,
.travel-assistance-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.travel-assistance-eyebrow::before,
.travel-assistance-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.travel-assistance-spotlight-copy h2,
.travel-assistance-copy-panel h2,
.travel-assistance-panel-head h2,
.travel-assistance-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.travel-assistance-spotlight-copy h2 {
  max-width: 720px;
}

.travel-assistance-spotlight-copy p,
.travel-assistance-copy-panel p,
.travel-assistance-journey-title p,
.travel-assistance-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.travel-assistance-spotlight-chips,
.travel-assistance-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.travel-assistance-spotlight-chips {
  margin-top: 24px;
}

.travel-assistance-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.travel-assistance-chip.is-active,
.travel-assistance-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.travel-assistance-spotlight-media {
  position: relative;
}

.travel-assistance-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.travel-assistance-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.travel-assistance-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.travel-assistance-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.travel-assistance-spotlight-badge i {
  color: #12b3a8;
}

.travel-assistance-spotlight-cards {
  margin-top: 30px;
}

.travel-assistance-spotlight-card,
.travel-assistance-service-card,
.travel-assistance-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.travel-assistance-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.travel-assistance-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.travel-assistance-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.travel-assistance-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.travel-assistance-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.travel-assistance-spotlight-card h3,
.travel-assistance-journey-card h3,
.travel-assistance-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.travel-assistance-spotlight-card p,
.travel-assistance-service-card p,
.travel-assistance-journey-card p,
.travel-assistance-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.travel-assistance-support-section {
  padding-bottom: 100px;
}

.travel-assistance-copy-panel,
.travel-assistance-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.travel-assistance-bullet-list,
.travel-assistance-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.travel-assistance-bullet-list li,
.travel-assistance-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.travel-assistance-bullet-list i,
.travel-assistance-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.travel-assistance-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.travel-assistance-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.travel-assistance-tab-panels {
  margin-top: 8px;
}

.travel-assistance-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.travel-assistance-tab-panel[hidden] {
  display: none !important;
}

.travel-assistance-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.travel-assistance-tab-copy {
  padding: 4px 0;
}

.travel-assistance-service-card {
  padding: 26px;
}

.travel-assistance-journey-section {
  padding: 0 0 100px;
}

.travel-assistance-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.travel-assistance-journey-card {
  height: 100%;
  padding: 28px;
}

.travel-assistance-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .travel-assistance-media-frame img {
    min-height: 280px;
  }

  .travel-assistance-support-section,
  .travel-assistance-journey-section {
    padding-bottom: 70px;
  }

  .travel-assistance-spotlight-shell,
  .travel-assistance-copy-panel,
  .travel-assistance-service-panel {
    padding: 24px;
  }
}

/* Value Added Services redesign */
.value-added-services-banner {
  position: relative;
  overflow: hidden;
}

.value-added-services-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.value-added-services-section {
  position: relative;
  overflow: hidden;
}

.value-added-services-section::before,
.value-added-services-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.value-added-services-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.value-added-services-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.value-added-services-spotlight-shell,
.value-added-services-copy-panel,
.value-added-services-service-panel,
.value-added-services-journey-card {
  position: relative;
  z-index: 1;
}

.value-added-services-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.value-added-services-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.value-added-services-eyebrow,
.value-added-services-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.value-added-services-eyebrow::before,
.value-added-services-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.value-added-services-spotlight-copy h2,
.value-added-services-copy-panel h2,
.value-added-services-panel-head h2,
.value-added-services-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.value-added-services-spotlight-copy h2 {
  max-width: 720px;
}

.value-added-services-spotlight-copy p,
.value-added-services-copy-panel p,
.value-added-services-journey-title p,
.value-added-services-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.value-added-services-spotlight-chips,
.value-added-services-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.value-added-services-spotlight-chips {
  margin-top: 24px;
}

.value-added-services-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.value-added-services-chip.is-active,
.value-added-services-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.value-added-services-spotlight-media {
  position: relative;
}

.value-added-services-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.value-added-services-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.value-added-services-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.value-added-services-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.value-added-services-spotlight-badge i {
  color: #12b3a8;
}

.value-added-services-spotlight-cards {
  margin-top: 30px;
}

.value-added-services-spotlight-card,
.value-added-services-service-card,
.value-added-services-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.value-added-services-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.value-added-services-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.value-added-services-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.value-added-services-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.value-added-services-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.value-added-services-spotlight-card h3,
.value-added-services-journey-card h3,
.value-added-services-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.value-added-services-spotlight-card p,
.value-added-services-service-card p,
.value-added-services-journey-card p,
.value-added-services-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.value-added-services-support-section {
  padding-bottom: 100px;
}

.value-added-services-copy-panel,
.value-added-services-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.value-added-services-bullet-list,
.value-added-services-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.value-added-services-bullet-list li,
.value-added-services-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.value-added-services-bullet-list i,
.value-added-services-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.value-added-services-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.value-added-services-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.value-added-services-tab-panels {
  margin-top: 8px;
}

.value-added-services-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.value-added-services-tab-panel[hidden] {
  display: none !important;
}

.value-added-services-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.value-added-services-tab-copy {
  padding: 4px 0;
}

.value-added-services-service-card {
  padding: 26px;
}

.value-added-services-journey-section {
  padding: 0 0 100px;
}

.value-added-services-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.value-added-services-journey-card {
  height: 100%;
  padding: 28px;
}

.value-added-services-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .value-added-services-media-frame img {
    min-height: 280px;
  }

  .value-added-services-support-section,
  .value-added-services-journey-section {
    padding-bottom: 70px;
  }

  .value-added-services-spotlight-shell,
  .value-added-services-copy-panel,
  .value-added-services-service-panel {
    padding: 24px;
  }
}

/* 24/7 Support redesign */
.support-24-7-banner {
  position: relative;
  overflow: hidden;
}

.support-24-7-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.support-24-7-section {
  position: relative;
  overflow: hidden;
}

.support-24-7-section::before,
.support-24-7-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.support-24-7-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.support-24-7-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.support-24-7-spotlight-shell,
.support-24-7-copy-panel,
.support-24-7-service-panel,
.support-24-7-journey-card {
  position: relative;
  z-index: 1;
}

.support-24-7-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.support-24-7-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.support-24-7-eyebrow,
.support-24-7-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.support-24-7-eyebrow::before,
.support-24-7-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.support-24-7-spotlight-copy h2,
.support-24-7-copy-panel h2,
.support-24-7-panel-head h2,
.support-24-7-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.support-24-7-spotlight-copy h2 {
  max-width: 720px;
}

.support-24-7-spotlight-copy p,
.support-24-7-copy-panel p,
.support-24-7-journey-title p,
.support-24-7-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.support-24-7-spotlight-chips,
.support-24-7-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.support-24-7-spotlight-chips {
  margin-top: 24px;
}

.support-24-7-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.support-24-7-chip.is-active,
.support-24-7-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.support-24-7-spotlight-media {
  position: relative;
}

.support-24-7-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.support-24-7-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.support-24-7-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.support-24-7-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.support-24-7-spotlight-badge i {
  color: #12b3a8;
}

.support-24-7-spotlight-cards {
  margin-top: 30px;
}

.support-24-7-spotlight-card,
.support-24-7-service-card,
.support-24-7-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.support-24-7-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.support-24-7-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.support-24-7-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.support-24-7-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.support-24-7-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.support-24-7-spotlight-card h3,
.support-24-7-journey-card h3,
.support-24-7-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.support-24-7-spotlight-card p,
.support-24-7-service-card p,
.support-24-7-journey-card p,
.support-24-7-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.support-24-7-support-section {
  padding-bottom: 100px;
}

.support-24-7-copy-panel,
.support-24-7-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.support-24-7-bullet-list,
.support-24-7-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.support-24-7-bullet-list li,
.support-24-7-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.support-24-7-bullet-list i,
.support-24-7-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.support-24-7-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.support-24-7-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.support-24-7-tab-panels {
  margin-top: 8px;
}

.support-24-7-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.support-24-7-tab-panel[hidden] {
  display: none !important;
}

.support-24-7-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.support-24-7-tab-copy {
  padding: 4px 0;
}

.support-24-7-service-card {
  padding: 26px;
}

.support-24-7-journey-section {
  padding: 0 0 100px;
}

.support-24-7-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.support-24-7-journey-card {
  height: 100%;
  padding: 28px;
}

.support-24-7-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .support-24-7-media-frame img {
    min-height: 280px;
  }

  .support-24-7-support-section,
  .support-24-7-journey-section {
    padding-bottom: 70px;
  }

  .support-24-7-spotlight-shell,
  .support-24-7-copy-panel,
  .support-24-7-service-panel {
    padding: 24px;
  }
}

/* Customized Package redesign */
.customized-package-banner {
  position: relative;
  overflow: hidden;
}

.customized-package-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.customized-package-section {
  position: relative;
  overflow: hidden;
}

.customized-package-section::before,
.customized-package-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.customized-package-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.customized-package-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.customized-package-spotlight-shell,
.customized-package-copy-panel,
.customized-package-service-panel,
.customized-package-journey-card {
  position: relative;
  z-index: 1;
}

.customized-package-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.customized-package-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.customized-package-eyebrow,
.customized-package-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.customized-package-eyebrow::before,
.customized-package-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.customized-package-spotlight-copy h2,
.customized-package-copy-panel h2,
.customized-package-panel-head h2,
.customized-package-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.customized-package-spotlight-copy h2 {
  max-width: 720px;
}

.customized-package-spotlight-copy p,
.customized-package-copy-panel p,
.customized-package-journey-title p,
.customized-package-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.customized-package-spotlight-chips,
.customized-package-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.customized-package-spotlight-chips {
  margin-top: 24px;
}

.customized-package-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.customized-package-chip.is-active,
.customized-package-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.customized-package-spotlight-media {
  position: relative;
}

.customized-package-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.customized-package-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.customized-package-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.customized-package-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.customized-package-spotlight-badge i {
  color: #12b3a8;
}

.customized-package-spotlight-cards {
  margin-top: 30px;
}

.customized-package-spotlight-card,
.customized-package-service-card,
.customized-package-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.customized-package-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.customized-package-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.customized-package-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.customized-package-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.customized-package-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.customized-package-spotlight-card h3,
.customized-package-journey-card h3,
.customized-package-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.customized-package-spotlight-card p,
.customized-package-service-card p,
.customized-package-journey-card p,
.customized-package-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.customized-package-support-section {
  padding-bottom: 100px;
}

.customized-package-copy-panel,
.customized-package-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.customized-package-bullet-list,
.customized-package-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.customized-package-bullet-list li,
.customized-package-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.customized-package-bullet-list i,
.customized-package-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.customized-package-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.customized-package-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.customized-package-tab-panels {
  margin-top: 8px;
}

.customized-package-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.customized-package-tab-panel[hidden] {
  display: none !important;
}

.customized-package-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.customized-package-tab-copy {
  padding: 4px 0;
}

.customized-package-service-card {
  padding: 26px;
}

.customized-package-journey-section {
  padding: 0 0 100px;
}

.customized-package-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.customized-package-journey-card {
  height: 100%;
  padding: 28px;
}

.customized-package-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .customized-package-media-frame img {
    min-height: 280px;
  }

  .customized-package-support-section,
  .customized-package-journey-section {
    padding-bottom: 70px;
  }

  .customized-package-spotlight-shell,
  .customized-package-copy-panel,
  .customized-package-service-panel {
    padding: 24px;
  }
}

/* Medical Visa redesign */
.medical-visa-banner {
  position: relative;
  overflow: hidden;
}

.medical-visa-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.medical-visa-section {
  position: relative;
  overflow: hidden;
}

.medical-visa-section::before,
.medical-visa-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.medical-visa-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.medical-visa-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.medical-visa-spotlight-shell,
.medical-visa-copy-panel,
.medical-visa-service-panel,
.medical-visa-journey-card {
  position: relative;
  z-index: 1;
}

.medical-visa-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.medical-visa-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.medical-visa-eyebrow,
.medical-visa-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.medical-visa-eyebrow::before,
.medical-visa-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.medical-visa-spotlight-copy h2,
.medical-visa-copy-panel h2,
.medical-visa-panel-head h2,
.medical-visa-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.medical-visa-spotlight-copy h2 {
  max-width: 720px;
}

.medical-visa-spotlight-copy p,
.medical-visa-copy-panel p,
.medical-visa-journey-title p,
.medical-visa-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.medical-visa-spotlight-chips,
.medical-visa-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.medical-visa-spotlight-chips {
  margin-top: 24px;
}

.medical-visa-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.medical-visa-chip.is-active,
.medical-visa-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.medical-visa-spotlight-media {
  position: relative;
}

.medical-visa-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.medical-visa-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.medical-visa-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.medical-visa-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.medical-visa-spotlight-badge i {
  color: #12b3a8;
}

.medical-visa-spotlight-cards {
  margin-top: 30px;
}

.medical-visa-spotlight-card,
.medical-visa-service-card,
.medical-visa-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.medical-visa-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.medical-visa-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.medical-visa-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.medical-visa-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.medical-visa-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.medical-visa-spotlight-card h3,
.medical-visa-journey-card h3,
.medical-visa-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.medical-visa-spotlight-card p,
.medical-visa-service-card p,
.medical-visa-journey-card p,
.medical-visa-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.medical-visa-support-section {
  padding-bottom: 100px;
}

.medical-visa-copy-panel,
.medical-visa-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.medical-visa-bullet-list,
.medical-visa-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.medical-visa-bullet-list li,
.medical-visa-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.medical-visa-bullet-list i,
.medical-visa-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.medical-visa-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.medical-visa-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.medical-visa-tab-panels {
  margin-top: 8px;
}

.medical-visa-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.medical-visa-tab-panel[hidden] {
  display: none !important;
}

.medical-visa-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.medical-visa-tab-copy {
  padding: 4px 0;
}

.medical-visa-service-card {
  padding: 26px;
}

.medical-visa-journey-section {
  padding: 0 0 100px;
}

.medical-visa-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.medical-visa-journey-card {
  height: 100%;
  padding: 28px;
}

.medical-visa-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .medical-visa-media-frame img {
    min-height: 280px;
  }

  .medical-visa-support-section,
  .medical-visa-journey-section {
    padding-bottom: 70px;
  }

  .medical-visa-spotlight-shell,
  .medical-visa-copy-panel,
  .medical-visa-service-panel {
    padding: 24px;
  }
}

/* Elder Care Services in Pune redesign */
.elder-care-banner {
  position: relative;
  overflow: hidden;
}

.elder-care-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.elder-care-section {
  position: relative;
  overflow: hidden;
}

.elder-care-section::before,
.elder-care-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.elder-care-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.elder-care-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.elder-care-spotlight-shell,
.elder-care-copy-panel,
.elder-care-service-panel,
.elder-care-journey-card {
  position: relative;
  z-index: 1;
}

.elder-care-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.elder-care-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.elder-care-eyebrow,
.elder-care-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.elder-care-eyebrow::before,
.elder-care-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.elder-care-spotlight-copy h2,
.elder-care-copy-panel h2,
.elder-care-panel-head h2,
.elder-care-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.elder-care-spotlight-copy h2 {
  max-width: 720px;
}

.elder-care-spotlight-copy p,
.elder-care-copy-panel p,
.elder-care-journey-title p,
.elder-care-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.elder-care-spotlight-chips,
.elder-care-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.elder-care-spotlight-chips {
  margin-top: 24px;
}

.elder-care-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.elder-care-chip.is-active,
.elder-care-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.elder-care-spotlight-media {
  position: relative;
}

.elder-care-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.elder-care-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.elder-care-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.elder-care-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.elder-care-spotlight-badge i {
  color: #12b3a8;
}

.elder-care-spotlight-cards {
  margin-top: 30px;
}

.elder-care-spotlight-card,
.elder-care-service-card,
.elder-care-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.elder-care-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.elder-care-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.elder-care-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.elder-care-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.elder-care-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.elder-care-spotlight-card h3,
.elder-care-journey-card h3,
.elder-care-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.elder-care-spotlight-card p,
.elder-care-service-card p,
.elder-care-journey-card p,
.elder-care-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.elder-care-support-section {
  padding-bottom: 100px;
}

.elder-care-copy-panel,
.elder-care-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.elder-care-bullet-list,
.elder-care-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.elder-care-bullet-list li,
.elder-care-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.elder-care-bullet-list i,
.elder-care-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.elder-care-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.elder-care-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.elder-care-tab-panels {
  margin-top: 8px;
}

.elder-care-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.elder-care-tab-panel[hidden] {
  display: none !important;
}

.elder-care-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.elder-care-tab-copy {
  padding: 4px 0;
}

.elder-care-service-card {
  padding: 26px;
}

.elder-care-journey-section {
  padding: 0 0 100px;
}

.elder-care-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.elder-care-journey-card {
  height: 100%;
  padding: 28px;
}

.elder-care-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .elder-care-media-frame img {
    min-height: 280px;
  }

  .elder-care-support-section,
  .elder-care-journey-section {
    padding-bottom: 70px;
  }

  .elder-care-spotlight-shell,
  .elder-care-copy-panel,
  .elder-care-service-panel {
    padding: 24px;
  }
}

/* Patient Elder Caretaker at Home redesign */
.elder-care-taker-banner {
  position: relative;
  overflow: hidden;
}

.elder-care-taker-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(68, 22, 255, 0.12),
      rgba(18, 179, 168, 0.12));
  pointer-events: none;
}

.elder-care-taker-section {
  position: relative;
  overflow: hidden;
}

.elder-care-taker-section::before,
.elder-care-taker-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.6;
}

.elder-care-taker-section::before {
  width: 240px;
  height: 240px;
  top: -80px;
  right: -90px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.22),
      rgba(68, 22, 255, 0));
}

.elder-care-taker-section::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: 0;
  background: radial-gradient(circle,
      rgba(18, 179, 168, 0.2),
      rgba(18, 179, 168, 0));
}

.elder-care-taker-spotlight-shell,
.elder-care-taker-copy-panel,
.elder-care-taker-service-panel,
.elder-care-taker-journey-card {
  position: relative;
  z-index: 1;
}

.elder-care-taker-spotlight-shell {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  position: relative;
  overflow: hidden;
}

.elder-care-taker-spotlight-shell::before {
  content: "";
  position: absolute;
  inset: auto -90px -100px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.15),
      rgba(68, 22, 255, 0));
  pointer-events: none;
}

.elder-care-taker-eyebrow,
.elder-care-taker-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #02015a;
  margin-bottom: 14px;
}

.elder-care-taker-eyebrow::before,
.elder-care-taker-section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #4416ff, #12b3a8);
}

.elder-care-taker-spotlight-copy h2,
.elder-care-taker-copy-panel h2,
.elder-care-taker-panel-head h2,
.elder-care-taker-journey-title h2 {
  color: #02015a;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 16px;
}

.elder-care-taker-spotlight-copy h2 {
  max-width: 720px;
}

.elder-care-taker-spotlight-copy p,
.elder-care-taker-copy-panel p,
.elder-care-taker-journey-title p,
.elder-care-taker-tab-copy p {
  color: #5b6476;
  line-height: 1.8;
  margin-bottom: 0;
}

.elder-care-taker-spotlight-chips,
.elder-care-taker-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.elder-care-taker-spotlight-chips {
  margin-top: 24px;
}

.elder-care-taker-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
  color: #02015a;
  font-size: 13px;
  font-weight: 700;
}

.elder-care-taker-chip.is-active,
.elder-care-taker-tab-button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.elder-care-taker-spotlight-media {
  position: relative;
}

.elder-care-taker-media-frame {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.14);
  background: #dce8ec;
}

.elder-care-taker-media-main {
  border: 10px solid rgba(255, 255, 255, 0.76);
}

.elder-care-taker-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.elder-care-taker-spotlight-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(2, 1, 90, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(2, 1, 90, 0.22);
}

.elder-care-taker-spotlight-badge i {
  color: #12b3a8;
}

.elder-care-taker-spotlight-cards {
  margin-top: 30px;
}

.elder-care-taker-spotlight-card,
.elder-care-taker-service-card,
.elder-care-taker-journey-card {
  background: #ffffff;
  border: 1px solid rgba(68, 22, 255, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(8, 32, 43, 0.06);
}

.elder-care-taker-spotlight-card {
  height: 100%;
  padding: 26px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.elder-care-taker-spotlight-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.elder-care-taker-spotlight-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.elder-care-taker-spotlight-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  background: linear-gradient(135deg, #4416ff, #12b3a8);
  box-shadow: 0 14px 24px rgba(68, 22, 255, 0.18);
}

.elder-care-taker-spotlight-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #02015a, #4416ff);
  box-shadow: 0 14px 24px rgba(2, 1, 90, 0.18);
}

.elder-care-taker-spotlight-card h3,
.elder-care-taker-journey-card h3,
.elder-care-taker-tab-copy h3 {
  color: #02015a;
  font-weight: 700;
  margin-bottom: 10px;
}

.elder-care-taker-spotlight-card p,
.elder-care-taker-service-card p,
.elder-care-taker-journey-card p,
.elder-care-taker-tab-copy p {
  color: #5b6476;
  line-height: 1.75;
  margin-bottom: 0;
}

.elder-care-taker-support-section {
  padding-bottom: 100px;
}

.elder-care-taker-copy-panel,
.elder-care-taker-service-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(68, 22, 255, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(6, 34, 47, 0.08);
  padding: 32px;
  height: 100%;
}

.elder-care-taker-bullet-list,
.elder-care-taker-service-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.elder-care-taker-bullet-list li,
.elder-care-taker-service-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #35515f;
  line-height: 1.6;
}

.elder-care-taker-bullet-list i,
.elder-care-taker-service-list i {
  color: #12b3a8;
  margin-top: 3px;
}

.elder-care-taker-tab-button {
  border: 1px solid rgba(68, 22, 255, 0.12);
  background: #ffffff;
}

.elder-care-taker-tab-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(68, 22, 255, 0.2);
}

.elder-care-taker-tab-panels {
  margin-top: 8px;
}

.elder-care-taker-tab-panel {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
}

.elder-care-taker-tab-panel[hidden] {
  display: none !important;
}

.elder-care-taker-tab-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: stretch;
}

.elder-care-taker-tab-copy {
  padding: 4px 0;
}

.elder-care-taker-service-card {
  padding: 26px;
}

.elder-care-taker-journey-section {
  padding: 0 0 100px;
}

.elder-care-taker-journey-title {
  max-width: 720px;
  margin-bottom: 26px;
}

.elder-care-taker-journey-card {
  height: 100%;
  padding: 28px;
}

.elder-care-taker-journey-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
}

@media (max-width: 991px) {
  .elder-care-taker-media-frame img {
    min-height: 280px;
  }

  .elder-care-taker-support-section,
  .elder-care-taker-journey-section {
    padding-bottom: 70px;
  }

  .elder-care-taker-spotlight-shell,
  .elder-care-taker-copy-panel,
  .elder-care-taker-service-panel {
    padding: 24px;
  }
}

.form-container {
  width: 100%;
  max-width: 48rem;
  /* Equivalent to max-w-2xl */
  background-color: white;
  padding: 2rem;
  /* Equivalent to p-8 */
  border-radius: 1.5rem;
  /* Equivalent to rounded-2xl */
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* Equivalent to shadow-xl */
}

@media (min-width: 768px) {
  .form-container {
    padding: 3rem;
    /* Equivalent to md:p-12 */
  }
}

.form-heading {
  font-size: 1.875rem;
  /* Equivalent to text-3xl */
  font-weight: 700;
  /* Equivalent to font-bold */
  text-align: center;
  color: #1f2937;
  /* Equivalent to text-gray-800 */
  margin-bottom: 2rem;
  /* Equivalent to mb-8 */
}

.input-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .input-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #d1d5db;
  /* Equivalent to border-gray-300 */
  border-radius: 0.5rem;
  /* Equivalent to rounded-lg */
  color: #1f2937;
  transition: all 0.2s ease-in-out;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #6b7280;
  /* Equivalent to placeholder-gray-500 */
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #3b82f6;
}

.form-textarea {
  height: 8rem;
  resize: none;
}

.file-upload-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .file-upload-section {
    flex-direction: row;
    align-items: center;
  }
}

.file-label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .file-label {
    width: 33.333333%;
    margin-bottom: 0;
  }
}

.captcha-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .captcha-section {
    flex-direction: row;
    align-items: center;
  }
}

.captcha-input-group {
  display: flex;
  flex-grow: 1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .captcha-input-group {
    margin-bottom: 0;
  }
}

.captcha-label {
  display: block;
  color: #4b5563;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.captcha-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.captcha-refresh {
  color: #3b82f6;
  cursor: pointer;
  font-size: 1.125rem;
  transition: color 0.2s ease-in-out;
}

.captcha-refresh:hover {
  color: #1d4ed8;
}

.captcha-input {
  width: 4rem;
  padding: 0.5rem;
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  text-align: center;
}

.submit-button {
  width: 100%;
  padding: 0.75rem 2rem;
  background-color: #2563eb;
  color: white;
  font-weight: 700;
  border-radius: 9999px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.submit-button:hover {
  background-color: #1d4ed8;
}

.error-message {
  color: #ef4444;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.25rem;
}

.hidden {
  display: none;
}

.unvalid {
  border-color: #ef4444;
}

.valid {
  border-color: #10b981;
}

body.hospital-page {
  background:
    radial-gradient(circle at top left,
      rgba(9, 102, 96, 0.12),
      transparent 32%),
    radial-gradient(circle at 90% 10%,
      rgba(247, 198, 77, 0.16),
      transparent 28%),
    #f3f7fb;
}

.hospital-breadcrumb-area {
  padding: 64px 0 26px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0));
}

.hospital-breadcrumb-area .vl-section-subtitle {
  justify-content: center;
  margin-bottom: 0;
}

.hospital-breadcrumb-area .vl-section-title {
  margin-top: 22px;
  color: #08182c;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hospital-breadcrumb-area p {
  margin: 16px auto 0;
  max-width: 760px;
  color: #486079;
  line-height: 1.8;
  font-size: 1.02rem;
}

.hospital-section {
  padding: 0 0 40px;
  position: relative;
  z-index: 2;
}

.hospital-main-panel {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(16, 32, 55, 0.12);
  backdrop-filter: blur(18px);
}

.hospital-panel {
  padding: 34px;
  height: 100%;
}

.hospital-panel .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  color: #0b2b49;
  background: linear-gradient(135deg,
      rgba(16, 117, 114, 0.12),
      rgba(247, 198, 77, 0.18));
  border: 1px solid rgba(11, 43, 73, 0.08);
}

.hospital-heading {
  margin-top: 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #08182c;
}

.hospital-copy {
  margin-top: 16px;
  color: #486079;
  line-height: 1.85;
  font-size: 1rem;
}

.appointment-card {
  position: relative;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(7, 30, 57, 0.98),
      rgba(10, 58, 76, 0.98));
  color: #fff;
  padding: 34px;
}

.appointment-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.appointment-card .eyebrow {
  position: relative;
  z-index: 1;
  color: #d7f8f0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.appointment-card h2 {
  position: relative;
  z-index: 1;
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  /* max-width: 10ch; */
}

.appointment-card p {
  position: relative;
  z-index: 1;
  color: rgba(238, 247, 255, 0.9);
  line-height: 1.8;
  margin: 0;
}

.appointment-form {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.appointment-form h3 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  color: #fff;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #dfefff;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 14px 16px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(247, 198, 77, 0.72);
  box-shadow: 0 0 0 4px rgba(247, 198, 77, 0.12);
}

.field textarea {
  min-height: 132px;
  resize: vertical;
}

.field-help {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  margin-top: -3px;
}

.field-full {
  grid-column: 1 / -1;
}

.upload-box {
  border: 1px dashed rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.upload-box input {
  margin-top: 10px;
  width: 100%;
  color: rgba(255, 255, 255, 0.88);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-actions {
  margin-top: 22px;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7c64d, #f4a948);
  color: #08182c;
  font-weight: 800;
  padding: 15px 24px;
  box-shadow: 0 16px 30px rgba(247, 198, 77, 0.22);
}

.partners-block {
  padding: 34px;
  height: 100%;
  background:
    radial-gradient(circle at top right,
      rgba(9, 102, 96, 0.08),
      transparent 34%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.92),
      rgba(248, 250, 253, 0.98));
}

.partners-block h3 {
  font-size: 1.4rem;
  margin: 26px 0 16px;
  color: #08182c;
  letter-spacing: -0.02em;
}

.partners-block .hospital-copy {
  max-width: 64ch;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  min-height: 190px;
  padding: 22px 18px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 24, 44, 0.08);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(16, 32, 55, 0.06);
}

.logo-image-wrap {
  width: 160px;
  height: 160px;
  border-radius: 24px;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(135deg, rgba(10, 53, 84, 0.08), rgba(15, 133, 125, 0.12)); */
  border: 1px solid rgba(8, 24, 44, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.logo-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-mark {
  display: none;
}

.logo-text strong {
  display: block;
  color: #08182c;
  font-size: 1.03rem;
  line-height: 1.35;
}

.logo-text span {
  display: block;
  margin-top: 4px;
  color: #5a6f86;
  font-size: 0.9rem;
}

.hospital-divider {
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(8, 24, 44, 0.1),
      transparent);
  margin: 30px 0;
}

@media (min-width: 992px) {
  .hospital-main-panel .col-lg-5 {
    position: sticky;
    /* top: 110px; */
    align-self: flex-start;
  }

  /* .appointment-card {
        max-height: calc(100vh - 140px);
        overflow: auto;
      } */

  .partners-block {
    max-height: calc(250vh - 140px);
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .hospital-breadcrumb-area {
    padding-top: 46px;
  }

  .hospital-section {
    margin-top: 0;
  }
}

@media (max-width: 767px) {

  .hospital-panel,
  .appointment-card,
  .partners-block {
    padding: 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   CURETRIP HERO SECTION ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ FULLY RESPONSIVE
   (Moved from index.php inline <style>)
   ===================================================== */

/* --- Section wrapper --- */
.curetrip-hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  /* accounts for top-bar + nav bar */
  padding-bottom: 60px;
  background: #050e22;
}

/* --- Background Slideshow --- */
.hero-bg-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  transform: scale(1.04);
  animation: heroZoomPan 8s ease-in-out infinite alternate;
}

.hero-bg-slide.active {
  opacity: 1;
}

.hero-bg-slide:nth-child(1) {
  background-image: url("../img/all-images/bg/hero-doctor-patient-bg.jpg");
}

.hero-bg-slide:nth-child(2) {
  background-image: url("../img/all-images/bg/hero-medical-team-bg.jpg");
  animation-delay: 0.4s;
}

.hero-bg-slide:nth-child(3) {
  background-image: url("../img/all-images/bg/hero-elder-care-bg.jpg");
  animation-delay: 0.8s;
}

@keyframes heroZoomPan {
  0% {
    transform: scale(1.04) translateX(0);
  }

  50% {
    transform: scale(1.08) translateX(-1%);
  }

  100% {
    transform: scale(1.04) translateX(0);
  }
}

/* --- Slide indicator dots --- */
.hero-bg-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.hero-bg-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
}

.hero-bg-dot.active {
  background: #ffffff;
  transform: scale(1.35);
}

/* Dark overlay for text readability */
.curetrip-hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgb(5 14 34 / 13%) 0%, rgb(5 25 60 / 9%) 56%, rgb(0 60 120 / 24%) 100%);
  z-index: 1;
}

/* Subtle top shine accent */
.curetrip-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #4416ff 0%, #7d67ff 100%);
  z-index: 3;
  pointer-events: none;
}

/* --- Tag line --- */
.hero-premium-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #37387e;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-premium-tag::before,
.hero-premium-tag::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #1c1b6b;
  flex-shrink: 0;
}

/* --- Heading --- */
.curetrip-hero-h1 {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 14px;
}

.curetrip-hero-h1 span {
  color: #1c1b6b;
}

/* --- Description --- */
.curetrip-hero-desc {
  font-size: 14px;
  color: rgb(255 255 255 / 92%);
  line-height: 1.7;
  margin-bottom: 20px;
}

.curetrip-hero-desc strong {
  color: #ffffff;
}

/* --- Stats: always 4 in one row via CSS grid --- */
.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.hero-stat-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 10px 8px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}

.hero-stat-box:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.hero-stat-box .stat-icon {
  font-size: 28px;
  color: #1c1b6b;
  margin-bottom: 3px;
}

.hero-stat-box .stat-value {
  font-size: 21px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.hero-stat-box .stat-label {
  font-size: 9.5px;
  color: rgb(255 255 255 / 85%);
  margin-top: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* --- Testimonial strip --- */
.hero-testimonial-strip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 7px 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-testimonial-strip .stars {
  color: #f4a017;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.hero-testimonial-strip .strip-text {
  font-size: 15px;
  color: rgb(255 255 255 / 95%);
  font-weight: 600;
  white-space: nowrap;
}

/* --- Right Form Card --- */
.hero-form-card {
  background: #ffffff36;
  border-radius: 18px;
  padding: 24px 20px;
  box-shadow: 0 8px 40px rgba(0, 80, 160, 0.13);
  border: 1px solid rgba(0, 119, 182, 0.1);
  position: relative;
  z-index: 3;
  opacity: 1 !important;
  transform: none !important;
}

.hero-form-card h4 {
  font-size: 19px;
  font-weight: 800;
  color: #0d1b2a;
  text-align: center;
  margin-bottom: 18px;
}

.hero-form-card .form-group {
  margin-bottom: 10px;
  position: relative;
}

.hero-form-card .form-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1b6b;
  font-size: 13px;
  pointer-events: none;
  z-index: 1;
}

.hero-form-card .form-icon.top-align {
  top: 12px;
  transform: none;
}

.hero-form-card input,
.hero-form-card select,
.hero-form-card textarea {
  width: 100%;
  border: 1.5px solid #dde6ef;
  border-radius: 9px;
  padding: 9px 12px 9px 36px;
  font-size: 14px;
  color: #000000;
  background: #f7fbff7d;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  font-family: inherit;
  box-sizing: border-box;
}

.hero-form-card input:focus,
.hero-form-card select:focus,
.hero-form-card textarea:focus {
  border-color: #0077b6;
  box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.1);
  background: #fff;
}

.hero-form-card textarea {
  resize: none;
  height: 68px;
  padding-top: 9px;
}

.hero-form-card select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230077b6' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: #f7fbff;
  cursor: pointer;
}

.hero-form-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #4416ff 0%, #7d67ff 100%);
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.2s,
    box-shadow 0.2s;
  margin-top: 4px;
}

.hero-form-submit-btn:hover {
  background: linear-gradient(90deg, #023e8a 0%, #0077b6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 119, 182, 0.35);
}

.hero-form-disclaimer {
  font-size: 10px;
  color: #8899aa;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.hero-form-disclaimer a {
  color: #0077b6;
}

/* Hero Form File Attachment */
.hero-file-group {
  margin-bottom: 10px;
}

.hero-file-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.75);
  border: 1.5px dashed #0077b6;
  border-radius: 9px;
  cursor: pointer;
  font-size: 12.5px;
  color: #0077b6;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.hero-file-label:hover {
  background: #eaf4fd;
  border-color: #005f94;
}

.hero-file-input {
  display: none !important;
}

/* Hero Form Math Captcha */
.hero-captcha-group {
  margin-bottom: 10px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.88);
  border: 1.5px solid #dde6ef;
  border-radius: 9px;
  box-sizing: border-box;
}

.hero-captcha-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.hero-captcha-label {
  font-size: 12px;
  font-weight: 700;
  color: #0d1b2a;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hero-captcha-group .submit__generated {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #1e3a8a;
}

.hero-captcha-group .submit__generated input.captcha-input {
  width: 44px;
  height: 28px;
  padding: 2px 4px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border: 1.5px solid #93c5fd;
  border-radius: 6px;
  background: #fff;
  color: #0d1b2a;
  margin-left: 4px;
}

.hero-refresh-btn {
  background: transparent;
  border: none;
  color: #0077b6;
  font-size: 13px;
  cursor: pointer;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.2s ease;
}

.hero-refresh-btn:hover {
  transform: rotate(180deg);
  color: #1e3a8a;
}

.hero-captcha-group .error-message {
  font-size: 11px;
  margin-top: 3px;
  display: block;
}

/* ======== HERO RESPONSIVE BREAKPOINTS ======== */

/* Medium desktop / laptop (992ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ1199px) */
@media (max-width: 1199px) {
  .curetrip-hero-h1 {
    font-size: 30px;
  }
}

/* Tablet landscape (768ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ991px) */
@media (max-width: 991px) {
  .curetrip-hero-section {
    padding-top: 100px;
    padding-bottom: 36px;
  }

  .curetrip-hero-h1 {
    font-size: 28px;
  }

  .hero-tablet-left {
    order: 1;
  }

  .hero-tablet-form {
    order: 2;
  }

  .hero-form-card {
    padding: 20px 18px;
  }
}

/* Tablet portrait (576ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ767px) */
@media (max-width: 767px) {
  .curetrip-hero-section {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .curetrip-hero-h1 {
    font-size: 26px;
  }

  .curetrip-hero-desc {
    font-size: 13.5px;
  }

  /* Stats: 2x2 grid on tablet portrait */
  .hero-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (max 575px) */
@media (max-width: 575px) {
  .curetrip-hero-section {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .curetrip-hero-h1 {
    font-size: 24px;
  }

  .hero-premium-tag {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .hero-premium-tag::before,
  .hero-premium-tag::after {
    width: 20px;
  }

  /* Stats: 2x2 on mobile too */
  .hero-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .hero-stat-box {
    padding: 9px 6px;
  }

  .hero-form-card {
    padding: 18px 14px;
  }

  .hero-form-card h4 {
    font-size: 17px;
    margin-bottom: 14px;
  }
}

/* Very small mobile (max 375px) */
@media (max-width: 375px) {
  .curetrip-hero-section {
    padding-top: 75px;
  }

  .curetrip-hero-h1 {
    font-size: 22px;
  }
}

/* =====================================================
   ELDER CARE ABOUT SECTION
   ===================================================== */

.eldercare-section-area {
  padding: 80px 0 70px;
  background: linear-gradient(135deg, #f7f9ff 0%, #eef4ff 100%);
  position: relative;
  overflow: hidden;
}

.eldercare-section-area::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(68, 22, 255, 0.07) 0%,
      transparent 70%);
  pointer-events: none;
}

/* --- Image wrap --- */
.eldercare-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: visible;
}

.eldercare-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(28, 27, 107, 0.18);
  transition: transform 0.5s ease;
}

.eldercare-img-wrap:hover img {
  transform: scale(1.02);
}

/* Floating badge */
.eldercare-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(28, 27, 107, 0.15);
  z-index: 2;
}

.eldercare-badge i {
  font-size: 28px;
  color: #e84141;
  animation: heartBeat 1.4s ease-in-out infinite;
}

@keyframes heartBeat {

  0%,
  100% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.2);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.15);
  }

  56% {
    transform: scale(1);
  }
}

.eldercare-badge .badge-num {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #1c1b6b;
  line-height: 1;
}

.eldercare-badge .badge-lbl {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* --- Content area --- */
.eldercare-content {
  padding-left: 16px;
}

.eldercare-title {
  font-size: 34px;
  font-weight: 800;
  color: #0e1530;
  line-height: 1.22;
  margin: 14px 0 18px;
}

.eldercare-title span {
  color: #4416ff;
}

.eldercare-desc {
  font-size: 15.5px;
  color: #4b5563;
  line-height: 1.78;
  margin-bottom: 28px;
}

.eldercare-desc strong {
  color: #1c1b6b;
}

/* --- Feature pills grid --- */
.eldercare-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.eldercare-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1.5px solid #e5e9f7;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #1c1b6b;
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}

.eldercare-feat-item:hover {
  border-color: #4416ff;
  box-shadow: 0 4px 16px rgba(68, 22, 255, 0.12);
  transform: translateY(-2px);
}

.feat-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef0ff, #dde4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #4416ff;
  font-size: 15px;
}

/* --- CTA row --- */
.eldercare-cta-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.eldercare-call-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.eldercare-call-link:hover {
  opacity: 0.8;
}

.call-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4416ff, #7d67ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(68, 22, 255, 0.25);
}

.eldercare-call-link small {
  display: block;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.eldercare-call-link strong {
  display: block;
  font-size: 16px;
  color: #1c1b6b;
  font-weight: 700;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .eldercare-section-area {
    padding: 60px 0 50px;
  }

  .eldercare-img-wrap img {
    height: 380px;
  }

  .eldercare-badge {
    bottom: -14px;
    right: -8px;
  }

  .eldercare-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .eldercare-title {
    font-size: 26px;
  }

  .eldercare-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .eldercare-img-wrap img {
    height: 280px;
  }

  .eldercare-badge {
    bottom: -12px;
    right: 10px;
    padding: 10px 14px;
  }

  .eldercare-badge i {
    font-size: 22px;
  }

  .eldercare-badge .badge-num {
    font-size: 18px;
  }

  .eldercare-title {
    font-size: 22px;
  }

  .eldercare-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .eldercare-feat-item {
    font-size: 12px;
    padding: 9px 10px;
  }
}

/* ==========================================================================
   Google Review Section Styles (Image Reference Match)
   ========================================================================== */
.google-review-section-area {
  padding: 40px 0 70px 0;
  position: relative;
  z-index: 1;
}

.google-review-wrapper {
  background: #f4f7fc;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 32px 36px 36px 36px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

/* Header layout */
.google-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9f0;
}

.google-review-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.google-review-brand .brand-text {
  font-family: var(--ztc-family-font1, "Inter", sans-serif);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
}

.google-review-brand .review-label {
  color: #3c4043;
  font-weight: 500;
  margin-left: 4px;
}

/* Rating Summary (Center) */
.google-review-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.google-review-rating-summary .score {
  font-size: 26px;
  font-weight: 800;
  color: #202124;
  line-height: 1;
}

.google-review-rating-summary .stars {
  display: flex;
  gap: 4px;
}

.google-review-rating-summary .stars i {
  color: #ffb400;
  font-size: 18px;
}

/* Action button (Right) */
.google-review-action .btn-write-review {
  background: #1a73e8;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(26, 115, 232, 0.3);
  transition: all 0.3s ease;
}

.google-review-action .btn-write-review:hover {
  background: #1557b0;
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.45);
  transform: translateY(-2px);
}

/* Review Cards Slider */
.google-review-slider.owl-carousel {
  display: block !important;
  width: 100%;
}

.google-review-slider.owl-carousel .owl-stage-outer {
  padding: 6px 0 12px 0;
  overflow: hidden;
}

.google-review-slider.owl-carousel .owl-stage {
  display: flex !important;
}

.google-review-slider.owl-carousel .owl-item {
  display: flex !important;
  height: auto !important;
}

.google-review-card {
  background: #ffffff;
  border: 1px solid #e8eeef;
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 250px;
  width: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.google-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
}

.google-review-card .card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.google-review-card .avatar-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.avatar-orange {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

.avatar-blue {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.avatar-purple {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.avatar-green {
  background: linear-gradient(135deg, #10b981, #059669);
}

.avatar-pink {
  background: linear-gradient(135deg, #ec4899, #db2777);
}

.google-review-card .reviewer-info .reviewer-name {
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.google-review-card .reviewer-info .reviewer-stars {
  display: flex;
  gap: 3px;
}

.google-review-card .reviewer-info .reviewer-stars i {
  color: #ffb400;
  font-size: 14px;
}

.google-review-card .card-body {
  flex-grow: 1;
}

.google-review-card .card-body p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 20px;
  font-weight: 400;
}

.google-review-card .card-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.google-review-card .patient-sub {
  display: flex;
  flex-direction: column;
}

.google-review-card .patient-sub .patient-role {
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
}

.google-review-card .patient-sub .patient-loc {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 400;
  margin-top: 1px;
}

.google-review-card .posted-tag {
  text-align: right;
  line-height: 1.2;
}

.google-review-card .posted-tag .posted-label {
  display: block;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
}

.google-review-card .posted-tag .posted-google {
  display: block;
  font-size: 13px;
  color: #4285f4;
  font-weight: 700;
}

/* Owl Dots styling for Google Review Slider */
.google-review-slider.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 24px;
}

.google-review-slider.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #cbd5e1;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.google-review-slider.owl-carousel .owl-dots .owl-dot.active span {
  width: 26px;
  border-radius: 10px;
  background: #1a73e8;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .google-review-wrapper {
    padding: 24px 18px 24px 18px;
    border-radius: 16px;
  }

  .google-review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .google-review-rating-summary {
    width: 100%;
    justify-content: flex-start;
  }

  .google-review-action {
    width: 100%;
  }

  .google-review-action .btn-write-review {
    width: 100%;
  }

  .google-review-card {
    padding: 20px;
  }
}

/* ==========================================================================
   CURETRIP PARTNER HOSPITALS & NETWORK SECTION STYLES
   ========================================================================== */
.curetrip-hospitals-section-area {
  position: relative;
  padding: 20px 0 90px;
  background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 50%, #f1f5f9 100%);
  overflow: hidden;
}

.curetrip-hospitals-section-area .hosp-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.curetrip-hospitals-section-area .hosp-glow-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,
      rgba(66, 133, 244, 0.12) 0%,
      rgba(66, 133, 244, 0) 70%);
  top: -100px;
  left: -100px;
}

.curetrip-hospitals-section-area .hosp-glow-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle,
      rgba(2, 1, 90, 0.08) 0%,
      rgba(2, 1, 90, 0) 70%);
  bottom: -150px;
  right: -100px;
}

.curetrip-hospitals-section-area .container {
  position: relative;
  z-index: 2;
}

.hosp-main-title {
  font-size: 38px;
  font-weight: 800;
  color: #02015a;
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 16px;
}

.hosp-main-title span {
  background: linear-gradient(135deg, #02015a 0%, #1a73e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000000;
}

.hosp-main-subtitle {
  font-size: 16px;
  color: #64748b;
  max-width: 780px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

/* Stats Strip */
.hosp-stats-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
}

.hosp-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid rgba(2, 1, 90, 0.08);
  box-shadow: 0 4px 15px rgba(2, 1, 90, 0.04);
  transition: all 0.3s ease;
}

.hosp-stat-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(2, 1, 90, 0.08);
  border-color: #1a73e8;
}

.hosp-stat-pill i {
  font-size: 20px;
  color: #1a73e8;
}

.hosp-stat-pill strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #02015a;
  line-height: 1.1;
}

.hosp-stat-pill span {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

/* Filter & Search Toolbar */
.hosp-filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 18px;
  border: 1px solid rgba(2, 1, 90, 0.08);
  box-shadow: 0 8px 25px rgba(2, 1, 90, 0.05);
}

.hosp-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hosp-tab-btn {
  background: #f1f5f9;
  color: #334155;
  border: none;
  outline: none;
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hosp-tab-btn i {
  font-size: 13px;
}

.hosp-tab-btn:hover {
  background: #e2e8f0;
  color: #02015a;
}

.hosp-tab-btn.active {
  background: linear-gradient(135deg, #02015a 0%, #0d3b66 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(2, 1, 90, 0.25);
}

/* Search Box */
.hosp-search-box {
  position: relative;
  min-width: 280px;
  flex-grow: 1;
  max-width: 380px;
}

.hosp-search-box .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
}

.hosp-search-box input {
  width: 100%;
  padding: 10px 40px 10px 42px;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 50px;
  font-size: 13.5px;
  color: #0f172a;
  transition: all 0.3s ease;
  outline: none;
}

.hosp-search-box input:focus {
  background: #ffffff;
  border-color: #1a73e8;
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
}

.hosp-search-box .clear-search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  font-size: 13px;
  padding: 4px;
}

.hosp-search-box .clear-search-btn:hover {
  color: #0f172a;
}

/* Hospital Card Container */
.hosp-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(2, 1, 90, 0.08);
  box-shadow: 0 10px 30px rgba(2, 1, 90, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.hosp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(2, 1, 90, 0.14);
  border-color: rgba(26, 115, 232, 0.35);
}

/* Card Media Header */
.hosp-card-media {
  position: relative;
  /* height: 180px; */
  overflow: hidden;
}

.hosp-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hosp-card:hover .hosp-banner-img {
  transform: scale(1.08);
}

.hosp-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(2, 1, 90, 0.3) 0%,
      rgb(2 1 90 / 24%) 100%);
}

/* Floating Badges */
.hosp-badge-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 5px 12px;
  border-radius: 50px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hosp-badge-pill.badge-gold {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.hosp-badge-pill.badge-blue {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.hosp-badge-pill.badge-teal {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
}

.hosp-badge-pill.badge-purple {
  background: linear-gradient(135deg, #9333ea 0%, #7e22ce 100%);
}

.hosp-rating-pill {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 11.5px;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hosp-rating-pill i {
  color: #eab308;
}

.hosp-rating-pill strong {
  font-weight: 800;
  color: #02015a;
}

.hosp-rating-pill span {
  color: #64748b;
  font-size: 10.5px;
}

/* Card Body */
.hosp-card-body {
  padding: 20px 18px 14px;
  flex-grow: 1;
  /* display: flex; */
  flex-direction: column;
}

.hosp-location-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #1a73e8;
  font-weight: 600;
  margin-bottom: 8px;
}

.hosp-location-tag i {
  color: #ea4335;
}

.hosp-card-title {
  font-size: 20px;
  font-weight: 800;
  color: #02015a;
  margin-bottom: 4px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.hosp-card:hover .hosp-card-title {
  color: #1a73e8;
}

.hosp-card-sub {
  font-size: 11.5px;
  color: #64748b;
  font-weight: 500;
  line-height: 1.35;
}

.hosp-card-desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Feature Chips */
.hosp-features-row {
  /* display: flex; */
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.hosp-feat-chip {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11.5px;
  color: #334155;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hosp-feat-chip i {
  color: #1a73e8;
}

/* Specialties wrap */
.hosp-specialties-wrap {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}

.hosp-spec-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hosp-spec-label i {
  color: #0d9488;
}

.hosp-tags-list {
  /* display: flex; */
  flex-wrap: wrap;
  gap: 5px;
}

.hosp-spec-tag {
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 4px;
  border: 1px solid rgba(29, 78, 216, 0.12);
  transition: all 0.2s ease;
}

.hosp-spec-tag:hover {
  background: #1d4ed8;
  color: #ffffff;
}

/* Card Footer */
.hosp-card-footer {
  padding: 12px 18px 14px;
  background: #f8fafc;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.hosp-btn-details {
  flex: 1;
  background: #ffffff;
  color: #02015a;
  border: 1px solid #cbd5e1;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.hosp-btn-details:hover {
  background: #02015a;
  color: #ffffff;
  border-color: #02015a;
}

.hosp-btn-consult {
  flex: 1.3;
  background: linear-gradient(135deg, #02015a 0%, #0d3b66 100%);
  color: #ffffff !important;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(2, 1, 90, 0.2);
}

.hosp-btn-consult:hover {
  background: linear-gradient(135deg, #1a73e8 0%, #02015a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(26, 115, 232, 0.3);
}

.hosp-btn-consult i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.hosp-btn-consult:hover i {
  transform: translateX(3px);
}

/* No Results Fallback */
.hosp-no-results {
  background: #ffffff;
  padding: 60px 30px;
  border-radius: 20px;
  border: 2px dashed #cbd5e1;
  margin: 30px 0;
}

.hosp-no-results .no-res-icon {
  font-size: 48px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.hosp-no-results h3 {
  font-size: 22px;
  font-weight: 700;
  color: #02015a;
  margin-bottom: 8px;
}

.hosp-no-results p {
  color: #64748b;
  margin-bottom: 20px;
}

.btn-reset-filters {
  background: #02015a;
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-reset-filters:hover {
  background: #1a73e8;
}

/* Partner Brand Logo Marquee */
.hosp-marquee-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(2, 1, 90, 0.08);
  box-shadow: 0 8px 30px rgba(2, 1, 90, 0.05);
}

.marquee-header {
  text-align: center;
  margin-bottom: 20px;
}

.marquee-header h4 {
  font-size: 18px;
  font-weight: 800;
  color: #02015a;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.marquee-header h4 i {
  color: #1a73e8;
}

.marquee-header p {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 0;
}

.hosp-marquee-container {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
}

.hosp-marquee-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: hospMarqueeScroll 40s linear infinite;
}

.hosp-marquee-container:hover .hosp-marquee-track {
  animation-play-state: paused;
}

@keyframes hospMarqueeScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-logo-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  padding: 8px 18px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.marquee-logo-item:hover {
  background: #ffffff;
  border-color: #1a73e8;
  box-shadow: 0 4px 15px rgba(26, 115, 232, 0.15);
  transform: translateY(-2px);
}

.marquee-logo-item img {
  height: 38px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
}

.marquee-logo-item span {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
}

/* Modals */
.hosp-detail-modal .modal-content,
.hosp-inquiry-modal .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 25px 60px rgba(2, 1, 90, 0.25);
  overflow: hidden;
}

.hosp-detail-modal .modal-header,
.hosp-inquiry-modal .modal-header {
  background: linear-gradient(135deg, #02015a 0%, #0d3b66 100%);
  color: #ffffff;
  padding: 20px 24px;
  border: none;
}

.hosp-detail-modal .modal-title,
.hosp-inquiry-modal .modal-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
}

.modal-sub-city {
  display: block;
  font-size: 13px;
  color: #cbd5e1;
  font-weight: 500;
}

.modal-subtitle-text {
  font-size: 13px;
  color: #cbd5e1;
}

.btn-close-modal {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-close-modal:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.modal-hosp-header-card {
  background: #f8fafc;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.modal-hosp-logo-box {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 16px;
  padding: 8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.modal-hosp-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.modal-hosp-desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
}

.modal-section-box {
  background: #f8fafc;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  height: 100%;
}

.modal-section-box h6 {
  font-size: 14px;
  font-weight: 700;
  color: #02015a;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-specs-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.modal-spec-pill {
  background: #ffffff;
  color: #02015a;
  border: 1px solid #cbd5e1;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.modal-highlights-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.modal-highlights-list li {
  font-size: 12.5px;
  color: #334155;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary-modal {
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #cbd5e1;
  padding: 9px 18px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}

.btn-primary-modal,
.btn-submit-inquiry {
  background: linear-gradient(135deg, #02015a 0%, #1a73e8 100%);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(2, 1, 90, 0.25);
  transition: all 0.3s ease;
  width: 100%;
}

.btn-primary-modal:hover,
.btn-submit-inquiry:hover {
  background: linear-gradient(135deg, #1a73e8 0%, #02015a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.35);
}

.inquiry-guarantee-note {
  font-size: 11.5px;
  color: #64748b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hosp-main-title {
    font-size: 30px;
  }

  .hosp-filter-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .hosp-search-box {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .curetrip-hospitals-section-area {
    padding: 70px 0;
  }

  .hosp-main-title {
    font-size: 26px;
  }

  .hosp-stat-pill {
    width: 100%;
    justify-content: center;
  }

  .hosp-filter-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }

  .hosp-tab-btn {
    white-space: nowrap;
    font-size: 12.5px;
  }
}

/* Home page hospital card slider */
.curetrip-hospitals-section-area {
  scroll-margin-top: 96px;
}

.hospital-card-slider {
  margin-top: 34px;
}

.hospital-card-slider.owl-carousel .owl-stage-outer {
  overflow: hidden;
  padding: 14px 4px 22px;
}

.hospital-card-slider.owl-carousel .owl-stage {
  display: flex;
}

.hospital-card-slider.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.hospital-card-slider .hosp-item-col {
  display: flex;
  width: 100%;
  min-width: 0;
  padding: 0 2px;
}

.hospital-card-slider .hosp-card {
  width: 100%;
}

.hospital-card-slider.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.hospital-card-slider.owl-carousel .owl-nav button.owl-prev,
.hospital-card-slider.owl-carousel .owl-nav button.owl-next {
  width: 44px;
  height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  background: #ffffff;
  color: #02015a;
  box-shadow: 0 5px 16px rgba(2, 1, 90, 0.1);
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.hospital-card-slider.owl-carousel .owl-nav button.owl-prev:hover,
.hospital-card-slider.owl-carousel .owl-nav button.owl-next:hover {
  background: #02015a;
  border-color: #02015a;
  color: #ffffff;
  transform: translateY(-2px);
}

.hospital-card-slider.owl-carousel .owl-nav button:focus-visible {
  outline: 3px solid rgba(26, 115, 232, 0.35);
  outline-offset: 2px;
}

.hospital-card-slider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
}

.hospital-card-slider.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background: #cbd5e1;
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.hospital-card-slider.owl-carousel .owl-dots .owl-dot.active span {
  width: 24px;
  border-radius: 8px;
  background: #1a73e8;
}

@media (max-width: 767px) {
  .hospital-card-slider {
    margin-top: 24px;
  }

  .hospital-card-slider.owl-carousel .owl-stage-outer {
    padding-top: 10px;
  }
}

.curetrip-visual-cta {
  position: relative;
  padding: 10px 0 90px;
  overflow: hidden;
}

.curetrip-visual-cta__shell {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: #071630;
  box-shadow: 0 25px 60px -15px rgba(4, 16, 40, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  min-height: 540px;
}

/* Switcher Tab Header */
.curetrip-cta-switcher-wrapper {
  position: relative;
  z-index: 10;
  padding: 28px 24px 0;
  display: flex;
  justify-content: center;
}

.curetrip-cta-switcher {
  display: inline-flex;
  align-items: center;
  background: rgba(6, 20, 48, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 6px;
  border-radius: 999px;
  gap: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.curetrip-cta-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  color: #cbd5e1;
  font-size: 0.93rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  user-select: none;
}

.curetrip-cta-tab-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.curetrip-cta-tab-btn.active[data-slide-target="0"] {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.28) 0%, rgba(217, 119, 6, 0.45) 100%);
  border-color: rgba(245, 158, 11, 0.6);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.32);
}

.curetrip-cta-tab-btn.active[data-slide-target="1"] {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.28) 0%, rgba(5, 150, 105, 0.45) 100%);
  border-color: rgba(16, 185, 129, 0.6);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(16, 185, 129, 0.32);
}

.curetrip-cta-tab-btn .tab-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  flex-shrink: 0;
}

.curetrip-cta-tab-btn .tab-icon.icon-tourism {
  background: rgba(245, 158, 11, 0.22);
  color: #fbbf24;
}

.curetrip-cta-tab-btn .tab-icon.icon-wellness {
  background: rgba(16, 185, 129, 0.22);
  color: #34d399;
}

/* Slide Container */
.curetrip-cta-slides-container {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.curetrip-cta-slide {
  display: none;
  position: relative;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.curetrip-cta-slide.active {
  display: block;
  opacity: 1;
  transform: scale(1);
  animation: ctaSlideFadeIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes ctaSlideFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Background Media & Overlays */
.curetrip-visual-cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.curetrip-visual-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 8s ease;
}

.curetrip-visual-cta__shell:hover .curetrip-visual-cta__media img {
  transform: scale(1.06);
}

.curetrip-visual-cta__overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.curetrip-visual-cta__overlay.overlay-tourism {
  background: linear-gradient(135deg,
      rgba(6, 20, 48, 0.94) 0%,
      rgba(9, 28, 64, 0.88) 45%,
      rgba(22, 28, 48, 0.82) 100%);
}

.curetrip-visual-cta__overlay.overlay-tourism::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 25%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16) 0%, rgba(217, 119, 6, 0.05) 50%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.curetrip-visual-cta__overlay.overlay-tourism::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

.curetrip-visual-cta__overlay.overlay-wellness {
  background: linear-gradient(135deg,
      rgba(4, 25, 34, 0.94) 0%,
      rgba(5, 38, 44, 0.88) 45%,
      rgba(5, 29, 44, 0.82) 100%);
}

.curetrip-visual-cta__overlay.overlay-wellness::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 25%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, rgba(5, 150, 105, 0.06) 50%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.curetrip-visual-cta__overlay.overlay-wellness::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.14) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

/* Main Container */
.curetrip-visual-cta__container {
  position: relative;
  z-index: 2;
  padding: 38px 54px 44px;
}

/* Left Content Panel */
.curetrip-visual-cta__panel {
  position: relative;
  color: #ffffff;
}

.curetrip-visual-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 18px;
}

.curetrip-visual-cta__badge.badge-tourism {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.3);
}

.curetrip-visual-cta__badge.badge-wellness {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.3);
}

.curetrip-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00e5a3;
  box-shadow: 0 0 0 0 rgba(0, 229, 163, 0.7);
  animation: curetripPulse 2s infinite;
}

.curetrip-pulse-dot.pulse-gold {
  background: #f59e0b;
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
  animation: curetripPulseGold 2s infinite;
}

.curetrip-pulse-dot.pulse-emerald {
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: curetripPulseEmerald 2s infinite;
}

@keyframes curetripPulseGold {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(245, 158, 11, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
  }
}

@keyframes curetripPulseEmerald {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.curetrip-badge-text {
  color: #e0f2fe;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.curetrip-badge-text.text-gold {
  color: #fde68a;
}

.curetrip-badge-text.text-emerald {
  color: #a7f3d0;
}

.curetrip-cta-title {
  color: #ffffff;
  font-size: clamp(1.85rem, 2.7vw, 2.45rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
}

.curetrip-gradient-gold {
  background: linear-gradient(135deg, #fde047 0%, #f59e0b 50%, #fb923c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.curetrip-gradient-emerald {
  background: linear-gradient(135deg, #6ee7b7 0%, #10b981 50%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.curetrip-cta-desc {
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.68;
  max-width: 590px;
  margin-bottom: 22px;
}

/* Feature Check Grid */
.curetrip-cta-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
  margin-bottom: 26px;
  max-width: 580px;
}

.curetrip-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f1f5f9;
  font-size: 0.93rem;
  font-weight: 500;
}

.curetrip-feature-item i {
  font-size: 1rem;
  flex-shrink: 0;
}

.curetrip-feature-item i.icon-gold {
  color: #fbbf24;
}

.curetrip-feature-item i.icon-emerald {
  color: #34d399;
}

/* Buttons Area */
.curetrip-visual-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}

.curetrip-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff !important;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 25px -5px rgba(2, 132, 199, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.curetrip-btn-primary.btn-gold {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  box-shadow: 0 10px 25px -5px rgba(217, 119, 6, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  border-color: rgba(251, 191, 36, 0.35);
}

.curetrip-btn-primary.btn-emerald {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  box-shadow: 0 10px 25px -5px rgba(5, 150, 105, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  border-color: rgba(52, 211, 153, 0.35);
}

.curetrip-btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-20deg);
  transition: 0.75s ease;
}

.curetrip-btn-primary:hover::after {
  left: 140%;
}

.curetrip-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -4px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

.curetrip-btn-primary i {
  transition: transform 0.25s ease;
}

.curetrip-btn-primary:hover i {
  transform: translateX(4px);
}

.curetrip-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 22px 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.curetrip-btn-call:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

.curetrip-btn-call .call-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35);
}

.curetrip-btn-call .call-icon.icon-gold {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.curetrip-btn-call .call-icon.icon-emerald {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.curetrip-btn-call .call-info {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.curetrip-btn-call .call-info small {
  color: #94a3b8;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.curetrip-btn-call .call-info strong {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
}

/* Trust Bar / Social Proof */
.curetrip-visual-cta__trust-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fbbf24;
  font-size: 0.88rem;
}

.trust-stars span {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  margin-left: 6px;
}

.trust-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
}

.trust-text {
  color: #cbd5e1;
  font-size: 0.88rem;
}

.trust-text strong {
  color: #38bdf8;
  font-weight: 700;
}

.curetrip-cta-slide[data-slide-index="0"] .trust-text strong {
  color: #fde047;
}

.curetrip-cta-slide[data-slide-index="1"] .trust-text strong {
  color: #6ee7b7;
}

/* Right Side Visual Showcase Card */
.curetrip-cta-card-wrapper {
  position: relative;
  padding: 16px 8px;
}

.curetrip-cta-main-img-box {
  position: relative;
  border-radius: 26px;
}

.curetrip-cta-doctor-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.18);
  transition: transform 0.4s ease;
}

.curetrip-cta-card-wrapper:hover .curetrip-cta-doctor-img {
  transform: scale(1.02);
}

/* Floating Glass Badges */
.curetrip-float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(10, 24, 52, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.curetrip-float-badge.float-top {
  top: -18px;
  left: -20px;
  animation: ctaFloatTop 4.5s ease-in-out infinite alternate;
}

.curetrip-float-badge.float-bottom {
  bottom: -18px;
  right: -16px;
  animation: ctaFloatBottom 5s ease-in-out infinite alternate;
}

@keyframes ctaFloatTop {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes ctaFloatBottom {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(8px);
  }
}

.float-badge-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.float-badge-icon.icon-gold-gradient {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.float-badge-icon.icon-cyan-gradient {
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
}

.float-badge-icon.icon-emerald-gradient {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.float-badge-icon.icon-mint-gradient {
  background: linear-gradient(135deg, #0d9488 0%, #2dd4bf 100%);
}

.float-badge-content {
  display: flex;
  flex-direction: column;
}

.float-badge-content strong {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.float-badge-content span {
  color: #94a3b8;
  font-size: 0.78rem;
  line-height: 1.3;
  margin-top: 2px;
  white-space: nowrap;
}

/* Slider Bottom Navigation (Arrows & Dots) */
.curetrip-cta-slider-nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 0 24px;
}

.curetrip-cta-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.95rem;
  outline: none;
}

.curetrip-cta-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.curetrip-cta-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

.cta-dot.active {
  width: 32px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}

/* Responsive Breakpoints */
@media (max-width: 1199.98px) {
  .curetrip-visual-cta__container {
    padding: 34px 36px 38px;
  }

  .curetrip-cta-title {
    font-size: 2.15rem;
  }

  .curetrip-float-badge.float-top {
    left: -10px;
  }

  .curetrip-float-badge.float-bottom {
    right: -10px;
  }
}

@media (max-width: 991.98px) {
  .curetrip-visual-cta {
    padding-bottom: 70px;
  }

  .curetrip-visual-cta__container {
    padding: 28px 24px 32px;
  }

  .curetrip-cta-card-wrapper {
    margin-top: 16px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .curetrip-float-badge.float-top {
    left: 0;
    top: -12px;
  }

  .curetrip-float-badge.float-bottom {
    right: 0;
    bottom: -12px;
  }
}

@media (max-width: 767.98px) {
  .curetrip-cta-switcher {
    width: 100%;
    flex-direction: column;
    border-radius: 20px;
    padding: 8px;
  }

  .curetrip-cta-tab-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
  }
}

@media (max-width: 575.98px) {
  .curetrip-visual-cta {
    padding-bottom: 50px;
  }

  .curetrip-visual-cta__shell {
    border-radius: 22px;
  }

  .curetrip-visual-cta__container {
    padding: 24px 16px 28px;
  }

  .curetrip-cta-title {
    font-size: 1.6rem;
  }

  .curetrip-cta-features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .curetrip-visual-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .curetrip-btn-primary {
    width: 100%;
    text-align: center;
  }

  .curetrip-btn-call {
    width: 100%;
    justify-content: flex-start;
  }

  .curetrip-float-badge {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 10px;
    animation: none !important;
  }

  .curetrip-cta-main-img-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

.vl-footer4-section-area.curetrip-footer-skin {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 44px 0 28px;
  background:
    radial-gradient(circle at 16% 14%, rgba(39, 103, 213, 0.16) 0, rgba(39, 103, 213, 0.04) 26%, transparent 56%),
    radial-gradient(circle at 82% 12%, rgba(31, 179, 167, 0.14) 0, rgba(31, 179, 167, 0.04) 24%, transparent 52%),
    linear-gradient(180deg, #f9fbff 0%, #eef4ff 100%);
}

.vl-footer4-section-area.curetrip-footer-skin::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.vl-footer4-section-area.curetrip-footer-skin .container {
  position: relative;
  z-index: 1;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-grid-row {
  row-gap: 22px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area {
  height: 100%;
  /* padding: 28px 24px; */
  border-radius: 26px;
  backdrop-filter: blur(14px);
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  /* padding-right: 24px; */
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area img {
  width: 188px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-description-area p {
  color: #3f4b77;
  font-size: 15px;
  line-height: 24px;
  max-width: 320px;
  margin: 0;
  opacity: 1;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-brand-card p {
  color: #3f4b77;
  font-size: 16px;
  line-height: 25px;
  max-width: 320px;
  margin: 0;
  opacity: 1;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(19, 61, 156, 0.1), rgba(31, 179, 167, 0.12));
  border: 1px solid rgba(19, 61, 156, 0.12);
  color: #163a89;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-action-btn:hover {
  transform: translateY(-2px);
}

.vl-footer4-section-area.curetrip-footer-skin .footer-action-btn.primary {
  background: linear-gradient(135deg, #163a89 0%, #1a7fd0 100%);
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(22, 58, 137, 0.2);
}

.vl-footer4-section-area.curetrip-footer-skin .footer-action-btn.secondary {
  background: rgba(255, 255, 255, 0.84);
  color: #163a89;
  border: 1px solid rgba(22, 58, 137, 0.14);
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area h3 {
  color: #15245d;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 10px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area p {
  color: #445179;
  font-size: 15px;
  line-height: 24px;
  max-width: none;
  margin-bottom: 16px;
  opacity: 1;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-link-list,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-treatment-links,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-link-list li,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area ul li {
  margin: 0;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-link-list li a,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1 ul li a,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 14px;
  border-radius: 14px;
  background: rgba(241, 245, 255, 0.9);
  border: 1px solid transparent;
  color: #37456f;
  font-size: 14.5px;
  line-height: 1.3;
  opacity: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-link-list li a::after,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1 ul li a::after,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
  flex: 0 0 auto;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-link-list li a:hover,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1 ul li a:hover,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 ul li a:hover {
  color: #163a89;
  background: #ffffff;
  border-color: rgba(22, 58, 137, 0.14);
  box-shadow: 0 12px 24px rgba(54, 77, 141, 0.08);
  transform: translateX(3px);
  padding-left: 16px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-contact-list,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.footer-contact-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-contact-list li,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.footer-contact-area ul li {
  margin: 0;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-contact-list li a,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.footer-contact-area ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  /* padding: 14px 16px; */
  /* border-radius: 18px; */
  /* background: rgba(255, 255, 255, 0.92); */
  /* border: 1px solid rgba(22, 58, 137, 0.1); */
  color: #37456f;
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-contact-list li a:hover,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.footer-contact-area ul li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(54, 77, 141, 0.08);
  border-color: rgba(22, 58, 137, 0.16);
}

.vl-footer4-section-area.curetrip-footer-skin .footer-contact-list li a svg,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.footer-contact-area ul li a svg {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-contact-list li a svg path,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.footer-contact-area ul li a svg path {
  stroke: #163a89;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-contact-list li a span,
.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.footer-contact-area ul li a span {
  display: inline-block;
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1 {
  /* padding-left: 24px; */
}

.vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 {
  /* padding-left: 12px; */
}

.vl-footer4-section-area.curetrip-footer-skin .footer-divider-space {
  height: 24px;
}

.vl-footer4-section-area.curetrip-footer-skin .copyright-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(22, 58, 137, 0.12);
}

.vl-footer4-section-area.curetrip-footer-skin .copyright-area a {
  color: #42507a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  opacity: 1;
}

@media (max-width: 991px) {
  .vl-footer4-section-area.curetrip-footer-skin {
    padding: 36px 0 24px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-description-area,
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area {
    padding: 22px 18px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-description-area img {
    width: 170px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding1,
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area h3 {
    font-size: 20px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area p {
    max-width: none;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-description-area p {
    max-width: none;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-treatment-links,
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area.foot-padding2 ul {
    grid-template-columns: 1fr;
  }

  .vl-footer4-section-area.curetrip-footer-skin .copyright-area {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding-top: 16px;
  }
}

@media (max-width: 575px) {
  .vl-footer4-section-area.curetrip-footer-skin {
    padding: 30px 0 20px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-description-area,
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area {
    padding: 16px 12px;
  }

  .vl-footer4-section-area.curetrip-footer-skin .footer-link-list li a,
  .vl-footer4-section-area.curetrip-footer-skin .footer-widget-area ul li a {
    font-size: 13.5px;
    padding: 9px 12px;
  }
}

/* ==========================================================================
   CURETRIP AFFORDABLE MEDICAL TREATMENT & COST COMPARISON SECTION
   ========================================================================== */

.curetrip-cost-section-area {
  position: relative;
  padding: 85px 0 75px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 40%, #f4faf7 100%);
  overflow: hidden;
}

.curetrip-cost-section-area::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 183, 124, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.curetrip-cost-section-area::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 58, 137, 0.07) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

.curetrip-cost-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(22, 58, 137, 0.08);
  border: 1px solid rgba(22, 58, 137, 0.15);
  color: #163a89;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}

.curetrip-cost-badge i {
  color: #1bb77c;
  font-size: 14px;
}

.cost-section-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  color: #021a38;
  margin-bottom: 16px;
  font-family: var(--ztc-family-font2, "Outfit", sans-serif);
}

.cost-section-title .highlight-india {
  background: linear-gradient(135deg, #163a89 0%, #1bb77c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}

.cost-section-lead {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  max-width: 900px;
  margin: 0 auto 12px;
}

.cost-section-sublead {
  font-size: 15px;
  line-height: 1.65;
  color: #64748b;
  max-width: 820px;
  margin: 0 auto 30px;
}

/* Quick Value Stat Strip */
.cost-stats-row {
  margin-bottom: 35px;
}

.cost-stat-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(22, 58, 137, 0.09);
  box-shadow: 0 8px 24px rgba(22, 58, 137, 0.04);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.cost-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(22, 58, 137, 0.09);
  border-color: rgba(27, 183, 124, 0.3);
}

.cost-stat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.stat-icon-emerald {
  background: rgba(27, 183, 124, 0.12);
  color: #10b981;
}

.stat-icon-blue {
  background: rgba(22, 58, 137, 0.1);
  color: #163a89;
}

.stat-icon-cyan {
  background: rgba(0, 158, 167, 0.12);
  color: #009ea7;
}

.stat-icon-purple {
  background: rgba(137, 44, 255, 0.1);
  color: #892cff;
}

.cost-stat-info h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.cost-stat-info p {
  font-size: 12.5px;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Comparison Table Card Container */
.cost-table-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(22, 58, 137, 0.1);
  box-shadow: 0 16px 42px rgba(22, 58, 137, 0.06);
  padding: 28px 24px;
  position: relative;
  z-index: 1;
}

/* Table Toolbar: Search + Info */
.cost-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.cost-table-title-wrap h3 {
  font-size: 22px;
  font-weight: 800;
  color: #021a38;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cost-table-title-wrap h3 i {
  color: #163a89;
  font-size: 20px;
}

.cost-table-title-wrap p {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
}

.cost-search-wrapper {
  position: relative;
  min-width: 300px;
  max-width: 100%;
}

.cost-search-wrapper i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 14px;
}

.cost-search-input {
  width: 100%;
  padding: 10px 38px 10px 38px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  font-size: 13.5px;
  color: #0f172a;
  outline: none;
  transition: all 0.25s ease;
}

.cost-search-input:focus {
  background: #ffffff;
  border-color: #163a89;
  box-shadow: 0 0 0 3px rgba(22, 58, 137, 0.12);
}

.cost-search-clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  cursor: pointer;
  display: none;
  font-size: 14px;
  padding: 4px;
}

.cost-search-clear:hover {
  color: #ef4444;
}

/* Category Filter Tabs */
.cost-category-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2f7;
}

.cost-filter-btn {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cost-filter-btn:hover {
  background: #edf2f7;
  color: #0f172a;
}

.cost-filter-btn.active {
  background: #163a89;
  border-color: #163a89;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(22, 58, 137, 0.2);
}

.cost-filter-btn .filter-count {
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.07);
  font-weight: 700;
}

.cost-filter-btn.active .filter-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

/* Responsive Table Wrapper */
.cost-table-responsive-wrapper {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.cost-scroll-indicator {
  display: none;
  text-align: right;
  font-size: 12px;
  color: #64748b;
  padding: 6px 12px;
  background: #f8fafc;
  border-bottom: 1px solid #edf2f7;
}

.cost-scroll-indicator i {
  color: #163a89;
  margin-left: 4px;
}

.cost-table-scroll-body {
  max-height: 640px;
  overflow-y: auto;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.cost-table-scroll-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.cost-table-scroll-body::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.cost-table-scroll-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

.cost-table-scroll-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Modern Comparison Table Styling */
.curetrip-cost-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  text-align: left;
}

.curetrip-cost-table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #021a38;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 12px;
  border-bottom: 2px solid #163a89;
  white-space: nowrap;
}

.curetrip-cost-table thead th.th-sr {
  width: 60px;
  text-align: center;
}

.curetrip-cost-table thead th.th-proc {
  min-width: 220px;
}

.curetrip-cost-table thead th.th-stay {
  min-width: 120px;
}

.curetrip-cost-table thead th.th-india {
  min-width: 170px;
  background: linear-gradient(135deg, #096f47 0%, #1bb77c 100%) !important;
  color: #ffffff;
  border-bottom: 2px solid #054e32;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}

.th-india-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ffffff;
  color: #065f46;
  font-size: 10.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 12px;
  margin-left: 6px;
  vertical-align: middle;
  text-transform: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.curetrip-cost-table thead th.th-action {
  width: 120px;
  text-align: center;
}

.curetrip-cost-table tbody tr {
  transition: background-color 0.15s ease;
}

.curetrip-cost-table tbody tr:nth-child(even) {
  background: #fbfcfe;
}

.curetrip-cost-table tbody tr:hover {
  background: #eff6ff !important;
}

.curetrip-cost-table tbody td {
  padding: 13px 12px;
  font-size: 13.5px;
  vertical-align: middle;
  border-bottom: 1px solid #edf2f7;
  color: #334155;
  white-space: nowrap;
}

.td-sr-num {
  text-align: center;
  font-weight: 700;
  color: #94a3b8;
  font-size: 12px;
}

.td-proc-name {
  font-weight: 700;
  color: #0f172a;
  font-size: 14px;
}

.stay-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  background: #f1f5f9;
  padding: 3px 9px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.stay-pill i {
  color: #163a89;
  font-size: 11px;
}

/* India Highlighted Column in Table Body */
.curetrip-cost-table tbody td.td-col-india {
  background: rgba(27, 183, 124, 0.08);
  border-left: 1.5px solid rgba(27, 183, 124, 0.25);
  border-right: 1.5px solid rgba(27, 183, 124, 0.25);
  font-weight: 800;
  color: #065f46;
}

.curetrip-cost-table tbody tr:hover td.td-col-india {
  background: rgba(27, 183, 124, 0.16) !important;
}

.price-india-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price-val-india {
  font-size: 14.5px;
  font-weight: 800;
  color: #047857;
}

.savings-pill {
  font-size: 10.5px;
  font-weight: 700;
  color: #065f46;
  background: rgba(16, 185, 129, 0.2);
  padding: 1px 6px;
  border-radius: 4px;
  display: inline-block;
  width: fit-content;
}

.price-val-other {
  font-weight: 600;
  color: #334155;
  font-size: 13.5px;
}

.price-val-na {
  color: #94a3b8;
  font-style: italic;
  font-size: 12.5px;
  font-weight: 500;
}

/* Row Action Button */
.btn-row-quote {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 7px;
  background: linear-gradient(135deg, #163a89 0%, #0056b3 100%);
  color: #ffffff;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-row-quote:hover {
  background: #1bb77c;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(27, 183, 124, 0.3);
}

/* No Results Message */
.cost-table-no-results {
  display: none;
  text-align: center;
  padding: 40px 20px;
  color: #64748b;
}

.cost-table-no-results i {
  font-size: 32px;
  color: #cbd5e1;
  margin-bottom: 10px;
  display: block;
}

/* Why Choose India Value Component */
.curetrip-why-india-wrapper {
  margin-top: 50px;
  padding-top: 45px;
  border-top: 1px solid rgba(22, 58, 137, 0.1);
}

.why-india-title {
  font-size: 28px;
  font-weight: 800;
  color: #021a38;
  text-align: center;
  margin-bottom: 12px;
  font-family: var(--ztc-family-font2, "Outfit", sans-serif);
}

.why-india-desc {
  font-size: 15.5px;
  color: #475569;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 35px;
  line-height: 1.7;
}

.why-india-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.why-india-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 22px 18px;
  box-shadow: 0 4px 16px rgba(2, 26, 56, 0.03);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-india-card:hover {
  transform: translateY(-5px);
  border-color: #1bb77c;
  box-shadow: 0 14px 28px rgba(27, 183, 124, 0.12);
}

.why-india-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(22, 58, 137, 0.08) 0%, rgba(27, 183, 124, 0.12) 100%);
  color: #163a89;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.why-india-card:hover .why-india-icon-box {
  background: #1bb77c;
  color: #ffffff;
}

.why-india-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.35;
}

.why-india-card p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Disclaimer Alert Box */
.cost-disclaimer-box {
  margin-top: 35px;
  background: linear-gradient(135deg, #f0f7ff 0%, #eefbf6 100%);
  border: 1px solid rgba(22, 58, 137, 0.12);
  border-left: 4px solid #1bb77c;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cost-disclaimer-icon {
  font-size: 22px;
  color: #163a89;
  flex-shrink: 0;
}

.cost-disclaimer-text {
  font-size: 13.5px;
  color: #334155;
  line-height: 1.6;
  margin: 0;
}

.cost-disclaimer-text strong {
  color: #021a38;
}

/* CTA Action Strip */
.cost-cta-action-strip {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-cost-primary {
  padding: 13px 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #163a89 0%, #1bb77c 100%);
  color: #ffffff !important;
  font-size: 14.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 8px 20px rgba(22, 58, 137, 0.22);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-cost-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(27, 183, 124, 0.35);
  color: #ffffff !important;
}

.btn-cost-secondary {
  padding: 12px 24px;
  border-radius: 30px;
  background: #ffffff;
  border: 1.5px solid #163a89;
  color: #163a89 !important;
  font-size: 14.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-cost-secondary:hover {
  background: #163a89;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Dedicated Treatment Quote Modal */
.treatment-quote-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(2, 26, 56, 0.25);
}

.treatment-quote-modal .modal-header {
  background: linear-gradient(135deg, #021a38 0%, #163a89 100%);
  color: #ffffff;
  padding: 22px 26px;
  border-bottom: none;
  position: relative;
}

.treatment-quote-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 3px;
}

.treatment-quote-modal .modal-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.treatment-quote-modal .btn-close-modal {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  right: 20px;
  top: 20px;
}

.treatment-quote-modal .btn-close-modal:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.treatment-quote-modal .modal-body {
  padding: 26px;
  background: #ffffff;
}

.treatment-quote-modal .form-label {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.treatment-quote-modal .form-control,
.treatment-quote-modal .form-select {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  color: #0f172a;
  transition: all 0.2s ease;
}

.treatment-quote-modal .form-control:focus,
.treatment-quote-modal .form-select:focus {
  border-color: #163a89;
  box-shadow: 0 0 0 3px rgba(22, 58, 137, 0.1);
}

.treatment-quote-modal .btn-submit-quote {
  width: 100%;
  padding: 13px;
  border-radius: 12px;
  background: linear-gradient(135deg, #163a89 0%, #1bb77c 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.treatment-quote-modal .btn-submit-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 183, 124, 0.35);
}

.treatment-quote-modal .modal-trust-note {
  text-align: center;
  font-size: 12px;
  color: #64748b;
  margin-top: 14px;
  margin-bottom: 0;
}

.treatment-quote-modal .modal-trust-note i {
  color: #1bb77c;
  margin-right: 4px;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES FOR COST SECTION
   ========================================================================== */

@media (max-width: 1199px) {
  .cost-section-title {
    font-size: 32px;
  }

  .why-india-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .curetrip-cost-section-area {
    padding: 65px 0 55px;
  }

  .cost-section-title {
    font-size: 28px;
  }

  .cost-table-card {
    padding: 20px 16px;
  }

  .why-india-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cost-scroll-indicator {
    display: block;
  }
}

@media (max-width: 767px) {
  .cost-section-title {
    font-size: 24px;
  }

  .cost-section-lead {
    font-size: 14.5px;
  }

  .cost-table-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .cost-search-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .cost-category-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .cost-filter-btn {
    flex-shrink: 0;
  }

  .why-india-grid {
    grid-template-columns: 1fr;
  }

  .cost-cta-action-strip {
    flex-direction: column;
    width: 100%;
  }

  .btn-cost-primary,
  .btn-cost-secondary {
    width: 100%;
    justify-content: center;
  }

  .cost-disclaimer-box {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

 

        .btn-box {
            padding: 20px;
            text-align: center;
        }

        .theme-btn {
            display: inline-block;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            color: white;
            font-weight: bold;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .whatsappbtn {
            background-color: #25D366;
            border: none;
        }

        .whatsappbtn:hover {
            background-color: #128C7E;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
            cursor: pointer;
        }
        
        /* --- Floating Buttons Container --- */
        .floating-contact-btn {
            position: fixed;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
            z-index: 1050;
        }

        .floating-contact-btn > button,
        .floating-contact-btn > a {
            width: 40px;
            min-height: 112px;
            padding: 12px 8px;
            border: 0;
            border-radius: 10px 0 0 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 12px rgba(15, 35, 60, 0.22);
            cursor: pointer;
            color: #fff;
            font-family: inherit;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            transition: width 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
            text-decoration: none;
        }

        .floating-contact-btn > button span,
        .floating-contact-btn > a span {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            letter-spacing: 0.5px;
        }

        .floating-contact-btn > button:hover,
        .floating-contact-btn > a:hover {
            width: 62px;
            /* color: #fff; */
            filter: brightness(0.96);
            box-shadow: 0 7px 16px rgba(15, 35, 60, 0.28);
        }

        .floating-contact-btn > button:focus-visible,
        .floating-contact-btn > a:focus-visible {
            outline: 3px solid #fff;
            outline-offset: -5px;
        }

        .floating-whatsapp-btn {
            background-color: #25D366;
        }

        .floating-phone-btn {
            background-color: #34B7F1;
        }

        .floating-contact-btn i {
            display: none;
        }

        .icon-btn {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        /* Modal Overlay and Container */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1050;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-overlay.show {
            display: flex;
            opacity: 1;
        }

        .modal-content-wrapper {
            background-color: white;
            border-radius: 1rem;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 90%;
            transition: transform 0.3s ease, opacity 0.3s ease;
            transform: translateY(-50px);
            opacity: 0;
        }

        .modal-overlay.show .modal-content-wrapper {
            transform: translateY(0);
            opacity: 1;
        }

        /* Modal Header */
        .modal-header {
            background-color: #25D366;
            color: white;
            padding: 1rem;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h5 {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 500;
        }

        .modal-header .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            line-height: 1;
        }

        /* Modal Body */
        .modal-body {
            padding: 1.5rem;
        }

        /* Form Styling */
        .form-group {
            margin-bottom: 1rem;
        }

        .form-label {
            font-weight: 500;
            color: #4a4a4a;
            display: block;
            margin-bottom: 0.5rem;
        }

        .form-control {
            width: 100%;
            border-radius: 0.75rem;
            border: 1px solid #e0e0e0;
            padding: 0.75rem 1rem;
            box-sizing: border-box;
            transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        .form-control:focus {
            outline: none;
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .btn-submit {
            background-color: #25d366;
            border: none;
            font-weight: bold;
            color: white;
            border-radius: 0.75rem;
            padding: 0.75rem 1.5rem;
            width: 100%;
            cursor: pointer;
            transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
        }

        .btn-submit:hover {
            background-color: #128c7e;
            transform: translateY(-2px);
        }

        /* Corner Modal Specific Styles */
        .corner-modal-overlay {
            justify-content: flex-end;
            align-items: flex-end;
            padding: 20px;
        }

        .corner-modal-overlay .modal-content-wrapper {
            width: 100%;
            max-width: 400px;
            transform: translateY(50px);
            margin: 0;
        }

        .whatsapp-lead-modal {
            background: rgba(3, 12, 24, 0.58);
            padding: 18px;
            z-index: 1060;
            backdrop-filter: blur(3px);
        }

        .whatsapp-lead-modal .modal-content-wrapper {
            max-width: 371px;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 24px 70px rgba(2, 8, 23, 0.28);
            border: 1px solid rgba(255, 255, 255, 0.7);
        }

        .whatsapp-lead-modal .modal-header {
            background: #24d365;
            padding: 16px 18px;
            border-radius: 0;
        }

        .whatsapp-lead-modal .modal-title {
            color: #ffffff;
            font-size: 18px;
            font-weight: 800;
            line-height: 1.2;
        }

        .whatsapp-lead-modal .close-btn {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.22);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .whatsapp-lead-modal .modal-body {
            padding: 18px;
            background: #ffffff;
        }

        .whatsapp-lead-modal .text-muted {
            margin: 0 0 14px;
            color: #64748b !important;
            font-size: 13px;
            line-height: 1.45;
        }

        .whatsapp-lead-modal .form-group {
            margin-bottom: 12px;
        }

        .whatsapp-lead-modal .form-label {
            color: #ffffff;
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 6px;
        }

        .whatsapp-lead-modal .form-control {
            min-height: 42px;
            border: 1px solid #dbe4ee;
            border-radius: 10px;
            padding: 9px 12px;
            color: #0f172a;
            font-size: 14px;
            background: #f8fafc;
        }

        .whatsapp-lead-modal .form-control:focus {
            border-color: #24d365;
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(36, 211, 101, 0.14);
        }

        .whatsapp-lead-modal .btn-submit {
            min-height: 44px;
            border-radius: 10px;
            background: #24d365;
            box-shadow: 0 10px 20px rgba(36, 211, 101, 0.24);
            font-size: 14px;
            font-weight: 800;
        }

        .whatsapp-lead-modal .btn-submit:hover {
            background: #16b856;
            box-shadow: 0 12px 24px rgba(22, 184, 86, 0.28);
        }

        .whatsapp-lead-modal .modal-content-wrapper {
            position: relative;
            isolation: isolate;
            background: linear-gradient(145deg, rgb(3 12 24) 0%, rgb(3 12 24 / 31%) 48%, rgb(0 0 0 / 38%) 100% 100%), url(../img/all-images/bg/hero-doctor-patient-bg.jpg) center / cover no-repeat;
            border: 1px solid rgba(255, 255, 255, 0.72);
        }

        .whatsapp-lead-modal .modal-content-wrapper::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgb(255 255 255 / 16%) 54%, #ffffff40 100%);
        }

        .whatsapp-lead-modal .modal-header {
            min-height: 126px;
            /* align-items: flex-start; */
            gap: 14px;
            background: transparent;
            padding: 18px 18px 16px;
            border-radius: 0;
            /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
        }

        .whatsapp-modal-brand {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
            color: #ffffff;
        }

        .whatsapp-modal-logo {
            width: 180px;
            /* height: 54px; */
            padding: 7px;
            border-radius: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 14px 28px rgba(2, 8, 23, 0.18);
            flex: 0 0 auto;
        }

        .whatsapp-modal-logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .whatsapp-modal-kicker {
            display: block;
            margin-bottom: 4px;
            color: rgba(255, 255, 255, 0.82);
            font-size: 11px;
            font-weight: 800;
            line-height: 1.15;
            text-transform: uppercase;
        }

        .whatsapp-lead-modal .modal-title {
            color: #ffffff;
            font-size: 20px;
            font-weight: 900;
            line-height: 1.18;
            text-shadow: 0 2px 10px rgba(2, 8, 23, 0.28);
        }

        .whatsapp-lead-modal .close-btn {
            flex: 0 0 auto;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.42);
            background: rgba(2, 8, 23, 0.22);
            backdrop-filter: blur(8px);
        }

        .whatsapp-lead-modal .modal-body {
            margin: -34px 12px 12px;
            padding: 18px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0%);
            box-shadow: 0 18px 40px rgba(2, 8, 23, 0.14);
        }

        .whatsapp-modal-points {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            margin-bottom: 14px;
        }

        .whatsapp-modal-points span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            min-height: 30px;
            padding: 6px 8px;
            border-radius: 999px;
            color: #0f5132;
            background: #ecfdf3;
            border: 1px solid #bbf7d0;
            font-size: 11px;
            font-weight: 800;
            white-space: nowrap;
        }

        .whatsapp-modal-points i {
            color: #24d365;
            font-size: 11px;
        }

        .whatsapp-lead-modal .form-control {
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
        }

        .whatsapp-lead-modal .btn-submit {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0;
        }
        
        /* --- MOBILE RESPONSIVE STYLES --- */
        @media (max-width: 768px) {
            body {
                padding-bottom: 58px;
            }

            .floating-contact-btn {
                top: auto;
                right: 0;
                bottom: 0;
                left: 0;
                transform: none;
                width: 100%;
                min-height: 54px;
                padding: 7px 16px calc(7px + env(safe-area-inset-bottom));
                display: grid;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                align-items: center;
                gap: 8px;
                background: #ffffff;
                box-shadow: 0 -4px 18px rgba(15, 35, 60, 0.16);
            }

            .floating-contact-btn > button,
            .floating-contact-btn > a,
            .floating-contact-btn > button:hover,
            .floating-contact-btn > a:hover {
                width: 100%;
                min-width: 0;
                min-height: 0;
                height: 34px;
                padding: 0 10px;
                border-radius: 6px;
                flex-direction: row;
                gap: 7px;
                box-shadow: none;
                filter: none;
                font-size: 11px;
                line-height: 1.05;
                color: white;
                transform: none;
            }

            .floating-contact-btn i {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                flex: 0 0 auto;
                font-size: 14px;
            }

            .floating-contact-btn > button span,
            .floating-contact-btn > a span {
                writing-mode: horizontal-tb;
                transform: none;
                letter-spacing: 0;
                white-space: nowrap;
            }

            .floating-phone-btn,
            .floating-phone-btn:hover {
                order: 1;
                padding: 0;
                /* background: #ffffff; */
                /* border: 1px solid #111111; */
                color: #111111;
            }




            .floating-whatsapp-btn,
            .floating-whatsapp-btn:hover {
                order: 2;
                background: #24d365;
                color: #ffffff;
            }

            .whatsapp-lead-modal {
                align-items: flex-end;
                padding: 0;
            }

            .whatsapp-lead-modal .modal-content-wrapper,
            .corner-modal-overlay .modal-content-wrapper {
                width: 100%;
                max-width: none;
                border-radius: 18px 18px 0 0;
                transform: translateY(100%);
                margin: 0;
            }

            .whatsapp-lead-modal.show .modal-content-wrapper {
                transform: translateY(0);
            }

            .whatsapp-lead-modal .modal-header {
                min-height: 118px;
                padding: 14px 16px 16px;
            }

            .whatsapp-modal-logo {
                width: 170px;
                /* height: 50px; */
                border-radius: 12px;
            }

            .whatsapp-lead-modal .modal-title {
                font-size: 18px;
            }

            .whatsapp-lead-modal .modal-body {
                margin: -28px 10px 10px;
                padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
            }

            .whatsapp-modal-points {
                grid-template-columns: 1fr 1fr;
                gap: 6px;
            }

            .whatsapp-modal-points span {
                font-size: 10px;
                padding-inline: 6px;
            }
        }
 