/**
Theme Name: TechVisionPlus
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techvisionplus
Template: astra
*/

/* common classes */
.heading-techv-primary {
  font-weight: 400 !important;
  font-size: 64px !important;
  line-height: 1 !important;
}

.text-techv-blue-gradient {
  background: linear-gradient(180deg, #0F4878 -17.29%, #3F8FD4 105%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-techv-light {
  border-radius: 24px;
  background: #F5F5F5;
  padding: 10px;
  box-shadow: 10px 10px 20px 0px #BDC8DFB2 inset,
    -10px -10px 20px 0px #FFFFFF inset;	
}

.shadow-techv-light,.shadow-techv-light-hover {
  box-shadow: 10px 10px 20px 0px #BDC8DFB2 inset,
    -10px -10px 20px 0px #FFFFFF inset;	
}

.shadow-techv-light-hover:hover {
  box-shadow: 10px 10px 20px 0px #BDC8DFB2 ,
    -10px -10px 20px 0px #FFFFFF ;
}

.text-techv-dark {
  color: #202135 !important;
}

.heading-techv-secondary {
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 1;
}

.ast-builder-menu-1 .sub-menu .sub-menu {
	left: 215px!important;
	right: 0!important;
	top: -40px!important;
	width: max-content;
}

/* Small devices (phones, max-width: 576px) */
@media (max-width: 576px) {
	.heading-techv-primary {
		font-weight: 300 !important;
		font-size: 32px !important;
		line-height: 100% !important;
		letter-spacing: 0%;
	}
	
	.heading-techv-secondary {
		font-size: 16px !important;
		margin-bottom: 0px !important;
	}
}

/* Medium devices (tablets, max-width: 768px) */
@media (max-width: 768px) {
	.heading-techv-primary {
		font-size: 36px !important;
	}
	
	.heading-techv-secondary {
		font-size: 16px !important;
	}
}
/* common classes */


/* Header */

.sub-menu{
	background-color: #efefef !important;
}

.ast-custom-button-link {
	color: #fff;
	text-decoration: none!important;
}

.sub-menu .sub-menu .ast-icon.icon-arrow {
    display: none !important;
}

@media (min-width: 768px) {
	.sub-menu{
		background-color: black !important;
	}

	.ast-primary-header-bar {
		border-radius: 16px;
	}

	.ast-primary-header-bar.ast-header-sticked {
		border-radius: 0;
	}

	.main-header-menu > li {
		position: relative;
	}

	.main-header-menu > li::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 32px; /* same as your gap */
	}

	.sub-menu {
		border: none !important;
		margin-top: 30px !important;
		background-color: #000000AB !important;
		border-radius: 16px;
		padding: 10px !important;
	}

	.main-header-menu .sub-menu .menu-link, .ast-sticky-shrunk .main-header-menu .sub-menu .menu-link {
		padding: 5px;
	}

	.ast-desktop .main-header-menu .sub-menu {
		background: linear-gradient(rgba(19,27,33,0.4), rgba(19,27,33,0.4)), url('/wp-content/uploads/2026/01/menu_bg_gradiant.png') no-repeat center center;
		background-size: cover;
	}
}

/* Header */

/* Footer */
#astra-footer-menu .menu-item > a {
	text-decoration: none;
}

.social-icon-img {
  width: 32px;      
  height: 32px;     
  object-fit: contain; 
}

.site-primary-footer-wrap {
    padding-top: 0px;
    padding-bottom: 5px;
}

.contact-info p {
	margin-bottom: 0px;
}



.contact-info.logoFootSec > :last-child {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .contact-info.logoFootSec > :last-child {
        margin-left: 0;
        margin-right: 0;
    }
	
	.site-footer-section-1 {
		margin-left: 20px;
	}

	.site-footer-section-2 {
		margin-right: 20px;
	}
}

/* Footer  */

/* HomePage start*/
/* Expertise Across Key Verticals Section */
.light-blue-gradiant {
	background: linear-gradient(180deg, #0F4878 -17.29%, #3F8FD4 105%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Driving Innovation and Excellence section */
.border-left-orange {
  border-left: 3px solid #f46e27;
  display: inline-block;
  padding-left: 10px;
}

/* What Our Clients Say section */


/*  Comprehensive Solutions section*/
.bg-techv-tertiary {
  background-color: #ffffff;
}

.orange-line-offset {
  margin-left: -1.5rem;
}

.blue-line-short {
  width: 100px !important;
}

.text-techv-paragraph {
 font-size: 18px !important;
}

.home-card {
  width: 100%;
  padding: 35px;
}

.home-card h5 {
  padding-top: 45px;
}

.home-card p {
  padding-top: 24px;
  min-height:130px ;
  margin-bottom: 0;
}

.text-techv-paragraph-sm {
  font-size: 16px;
  font-weight: 400;
}

.btn-techv-outline {
  border: 2px solid #f46e27;
  border-radius: 55px;
  padding: 16px 40px;
  background: transparent;
  color: #f46e27;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none!important;
}

.btn-techv-outline {
/*   padding: 10px 24px !important;
  font-size: 13px !important; */
}

.btn-techv-outline:hover {
  background-color: #f46e27;
  color: #ffffff;
}

.comprehensive-card-image {
	height: 280px !important;
    width: 95% !important;
    border-radius: 18px !important;
}

/* Small devices (phones, max-width: 576px) */
@media (max-width: 576px) {
	/*  Comprehensive Solutions section*/
	
	.home-card {
		height: auto;
		width: 100%;
	}
	
	.home-card h5 {
		padding-top: 15px !important;
	}	

	.home-card p {
		padding-top: 9px !important;
		padding-bottom: 10px !important;
	}
	
	.comprehensive-card-image {
		height: 160px !important;		
	}

	/* Buttons */
	.btn-techv-outline {
		padding: 10px 24px !important;
		font-size: 13px !important;
	}
}
/* Medium devices (tablets, max-width: 768px) */
@media (max-width: 768px) {
	
	.text-techv-paragraph {
        font-size: 18px !important;
    }	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.mt-neg-100-lg {
	margin-top: -355px !important;
}	
}
/* HomePage end*/

/* AI ML Page start */
.shadow-techv-dark {
    box-shadow: 10px 10px 20px 0px #000000 inset, -10px -10px 20px 0px #153863 inset;
}

/* Industry-Specific section */
.bg-gradient-img {
  background-image: url("/wp-content/uploads/2026/02/NeonBg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-wrapper {
  height: 170px;
  transition: height 2s ease;
}

/* .hover-card-expand {}

.hover-card-expand:hover .img-wrapper {
	height: 90px;
	transition: transform 2s ease;
}

.hover-card-expand .read-more-btn {
	cursor:pointer;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.hover-card-expand:hover .read-more-btn {
	opacity: 1;
	transform: translateY(0);
	display: block !important;
	cursor:pointer;
} */

.text-techv-teritiary-paragraph {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	letter-spacing: 0% !important;
}

/* Why TechVedika section */
.hover-ai-card {
  transition: all 0.4s ease !important;
}

.hover-ai-card:hover {
  box-shadow: 0 0 10px #efefef;
  background: #fff;
}

.hover-ai-card img {
  transition: transform 1s ease;
}

.hover-ai-card:hover img {
  transform: scale(1.1);
}

.parent-zoom-effect{
	overflow: hidden;
	border-radius: 1rem !important;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.left-fixed {
		position: sticky !important;
		top: 100px !important;
		align-self: flex-start !important;
		height: auto !important;
		padding: 2rem;
	}
	
	.right-scrollable {
		height: 100vh !important;
		overflow-y: scroll !important;
		scrollbar-width: none !important;
		-ms-overflow-style: none !important;
	}
	
	.right-scrollable::-webkit-scrollbar {
		display: none;
	}
}

/* Medium to large devices (min-width: 768px) */
@media (min-width: 768px) {

	.parent-zoom-effect{
		max-width: 265px;
		max-height: 175px;
		overflow: hidden;
		border-radius: 1rem !important;
	}
}


/* contact us section */
.step-number {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 500;
  font-size: 16px !important;
}

/* AI ML Page end */

/* About us Page start */

/* Journey section */
.timeline {
	position: relative !important;
	max-width: 1000px !important;
	margin: 0 auto !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	width: 100% !important;
	padding: 0 50px !important;
	margin-top: 50px !important;
}

.timeline-point {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 30px !important;
}

.timeline-point .circle {
    width: 20px !important; 
    height: 20px !important; 
    border-radius: 50% !important; 
    background-color: white !important; 
    border: 2px solid white !important; 
    position: absolute!important; 
    top: 20px !important;  
    left: 50% !important; 
    transform: translateX(-50%) !important; 
    z-index: 3 !important; 
}

.timeline-point .circle.active {
    background-color: #ff6600 !important;  
    border-color: #ff6600 !important;  
}

.timeline-point .year {
    position: absolute !important; 
    top: -20px !important; 
    font-size: 1.1em !important; 
    font-weight: normal !important; 
    white-space: nowrap !important; 
    color: white !important; 
    transform: translateX(-50%) !important; 
    left: 50% !important; 
}

.timeline-point .year.year-bold {
    font-weight: bold !important; 
}

.timeline-line {
    flex-grow: 1 !important; 
    position: relative !important; 
    z-index: 1 !important;
    align-self: flex-start !important;  
    margin: 0 -10px !important; 
    top: 30px !important; 
}

.timeline-line.orange-line {
    background-color: #ff6600 !important; 
}

.timeline-line.white-line {
    background-color: white !important; 
}

.journey-images img {
  width: 100%;
  flex: 0 0 100%;
}
.journey-images {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s;
}

.timeline .circle.active {
  background-color:#f46e27 !important;
  border-color:#f46e27 !important;
}
.orange-line {
  height: 2px;
  background-color: #f46e27 !important;
  flex: 1;
}
.white-line {
  height: 2px;
  background-color: white !important;
  flex: 1;
}

#journey-prev{
	color:#fff;
	    position: relative;
    top: 12px;
    right: 10px;
}

#journey-next{
	color:#fff;
	    position: relative;
    top: 12px;
    left: 10px;
}

.btn-tech {
	background-color: transparent;
    background-image: linear-gradient(136deg, #E3611C 0%, #8C3000 100%);
    border-style: none;
    border-radius: 20px 20px 20px 20px;
}

.btn-tech:hover {
	background-color: transparent;
	background-image: linear-gradient(180deg, #E3611C 0%, #8C3000 100%);
}
/* Journey section */

/* Why Businesses Trust Section */
.shadow-techv-deep-indigo {
  padding: 25px 40px !important;
  box-shadow: 10px 10px 20px 0px #020315 inset,
    -10px -10px 20px 0px #242857 inset;
}
.shadow-techv-deep-indigo:hover {
  box-shadow: 10px 10px 20px 0px #020315 ,
    -10px -10px 20px 0px #242857 ;
}

/* Why Businesses Trust Section */

/* meet our leadership section */
.profile-card {
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-image-container .profile-image{
	border-radius:50%;
}




.profile-image-container img{
	width:150px;
	border-radius:50%;
}

.profile-image {
  width: 250px;
  transition: all 0.4s ease;
}

.profile-card:hover .profile-image {
  width: 82px;
}

.profile-title {
  font-size: 1rem;
  transition: all 0.4s ease;
}

.profile-card:hover .profile-title {
  font-size: 0.85rem;
}

 .leader_arrow-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: #f26522;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.profile-card:hover .leader_arrow-btn{
	display:none;
}

.profile-details {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top: 0.5rem;
}


.profile-card:hover .profile-details {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.icon-button-wrapper {
  display: none;
  justify-content: flex-end;
  margin-top: auto;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}

.profile-card:hover .icon-button-wrapper {
  display: flex;
}

.icon-btn-multi {
	border: none;
	padding: 8px 16px;
	border-radius: 24px;
	display: inline-flex;
	gap: 10px;
	align-items: center;	
	background-color: transparent !important;
	background-image: linear-gradient(136deg, #E3611C 0%, #8C3000 100%) !important;
	border-style: none !important;
}

.icon-btn-multi:hover {
	background-color: transparent;
	background-image: linear-gradient(180deg, #E3611C 0%, #8C3000 100%) !important;
}

.icon-btn-multi a{
	padding-right:10px;
	padding-left:10px;
}

.icon-btn-multi img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
}

/* meet our leadership section */
/* About us Page end */

/* Contact us page or Talk to Us Page start	 */
.border-left-light-blue{
	border-left: 1px solid #4a5c8a !important;
}

.wpforms-submit {
	background-image: linear-gradient(136deg, #E3611C 0%, #8C3000 100%) !important;
}

/* Contact us page or Talk to Us Page end	 */

/* posts  */
table, th, td {
  border: 1px solid #ccc;
  border-collapse: collapse;
	color: black;
}

th {
  background-color: #e7e6e6 !important;
	text-align: center;
}

