@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
/* Portfolio Template Styles */
:root {
	--white-color: #ffffff;
	--black-color: #000000;
    --textprimary-color: #8f56cc;
    --textsecondary-color: #5d4ec4;
	--btnprimary-color: #aa70e0;
    --btnsecondary-color: #7059e2;
	--heading-color: #22232c;
	--background-color: #e6ebf4;
	/* --subheading-color: #f9004d; */
    --text-color: #424550;
	--gradient-hover-color: linear-gradient(145deg, #6a67ce, #fc636b);
	--plat-background-gradient: linear-gradient(145deg, #e2e8ec, #ffffff); 
	--plat-boxshadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
	--border-color: #d1d5e0;
    --light-bg: #ecf0f1;
	--font-syne: "Syne", sans-serif;
	--transition: all 0.5s;
	--scrollbarBG: transparent;
  	--thumbBG: #e4d2ea;
}


/*--------- Comman css Start -------*/
*, *::before, *::after {
    box-sizing: border-box;
}
body, html {
	font-family: var(--font-syne);
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: var(--text-color);
	margin: 0;
	background-color: var(--background-color);
  	transition: var(--transition);
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
a {
	color: #797979;
	text-decoration: none;
	transition: var(--transition);
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--font-syne);
	font-weight: 500;
	margin: 0;
	color: var(--heading-color);
}
p{
	margin: 0;
	padding: 0;
}
figure{
	margin: 0 !important;
  }
.pfv3_primary_btn{
    font-weight: 600;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	color: var(--white-color);
	font-size: 20px;
    line-height: 30px;
    padding: 15px 20px;
	text-transform: capitalize;
	transition: var(--transition);
	display: inline-flex;
    align-items: center;
	justify-content: center;
	position: relative;
	background: var(--btnprimary-color);
    background: -moz-linear-gradient(315deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
    background: linear-gradient(135deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
}  

.pfv3_primary_btn:hover{
	color: var(--white-color);
	transform: translateY(-2px);
}


/*--------- Comman css End -------*/
.pfv3_header_wrapper, .pfv3_hero_banner_wrapper,  .pfv3_portfolio_wrapper, .pfv3_about_wrapper, .pfv3_resume_wrapper,  .pfv3_resume_wrapper, .pfv3_tool_wrapper, .pfv3_testimonail_wrapper, .pfv3_contect_wrapper, .pfv3_footer_wrapper{
	padding-left: 500px;
}
.custom_container{
	padding-right: 100px;
	padding-left: 50px;
}
.pfv3_bg{
	width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}
.pfv3_bg_one{
    background: #ac8fe3;
    height: max(100px, 20vw);
    width: -moz-calc(clamp(100px,20vw,20vw)*2);
    width: calc(2 * max(100px, 20vw));
    top: -10vh;
    left: -10vw;
    filter: blur(max(40px, min(7vw, 90px)));
    border-radius: 900px;
    position: absolute;
}
.pfv3_bg_two{
	background: #cec4ef;
    height: max(400px, 20vw);
    width: -moz-calc(clamp(400px,30vw,70vw)*1.1);
    width: calc(1.1 * max(400px, 30vw));
    top: -10vh;
    right: -5vw;
    filter: blur(max(40px, min(7vw, 90px)));
    border-radius: 900px;
    position: absolute;
}
.pfv3_bg_three{
	background: #f5c5cd;
    height: max(300px, 16vw);
    width: -moz-calc(clamp(300px,16vw,56vw)*.75);
    width: calc(max(300px, 16vw) / 1.33333);
    top: 5vh;
    right: 0;
    filter: blur(max(40px, min(7vw, 90px)));
    border-radius: 900px;
    position: absolute;
}
/*--------- Header css Start -------*/
/*--------- Sidebar css Start -------*/
.pfv3_sidebar_wrapper{
	width: 400px;
	position: fixed;
	left: 100px;
	top: 50px;
	z-index: 1;
}
.pfv3_sidebar_inner #row-edit{
	row-gap: 22px;
}
.pfv3_sidebar_inner{
	width: 100%;
	height: calc(100vh - 90px);
	padding: 50px;
	background-color: #ebf0f7;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	border: 1px solid var(--border-color);
	display: flex;
	flex-direction: column;
	row-gap: 22px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  .pfv3_sidebar_inner::-webkit-scrollbar {
	width: 11px;
  }
  .pfv3_sidebar_inner::-webkit-scrollbar-track {
	background: var(--scrollbarBG);
  }
  .pfv3_sidebar_inner::-webkit-scrollbar-thumb {
	background-color: var(--thumbBG) ;
	border-radius: 6px;
	border: 3px solid var(--scrollbarBG);
  }
.pfv3_sidebar_logo{
	max-width: 230px;
    width: 100%;
}
.pfv3_sidebar_logo img{
	width: 100%;
}
.pfv3_sidebar_thumbnail{
	width: 100%;
	height: 288px;
}
.pfv3_sidebar_thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.pfv3_sidebar_cont h6{
	font-size: 15px;
	line-height: 20px;
	color: var(--text-color);
	margin-bottom: 3px;
}
.pfv3_sidebar_cont h3{
	font-size: 20px;
	line-height: 24px;
	color: var(--heading-color);
	font-weight: 700;
}
.pfv3_sidebar_social ul{
	display: flex;
	justify-content: space-between;
}
.pfv3_sidebar_social ul li a{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #a8b0c1;
	color: var(--heading-color);
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	transition: 200ms;
}
.pfv3_sidebar_social ul li a:hover{
	background: var(--btnprimary-color);
    background: -moz-linear-gradient(315deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
    background: linear-gradient(135deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
	color: var(--white-color);
	border: 1px solid var(--btnprimary-color);
	transform: translateY(-2px);
}
.pfv3_sidebar_btn{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pfv3_sidebar_btn .pfv3_primary_btn{
	width: 100%;
}
/*--------- Sidebar css End -------*/
.pfv3_header_wrapper{
	position: relative;
	z-index: 10;
	padding-top: 50px;
}
.pfv3_header_wrapper .custom_container{
	padding-right: 50px;
}
.pfv3_header_logo_wrapper{
	position: relative;
}
.pfv3_header_logo_wrapper img{
	max-width: 210px;
}
.pfv3_header_wrapper.is-sticky{
	position: sticky;
	top: 20px;
	transform: translateY(-20px);
}
.pfv3_header_wrapper.is-sticky .pfv3_header_second{
	animation: stickyFadeIn 0.4s cubic-bezier(.4,0,.2,1) forwards;
	backdrop-filter: blur(33px);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
	width: calc(100% - 30px);
    margin: 0px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.pfv3_header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 0;
}
  @keyframes stickyFadeIn {
	from { opacity: 0; transform: translateY(-20px);}
	to   { opacity: 1; transform: translateY(0);}
  }
.pfv3_nav_wrapper ul{
	display: flex;
	align-items: center;
	gap: 5px;
}
.pfv3_nav_wrapper ul li a{
	color: #717586;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 17px 28px;
	position: relative;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	display: inline-block;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	border: 1px solid transparent;
}
.pfv3_nav_wrapper ul li a:hover,
.pfv3_nav_wrapper ul li a.active{
	transition: var(--transition);
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: inline-block;
	border: 1px solid var(--btnprimary-color);
}
.pfv3_header_social ul{
	display: flex;
	align-items: center;
	gap: 10px;
}
.pfv3_header_social ul li a{
	width: 35px;
	height: 35px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	color: var(--text-color);
	display: flex;
    justify-content: center;
    align-items: center;
	transition: var(--transition);
	background: #efefef;
}
.pfv3_header_social ul li a:hover{
	color: var(--white-color);
	background: var(--primary-color);
	transition: var(--transition);
	transform: translateY(-3px);
}
.el_header_mob_toggle_btn{
	display: none;
	transform: rotate(180deg);
    cursor: pointer;
}
#close-sidebar{
	display: none;
}
.pfv3_header_topbtn .pfv3_primary_btn{
	padding: 18px 20px;
    min-width: 150px;
}
/*--------- Header css End -------*/
/*--------- Hero Banner css Start -------*/
.pfv3_hero_banner_wrapper{
	height: calc(100vh - 150px);
    display: flex;
    align-items: flex-end;
	padding-top: 580px;
}
.pfv3_hero_banner_inner{
	display: flex;
	align-items: center;
	padding-bottom: 120px;
	position: relative;
}
.pfv3_hero_meet{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: var(--background-color);
	border: 1px solid var(--border-color);
	padding: 8px 21px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-bottom: 20px;
}
.pfv3_hero_left_content h5{
	font-size: 15px;
    color: var(--text-color);
	font-weight: 700;
}
.pfv3_hero_left_content h2{
	font-weight: 700;
    font-size: 80px;
    line-height: 90px;
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	margin-bottom: 10px;
}
.pfv3_hero_left_content h2 span.pfv3_client_name{
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.pfv3_hero_name{
	display: flex;
	align-items: center;
	gap: 23px;
}
.pfv3_hero_left_content p{
	font-size: 20px;
    line-height: 30px;
    opacity: 0.9;
	max-width: 70%;
	margin-bottom: 40px;
}
.pfv3_hero_left_content .pfv3_primary_btn{
	min-width: 180px;
}
.pfv3_hero_btn{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.pfv3_hero_btn .downloadcv_btn{
	min-width: 200px;
	background: transparent;
	border: 1px solid #a8b0c1;
    color: var(--heading-color);
}
.pfv3_hero_btn .downloadcv_btn:hover{
	background: var(--btnprimary-color);
    background: -moz-linear-gradient(315deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
    background: linear-gradient(135deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
    color: var(--white-color);
    border: 1px solid var(--btnprimary-color);
    transform: translateY(-2px);
}
.pfv3_hero_namebot{
	display: flex;
	align-items: center;
	gap: 15px;
}
.pfv3_hero_namebot h3{
	font-weight: 700;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 22px;
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.pfv3_hero_namebot h3 .pfv3_client_profeshion{
	font-weight: 600;
}
.pfv3_hero_namebot h3 span.pfv3_client_name{
color: var(--primary-color);
}
.section_scroll{
	position: absolute;
	right: 0;
	bottom: 80px;
	width: 140px;
    height: 140px;
}
.section_scroll svg{
	width: 140px;
    height: 140px;
    display: block;
}
.section_scroll svg text{
	fill: var(--heading-color);
    font-family: var(--font-syne);
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.section_scroll i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
	right: 0;
	margin: 0px auto;
	width: 20px;
	font-size: 20px;
	color: var(--heading-color);
	text-align: center;
}
/*--------- Hero Banner css End -------*/
/*--------- Portfolio css Start -------*/
.pfv3_portfolio_wrapper{
	position: relative;
	padding-top: 40px;
}
.pfv3_subheading{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: var(--background-color);
	border: 1px solid var(--border-color);
	padding: 8px 21px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-bottom: 20px;
}
.pfv3_subheading h5{
	font-size: 15px;
    color: var(--text-color);
	font-weight: 700;
}
.pfv3_heading_wrapper h3{
	font-weight: 700;
    font-size: 60px;
    line-height: 70px;
	max-width: 900px;
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	margin-bottom: 10px;
}
.pfv3_heading_wrapper p{
    font-size: 24px;
    line-height: 34px;
	color: var(--text-color);
	padding-top: 30px;
}
.pfv3_portfolio_wrapper .row{
	margin: 0 -25px;
}
.pfv3_portfolio_wrapper .col{
	padding: 0 25px;
}
.pfv3_filter_gallery{
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: 600px;
	margin-top: 50px;
}
.pfv3_filter_gallery:hover::after{
	transition: var(--transition);
	opacity: 1;
	visibility: visible;
}
.pfv3_filter_gallery img{
	width: 100%;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	transition: all 1s ease;
	object-fit: cover;
	height: 100%;
}
.pfv3_filter_gallery:hover img{
	transform: scale(1.1);
}
.pfv3_filter_gallery_overlay{
	position: absolute;
	left: 15px;
    right: 15px;
    bottom: 15px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 30px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	background: rgba(0, 0, 0, 0.259);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.pfv3_filter_gallery:hover .pfv3_filter_gallery_overlay{
	opacity: 1;
	visibility: visible;
	transition: var(--transition);
}
.pfv3_filter_gallery_overlay h5{
	color: var(--white-color);
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 15px;
}
.pfv3_filter_gallery_overlay h4{
	color: var(--white-color);
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	max-width: 85%;
}

/* Custom Lightbox Styles Start*/
.custom-lightbox {
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s cubic-bezier(0.4,0,0.2,1);
	z-index: 1050;
  }
  .custom-lightbox.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
  }
  .custom-lightbox-content {
	max-width: 90vw;
	max-height: 80vh;
	margin: auto;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.4);
	background: #fff;
	padding: 8px;
	opacity: 1;
	transition: opacity 0.35s cubic-bezier(0.4,0,0.2,1);
  }
  .custom-lightbox-content.fade {
	opacity: 0;
  }
  .custom-lightbox-close {
	position: absolute;
	top: 24px;
	right: 40px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	cursor: pointer;
	z-index: 1100;
	transition: color 0.2s;
  }
  .custom-lightbox-close:hover {
	color: var(--primary-color);
  }
  
  /* Lightbox Arrow Styles */
  .custom-lightbox-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	cursor: pointer;
	z-index: 1100;
	user-select: none;
	padding: 0 16px;
	transition: color 0.2s;
  }
  .custom-lightbox-prev {
	left: 10px;
  }
  .custom-lightbox-next {
	right: 10px;
  }
  .custom-lightbox-arrow:hover {
	color: var(--primary-color);
  }
  
  .gallery-item {
	position: relative;
  }
  .lightbox-open-btn {
	position: absolute;
	bottom: 0;
    right: 0;
	transform: translate(-50%, -50%);
	background: var(--white-color);
	color: var(--primary-color);
	border: none;
	border-radius: 24px;
	width: 50px;
	height: 50px;
	font-size: 1.1rem;
	z-index: 2;
	cursor: pointer;
	transition: 200ms;
	overflow: hidden;
  }
  .lightbox-open-btn:hover{
	background: var(--btnprimary-color);
    background: -moz-linear-gradient(315deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
    background: linear-gradient(135deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
	color: var(--white-color);
  }
  .lightbox-open-btn:hover svg{
	-webkit-animation: moveUp 0.8s linear;
    animation: moveUp 0.8s linear;
  }
  @-webkit-keyframes moveUp {
	0% {
	  opacity: 1;
	  transform: translateX(0px) translateY(0px) scale(1);
	}
	25% {
	  opacity: 0;
	  transform: translateX(10px) translateY(-10px) scale(0.9);
	}
	26% {
	  opacity: 0;
	  transform: translateX(-10px) translateY(10px) scale(0.9);
	}
	55% {
	  opacity: 1;
	  transform: translateX(0px) translateY(0px) scale(1);
	}
  }
  
  @keyframes moveUp {
	0% {
	  opacity: 1;
	  transform: translateX(0px) translateY(0px) scale(1);
	}
	25% {
	  opacity: 0;
	  transform: translateX(10px) translateY(-10px) scale(0.9);
	}
	26% {
	  opacity: 0;
	  transform: translateX(-10px) translateY(10px) scale(0.9);
	}
	55% {
	  opacity: 1;
	  transform: translateX(0px) translateY(0px) scale(1);
	}
  }
  
  .custom-lightbox-content#lightboxVideo {
	width: 90vw;
	height: 50vw;
	max-width: 900px;
	max-height: 70vh;
	background: #000;
	display: none;
  }
  @media (max-width: 600px) {
	.custom-lightbox-content#lightboxVideo {
	  width: 98vw;
	  height: 56vw;
	  max-width: 100vw;
	  max-height: 40vh;
	}
  }
/* Custom Lightbox Styles End*/
/*--------- Portfolio css End -------*/
/*--------- About css Start -------*/
.pt-160{
	padding-top: 160px;
}
.pfv3_about_wrapper{
	position: relative;
}
.pfv3_about_card{
	padding: 30px 10px;
	background-color: var(--background-color);
	border: 1px solid var(--border-color);
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	text-align: center;
	margin-top: 40px;
}
.pfv3_about_card_count{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pfv3_about_card_count h3,
.pfv3_about_card_count span{
	font-size: 80px;
	line-height: 90px;
	font-family: system-ui;
    font-weight: 600;
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.pfv3_about_card_count span{
	font-size: 60px;
	line-height: 70px;
}
.pfv3_about_card h4{
	font-size: 20px;
	line-height: 30px;
	color: var(--heading-color);
	font-weight: 700;
	margin-top: 15px;
}
.pfv3_about_wrapper .row{
	margin: 0 -25px;
}
.pfv3_about_wrapper .col{
	padding: 0 25px;
}
.pfv3_about_left_cont{
	margin-top: 50px;
}
.pfv3_about_left_cont p{
	font-size: 24px;
	line-height: 34px;
	color: var(--text-color);
	margin-bottom: 20px;
}
.pfv3_about_user_info h6{
	font-size: 15px;
	line-height: 20px;
	color: var(--text-color);
	margin-bottom: 3px;
}
.pfv3_about_user_info h3{
	font-size: 20px;
	line-height: 24px;
	color: var(--heading-color);
	font-weight: 700;
	word-break: break-word;
}
.pfv3_about_right_cont{
	margin-top: 50px;
}
.pfv3_about_user_info{
	margin-bottom: 20px;
}
.pfv3_about_download_btn .pfv3_primary_btn{
	min-width: 220px;
	margin-top: 10px;
	margin-right: 10px;
}
.pfv3_about_project_wrapper{
	background-color: var(--background-color);
	border: 1px solid var(--border-color);
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	margin-top: 50px;
}
.pfv3_about_project_header{
	padding: 50px;
}
.pfv3_about_project_header a{
	font-size: 34px;
	line-height: 44px;
	color: var(--heading-color);
	font-weight: 700;
	text-decoration: none;
}
.pfv3_about_project_header ul{
	display: flex;
	gap: 10px;
	margin: 15px 0;
	flex-wrap: wrap;
}
.pfv3_about_project_header ul li{
	font-size: 15px;
	line-height: 25px;
	color: var(--text-color);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid var(--border-color);
	padding: 3px 13px;
}
.pfv3_about_project_header p{
	font-size: 20px;
	line-height: 30px;
	color: var(--text-color);
	padding-top: 10px;
}
.pfv3_about_project_img{
	width: 100%;
	height: 470px;
}
.pfv3_about_project_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*--------- About css End -------*/
/*--------- Resume css Start -------*/
.pfv3_resume_wrapper, .pfv3_tool_wrapper{
	position: relative;
}
.pfv3_resume_inner{
	margin-top: 140px;
}
.pfv3_resume_inner h3{
	font-size: 44px;
	line-height: 55px;
	color: var(--heading-color);
	font-weight: 700;
	margin-bottom: 35px;
	text-transform: capitalize;
}
.pfv3_resume_list{
	padding: 44px 0 40px;
	border-bottom: 1px solid var(--border-color);
	transition: var(--transition);
}
.pfv3_resume_list:hover{
	transform: scale(1.01);
}
.edu_top_border{
	border-top: 1px solid var(--border-color);
}
.pfv3_resume_year h5{
	font-size: 15px;
	line-height: 25px;
	color: var(--text-color);
	font-family: sans-serif;
	margin-top: 5px;
}
.pfv3_resume_title h4{
	font-size: 24px;
	line-height: 34px;
	color: var(--heading-color);
	font-weight: 700;
}
.pfv3_resume_year p{
	font-size: 15px;
	line-height: 25px;
	color: var(--text-color);
	margin-top: 5px;
}
.pfv3_resume_des p{
	font-size: 20px;
	line-height: 30px;
	color: var(--text-color);
}
.pfv3_tool_card{
	width: 100%;
	padding: 30px 10px;
	background-color: var(--background-color);
	border: 1px solid var(--border-color);
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
	text-align: center;
	margin-top: 25px;
	transition: var(--transition);
}
.pfv3_tool_card img{
	height: 70px;
	width: auto;
}
.pfv3_tool_card:hover{
	transform: scale(1.03);
	background-color: #fcf8ff;
}
.pfv3_tool_card h4{
	font-size: 20px;
	line-height: 30px;
	color: var(--heading-color);
	font-weight: 700;
	margin-top: 15px;
}
.pfv3_tool_wrapper h3{
	margin-bottom: 10px;
}
/*--------- Resume css End -------*/
/*--------- Testimonail css Start -------*/
.pfv3_testimonail_wrapper{
	position: relative;
}
.pfv3_testimonail_slide_content{
	display: flex;
	gap: 40px;
	flex-direction: column;
	padding: 50px;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
	background-color: var(--background-color);
    border: 1px solid var(--border-color);
	margin-top: 30px;
}
.pfv3_client_img_wrapper{
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}
.pfv3_client_img_wrapper::after{
	content: "\f10e";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "Font Awesome 6 free";
    font-weight: 600;
    font-size: 50px;
    transform: translateY(-50%);
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.pfv3_client_img{
	width: 100px;
	height: 100px;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}
.pfv3_client_img img{
	width: 100%;
	height: 100%;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
	object-fit: cover;
}
.pfv3_client_img_name h5{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 7px;
}
.pfv3_client_img_name p{
	font-size: 15px;
	line-height: 18px;
	color: var(--text-color);
}
.pfv3_client_des p{
	font-size: 24px;
    line-height: 34px;
    color: var(--text-color);
	font-style: italic;
}
.pfv3_testimonail_wrapper .slick-prev:before, .pfv3_testimonail_wrapper .slick-next:before{
	color: var(--heading-color);
	opacity: 1;
	font-size: 21px;
	transition: 300ms;
}
.pfv3_testimonail_wrapper .slick-prev{
	left: 0;
	right: auto;
	top: auto;
	bottom: -100px;
	width: 50px;
	background-color: var(--background-color);
	border: 1px solid var(--border-color);
	height: 50px;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
	transition: 300ms;
	z-index: 1;
}
.pfv3_testimonail_wrapper .slick-next{
	left: 60px;
	right: auto;
	top: auto;
    bottom: -100px;
	width: 50px;
    background-color: var(--background-color);
	border: 1px solid var(--border-color);
    height: 50px;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
	transition: 300ms;
	z-index: 1;
}
.pfv3_testimonail_wrapper .slick-prev:hover,
.pfv3_testimonail_wrapper .slick-next:hover{
	background: var(--btnprimary-color);
    background: -moz-linear-gradient(315deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
    background: linear-gradient(135deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
    color: var(--white-color);
    border: 1px solid var(--btnprimary-color);
}
.pfv3_testimonail_wrapper .slick-prev:hover:before,
.pfv3_testimonail_wrapper .slick-next:hover:before{
	color: var(--white-color);
}
/*--------- Testimonail css End -------*/
/*--------- Contact css Start -------*/
.pfv3_contect_wrapper{
	position: relative;
}
.pfv3_input_wrapper{
	margin-top: 30px;
}
.pfv3_input_wrapper input{
	width: 100%;
	height: 60px;
	border: 0;
	border-bottom: 2px solid var(--border-color);
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding: 0 4px;
	font-size: 20px;
	color: var(--heading-color);
	outline: none;
	background: transparent;
	transition: 300ms;
}
.pfv3_input_wrapper input:hover,
.pfv3_input_wrapper input:focus,
.pfv3_input_wrapper textarea:hover,
.pfv3_input_wrapper textarea:focus{
	border-color: var(--btnprimary-color);
}
.pfv3_input_wrapper textarea{
	width: 100%;
	border: 0;
	border-bottom: 2px solid var(--border-color);
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding: 20px 4px;
	font-size: 20px;
	color: var(--heading-color);
	outline: none;
	background: transparent;
	transition: 300ms;
	resize: none;
}
.pfv3_input_wrapper .pfv3_primary_btn{
	outline: none;
	border: 0;
	min-width: 220px;
}
/*--------- Contact css End -------*/
/*--------- Footer css Start -------*/
.pfv3_footer_wrapper{
	position: relative;
	padding-bottom: 100px;
}
.pfv3_footer_social ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.pfv3_footer_social ul li{
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.pfv3_footer_social ul li a{
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: var(--background-color);
	border: 1px solid var(--border-color);
	padding: 30px;
	font-size: 50px;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
	color: #969bb2;
	transition: var(--transition);
}
.pfv3_footer_social ul li a:hover{
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	transform: scale(1.03);
	background-color: #fcf8ff;
	transition: var(--transition);
}
.pfv3_footer_content h4{
	width: 100%;
	font-size: 44px;
	line-height: 50px;
	font-weight: 700;
	color: var(--textprimary-color);
    background: var(--textprimary-color);
    background: -webkit-linear-gradient(15deg, var(--textprimary-color) 0%, var(--textsecondary-color) 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	padding-top: 35px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--border-color);
}
.pfv3_footer_bot_cont{
	padding-top: 35px;
}
.pfv3_footer_bot_cont h6{
	font-size: 16px;
	line-height: 20px;
	color: var(--heading-color);
	margin-bottom: 3px;
	font-weight: 700;
}
.pfv3_footer_bot_cont h3{
	font-size: 16px;
	line-height: 24px;
	color: var(--text-color);
}
/*--------- Footer css End -------*/

/* Form Validation Styles */
#contactForm input[type="text"].error,
#contactForm input[type="email"].error,
#contactForm input[type="tel"].error,
#contactForm textarea.error {
  border-color: #dc3545;
}
#contactForm .error-message {
  display: none;
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}
#contactForm .error-message.show {
  display: block;
}

/* Success Modal Styles */
.form-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.form-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease;
  position: relative;
}

.form-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
}

.form-modal-close:hover,
.form-modal-close:focus {
  color: #000;
  text-decoration: none;
}

.form-modal-body {
  padding: 40px 30px;
  text-align: center;
}

.success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: white;
  font-weight: bold;
  animation: scaleIn 0.3s ease 0.2s both;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.form-modal-body h3 {
  margin: 0 0 15px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.form-modal-body p {
  margin: 0 0 25px;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

.form-modal-btn {
  background-color: var(--btnprimary-color);
  color: var(--white-color);
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.form-modal-btn:hover {
  background-color: var(--btnprimary-color);
}

.form-modal-btn:active {
  transform: scale(0.98);
}
/*--------- Theme Color css Start -------*/
#color-1{
	background: #f46b45;
	border: 1px solid #f46b45;
  }
  #color-3{
	background: #5682B1;
	border: 1px solid #5682B1;
  }
  #color-2{
	background: #02AAB0;
	border: 1px solid #02AAB0;
  }
/*--------- First Theme Color css Start -------*/ 
body.color-style-one {
	--textprimary-color: #f46b45;
    --textsecondary-color: #eea849;
	--btnprimary-color: #f46b45;
    --btnsecondary-color: #eea849;
	--border-color: #e6d9d4;
	--background-color: #fdf7f5;
  	--thumbBG: #ffe9e1;
}  
body.color-style-one .pfv3_sidebar_inner{
	background-color: #fdf7f5;
}
body.color-style-one .pfv3_tool_card:hover,
body.color-style-one .pfv3_footer_social ul li a:hover {
    background-color: #fff;
}
body.color-style-one .pfv3_bg_one,
body.color-style-one .pfv3_bg_two{
	background: #fad8ce;
}
body.color-style-one .pfv3_bg_three {
    background: #f9dfbd;
}
/*--------- First Theme Color css End -------*/ 
/*--------- Second Theme Color css Start -------*/ 
body.color-style-3 {
	--textprimary-color: #24C6DC;
    --textsecondary-color: #514A9D;
	--btnprimary-color: #24C6DC;
    --btnsecondary-color: #514A9D;
	--border-color: #c4dfdf;
	--background-color: #f6fcfc;
  	--thumbBG: #cdf9ff;
}  
body.color-style-3 .pfv3_sidebar_inner{
	background-color: #f6fcfc;
}
body.color-style-3 .pfv3_tool_card:hover,
body.color-style-3 .pfv3_footer_social ul li a:hover {
    background-color: #fff;
}
body.color-style-3 .pfv3_bg_one,
body.color-style-3 .pfv3_bg_two{
	background: #d9fbff;
}
body.color-style-3 .pfv3_bg_three {
    background: #d6d3f9;
}
/*--------- Second Theme Color css End -------*/ 
/*--------- Third Theme Color css Start -------*/ 
body.color-style-2 {
	--textprimary-color: #02AAB0;
    --textsecondary-color: #00CDAC;
	--btnprimary-color: #02AAB0;
    --btnsecondary-color: #00CDAC;
	--border-color: #abd4d4;
	--background-color: #f3ffff;
  	--thumbBG: #cdf9ff;
}  
body.color-style-2 .pfv3_sidebar_inner{
	background-color: #f3ffff;
}
body.color-style-2 .pfv3_tool_card:hover,
body.color-style-2 .pfv3_footer_social ul li a:hover {
    background-color: #fff;
}
body.color-style-2 .pfv3_bg_one,
body.color-style-2 .pfv3_bg_two{
	background: #d2f0f1;
}
body.color-style-2 .pfv3_bg_three {
    background: #dbfff9;
}
/*--------- Third Theme Color css End -------*/ 

/*--------- Theme Color css End -------*/

/*--------- Media css start -------*/
@media (max-width: 1600px) {
    .pfv3_nav_wrapper ul li a{
		padding: 17px 20px;
	}
	.custom_container {
		padding-left: 30px;
	}	
	.pfv3_hero_left_content h2, .pfv3_hero_namebot h3 {
		font-size: 60px;
		line-height: 70px;
	}
	.pfv3_portfolio_wrapper .row, .pfv3_about_wrapper .row {
		margin: 0 -15px;
	}
	.pfv3_portfolio_wrapper .col, .pfv3_about_wrapper .col {
		padding: 0 15px;
	}
	.pfv3_filter_gallery{
		height: 450px;
		margin-top: 30px;
	}
	.pfv3_heading_wrapper h3{
		max-width: 650px;
		font-size: 50px;
    	line-height: 60px;
	}
	.pfv3_about_card_count h3, .pfv3_about_card_count span {
		font-size: 60px;
		line-height: 70px;
	}
	.pfv3_about_card h4 {
		font-size: 18px;
		line-height: 28px;
	}
	.pfv3_about_project_header a {
		font-size: 28px;
		line-height: 38px;
	}	
	.pfv3_about_project_wrapper{
		margin-top: 30px;
	}
	.pfv3_resume_inner h3 {
		font-size: 38px;
		line-height: 48px;
	}
	.pfv3_resume_inner {
		margin-top: 100px;
	}
	.pfv3_resume_title h4 {
		font-size: 20px;
	}
	.pfv3_tool_card h4 {
		font-size: 16px;
		line-height: 26px;
	}
	.pfv3_tool_card img {
		height: 50px;
	}
	.pfv3_client_img_name h5 {
		font-size: 24px;
		line-height: 34px;
	}
}
@media (max-width: 1440px) {
	.container{
		max-width: 100%;
	}
	.custom_container, .pfv3_header_wrapper .custom_container{
        padding-right: 30px;
    }
	.pfv3_sidebar_wrapper{
		left: 30px;
		top: 30px;
	}
	.pfv3_header_wrapper{
		padding-top: 30px;
	}
	.pfv3_hero_banner_wrapper{
		padding-top: 525px;
	}
	.pfv3_header_wrapper, .pfv3_hero_banner_wrapper,  .pfv3_portfolio_wrapper, .pfv3_about_wrapper, .pfv3_resume_wrapper,  .pfv3_resume_wrapper, .pfv3_tool_wrapper, .pfv3_testimonail_wrapper, .pfv3_contect_wrapper, .pfv3_footer_wrapper {
		padding-left: 430px;
	}
	.pfv3_nav_wrapper ul li a {
        padding: 9px 13px;
		font-size: 16px;
		line-height: 24px;
    }
	.pfv3_header_topbtn .pfv3_primary_btn {
		padding: 10px 15px;
		min-width: auto;
		font-size: 16px;
		line-height: 24px;
	}
	.pfv3_primary_btn{
		font-size: 18px;
		line-height: 28px;
		padding: 11px 20px;
	}
	.pfv3_hero_left_content h2, .pfv3_hero_namebot h3 {
        font-size: 50px;
        line-height: 60px;
    }
	.pfv3_heading_wrapper h3 {
        font-size: 40px;
        line-height: 50px;
    }
	.pfv3_about_left_cont p {
		font-size: 20px;
		line-height: 30px;
	}
	.pfv3_about_user_info h3 {
		font-size: 18px;
	}
	.pfv3_about_project_header a {
        font-size: 24px;
        line-height: 34px;
    }
	.pfv3_about_project_header {
		padding: 35px;
	}
	.pfv3_heading_wrapper p {
		font-size: 20px;
		line-height: 30px;
		padding-top: 20px;
	}
	.pfv3_tool_wrapper #row-edit{
		margin: 0 -10px;
	}
	.pfv3_tool_wrapper .col{
		padding: 0 10px;
	}
	.pfv3_client_img_name h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.pfv3_footer_content h4 {
		font-size: 28px;
		line-height: 35px;
	}
	.pfv3_about_project_img {
		height: 340px;
	}
}
@media (max-width: 1199px){
	.custom_container, .pfv3_header_wrapper .custom_container {
        padding-right: 15px;
    }
	.pfv3_sidebar_wrapper {
        left: 15px;
		width: 330px;
    }
	.pfv3_header_wrapper, .pfv3_hero_banner_wrapper,  .pfv3_portfolio_wrapper, .pfv3_about_wrapper, .pfv3_resume_wrapper,  .pfv3_resume_wrapper, .pfv3_tool_wrapper, .pfv3_testimonail_wrapper, .pfv3_contect_wrapper, .pfv3_footer_wrapper {
        padding-left: 345px;
    }
	.pfv3_sidebar_inner {
		padding: 25px;
	}
	.pfv3_sidebar_logo {
		max-width: 140px;
	}
	.section_scroll{
		display: none;
	}
	.pfv3_hero_left_content p{
		max-width: 100%;
	}
	.pfv3_hero_banner_inner{
		padding-bottom: 60px;
	}
	.pfv3_portfolio_wrapper .row, .pfv3_about_wrapper .row {
		margin: 0 -10px;
	}
	.pfv3_portfolio_wrapper .col, .pfv3_about_wrapper .col {
		padding: 0 10px;
	}
	.pfv3_filter_gallery{
		margin-top: 20px;
	}
	.pfv3_filter_gallery_overlay h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.pt-160 {
		padding-top: 100px;
	}
	.pfv3_about_card_count h3, .pfv3_about_card_count span {
        font-size: 40px;
        line-height: 45px;
    }
	.pfv3_about_card h4 {
        font-size: 16px;
        line-height: 26px;
    }
	.pfv3_about_project_header {
        padding: 25px;
    }
	.pfv3_resume_inner h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.pfv3_resume_inner {
        margin-top: 80px;
    }
	.pfv3_contect_wrapper{
		padding-top: 160px;
	}
	.pfv3_footer_social ul li a{
		font-size: 28px;
	}
}
@media (max-width: 991px){
	.custom_container, .pfv3_header_wrapper .custom_container {
        padding-left: 45px;
        padding-right: 45px;
    }
	.pfv3_sidebar_wrapper {
		padding: 0 45px;
		margin-top: 80px;
		position: relative;
		width: 100%;
		left: 0;
        top: 0;
        right: 0;
    }
	.pfv3_sidebar_inner {
        height: auto;
		max-width: 400px;
    }
	.pfv3_header_wrapper, .pfv3_hero_banner_wrapper,  .pfv3_portfolio_wrapper, .pfv3_about_wrapper, .pfv3_resume_wrapper,  .pfv3_resume_wrapper, .pfv3_tool_wrapper, .pfv3_testimonail_wrapper, .pfv3_contect_wrapper, .pfv3_footer_wrapper {
        padding-left: 0;
    }
	.pfv3_hero_banner_wrapper {
		height: unset;
		padding-top: 50px;
	}
	.pfv3_header_wrapper{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.pfv3_header_wrapper.is-sticky{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		transform: translateY(0px);
	}
	.pfv3_header_wrapper.is-sticky .pfv3_header_second{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
	}
	.pfv3_hero_banner_inner {
        padding-bottom: 40px;
    }
	.pt-160 {
		padding-top: 80px;
	}
	.pfv3_about_card, .pfv3_about_project_wrapper{
		margin-top: 20px;
	}
	.pfv3_about_download_btn{
		margin-bottom: 30px;
	}
	.pfv3_about_project_header p {
		font-size: 18px;
		line-height: 28px;
	}
	.pfv3_tool_card{
		margin-top: 20px;
	}
	.pfv3_contect_wrapper {
        padding-top: 150px !important;
    }
	.pfv3_footer_wrapper {
		padding-bottom: 60px;
	}
	.pfv3_sidebar_thumbnail{
		    height: auto;
	}
}
@media (max-width: 767px){
	.pfv3_sidebar_wrapper {
        padding: 0 15px;
	}
	.custom_container, .pfv3_header_wrapper .custom_container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.el_header_mob_toggle_btn{
		display: block;
	}
	.pfv3_header_nav_wrapper{
		position: fixed;
        background: var(--white-color);
        left: -310px;
        top: 0;
        height: 100vh;
        bottom: 0;
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.14);
        width: 280px;
        z-index: 10;
        overflow-y: auto;
        transition: var(--transition);
	}
	.sidebar-active .pfv3_header_nav_wrapper{
		left: 0;
	}
	.pfv3_nav_wrapper ul{
		display: block;
		padding: 35px 0px;
	}
	.pfv3_nav_wrapper ul li a{
        width: 100%;
        display: inline-block;
        padding: 10px 15px;
        border-bottom: 1px solid #E4E4E4;
		font-weight: 500;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.pfv3_nav_wrapper ul li a.active{
		background: var(--btnprimary-color);
		background: -moz-linear-gradient(315deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
		background: linear-gradient(135deg, var(--btnprimary-color) 0%, var(--btnsecondary-color) 100%);
		color: var(--white-color);
		-webkit-text-fill-color: var(--white-color);
	}
	.pfv3_nav_wrapper ul li a.active:after, .pfv3_nav_wrapper ul li:hover a:after{
		display: none;
	}
	#close-sidebar{
		display: block;
	}
	.pfv3_nav_wrapper{
		position: relative;
	}
	#close-sidebar{
		position: absolute;
		right: 9px;
        top: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 25px;
		height: 25px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		border: 1px solid #E4E4E4;
		background: #fff;
		cursor: pointer;
		z-index: 1;
		font-size: 28px;
		color: var(--btnprimary-color);
	}
	.pfv3_primary_btn {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 20px;
    }
	.pfv3_hero_left_content h2, .pfv3_hero_namebot h3 {
        font-size: 40px;
        line-height: 48px;
    }
	.pfv3_hero_left_content p {
		font-size: 18px;
		line-height: 28px;
	}
	.pfv3_heading_wrapper h3 {
        font-size: 28px;
        line-height: 35px;
    }
	.pfv3_about_left_cont {
		margin-top: 40px;
	}
	.pfv3_about_right_cont {
		margin-top: 20px;
	}
	.pfv3_about_left_cont p, .pfv3_heading_wrapper p, .pfv3_resume_des p, .pfv3_client_des p {
        font-size: 18px;
        line-height: 28px;
    }
	.pfv3_resume_list {
		padding: 25px 0 25px;
	}
	.pfv3_resume_inner h3 {
        font-size: 28px;
        line-height: 38px;
    }
	.pfv3_client_img{
		width: 60px;
		height: 60px;
	}
	.pfv3_client_img_name h5 {
        font-size: 18px;
        line-height: 25px;
    }
	.pfv3_testimonail_slide_content{
		gap: 20px;
		padding: 30px;
	}
	.pfv3_filter_gallery, .pfv3_about_project_img{
		height: auto;
	}
}
@media (max-width: 580px){
	.pfv3_hero_left_content p {
        font-size: 16px;
        line-height: 25px;
		margin-bottom: 30px;
    }
	.pfv3_hero_left_content h2, .pfv3_hero_namebot h3 {
        font-size: 28px;
        line-height: 38px;
    }
	.pfv3_heading_wrapper h3, .pfv3_resume_inner h3 {
        font-size: 24px;
        line-height: 30px;
    }
	.pfv3_about_left_cont p, .pfv3_about_project_header p, .pfv3_resume_des p, .pfv3_client_des p, .pfv3_client_img_name h5 {
        font-size: 16px;
        line-height: 25px;
    }
	.pfv3_about_user_info h3 {
        font-size: 16px;
    }
	.pfv3_about_project_header a {
        font-size: 20px;
        line-height: 30px;
    }
	.pfv3_heading_wrapper p {
        font-size: 16px;
        line-height: 25px;
		padding-top: 10px;
    }
	.pfv3_resume_inner {
        margin-top: 60px;
    }
	.pfv3_client_img_wrapper::after{
		display: none;
	}
	.pfv3_footer_social ul li a {
        font-size: 20px;
		padding: 15px;
    }
	.pfv3_footer_social ul li{
		padding: 0 5px;
	}
	.pfv3_footer_content h4 {
        font-size: 20px;
        line-height: 30px;
    }
	.pfv3_sidebar_cont h3 {
		font-size: 16px;
	}
	.pfv3_sidebar_social ul li a {
		width: 45px;
		height: 45px;
	}
	.pfv3_hero_left_content h2{
		margin-bottom: 5px;
	}
	.pfv3_sidebar_inner {
		max-width: 100%;
    }
}
/*--------- Media css end -------*/

/* =============== Typewriter Cursor Styles =============== */
.typewriter-cursor {
  animation: blink 1s infinite;
  color: var(--primary-color);
  font-weight: 400;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
/*--------- Edit mode css start -------*/
.edit-mode .pfv3_bg, .edit-mode .section-wrapper:has(.pfv3_bg), .pfv3_bg.editable-section, .edit-mode .pfv3_about_right_cont .row-edit-btn,
.edit-mode .pfv3_resume_inner .row-edit-btn, .edit-mode .pfv3_testimonail_wrapper  .row-edit-btn{
	display: none !important;
}
.edit-mode .pfv3_header_topbtn .anchor-button-wrapper .anchor-duplicate-btn, .edit-mode .pfv3_about_project_header .anchor-button-wrapper .anchor-duplicate-btn{
	display: none;
}
.pfv3_sidebar_wrapper.editable-section{
	position: absolute;
}
.edit-mode .pfv3_sidebar_wrapper{
	position: unset;
}
.edit-mode .pfv3_header_wrapper{
	margin-top: 0;
}
.edit-mode .pfv3_sidebar_cont h3{
	margin-top: 20px;
}
.edit-mode .pfv3_sidebar_social ul{
	flex-wrap: wrap;
}
.edit-mode .typewriter-texts{
	display: flex !important;
	gap: 20px;
	flex-wrap: wrap;
}
.edit-mode .typewriter-texts li{
	font-weight: 500;
	font-size: 20px;
}
.edit-mode h1,.edit-mode h2,.edit-mode h3,.edit-mode h4,.edit-mode h5,.edit-mode h6, .edit-mode span{
	-webkit-text-fill-color: unset !important;
	-moz-text-fill-color: unset !important;
}
.edit-mode .pfv3_filter_gallery{
	margin-top: 0;
	margin-bottom: 80px;
}
.edit-mode .pfv3_filter_gallery_overlay{
	opacity: 1;
	visibility: visible;
	bottom: 0;
	top: auto;
	background-color: #8d8d8d;
	position: unset;
}
.edit-mode .pfv3_filter_gallery:after{
	display: none;
}
.edit-mode .pfv3_filter_gallery{
	overflow: visible;
	height: auto;
}
.edit-mode .pfv3_filter_gallery:hover img {
    transform: scale(1);
}
.edit-mode .pfv3_about_card, .edit-mode .pfv3_about_project_wrapper, .edit-mode .pfv3_tool_card{
	margin-top: 0;
	margin-bottom: 50px;
}
.edit-mode .pfv3_about_user_info {
    margin-bottom: 50px;
    margin-top: 32px;
}
.edit-mode .pfv3_about_user_info h6, .edit-mode .pfv3_resume_title h4, .edit-mode .pfv3_client_img_name h5, .edit-mode .pfv3_footer_bot_cont h6{
	margin-bottom: 20px;
}
.edit-mode .pfv3_about_download_btn, .edit-mode .pfv3_tool_wrapper h3, .edit-mode .pfv3_heading_wrapper h3, .edit-mode .pfv3_footer_social{
	margin-bottom: 50px;
}
.edit-mode .pfv3_resume_list, .edit-mode .pfv3_testimonail_slide_content{
	margin-bottom: 70px;
}
.edit-mode .pfv3_resume_inner {
    margin-top: 0;
    padding-top: 140px;
}
.edit-mode .pfv3_tool_wrapper .row-edit-btn{
	display: flex !important;
}
.edit-mode .pfv3_sidebar_cont{
	margin-bottom: 30px;
	padding-top: 30px;
}
.edit-mode .pfv3_sidebar_inner .row-edit-btn{
	display: none !important;
}
.edit-mode .pfv3_about_card .text-content-button-wrapper{
	background: var(--edit-color);
}
/*--------- Edit mode css end -------*/
