/*!
Theme Name: Vision Vivante
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vision-vivante
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    font-family: "Poppins", sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
    color: #161918 !important;
    font-family: "Poppins", sans-serif !important;
}

h2{
    font-size: 40px !important;
}

p{
   font-family: "Poppins", sans-serif !important; 
   margin: 0px;
   color: #5D5D5D;
}

.mt-50{
    margin-top: 50px;
}


.custom-container{
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

.vision-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/wp-content/uploads/2025/04/banner-2-1536x768.jpeg') center top / cover no-repeat; 
    height: 400px;
    color: #000;
    text-align: left;
    padding: 50px;
}

.vision-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 95%);
    z-index: 1;
}
.highlight {
    color: #0066ff;
    font-weight: bold;
}

#typed-text, .highlight {
    font-weight: bold;
    background: -webkit-linear-gradient(180deg, #271887, #02bfe1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub-text, .stats {
   font-size: 18px;
    margin-top: 0px;
    display: inline-block;
}
.vision-banner-content{
    width: 100%;
}

.vision-banner-content h1 {
    font-size: 46px;
    font-weight: 500;
}

.vision-banner-content .highlight {
    background: -webkit-linear-gradient(180deg, #271887, #02bfe1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1 {
    font-family: Averta-Bold;
    font-size: 53px;
    line-height: 65px;
	color: var(--bs-heading-color);
}

.our-working-process-tabs-wrap .e-n-tabs-heading .testimonial-slide {
    font-size: 16px;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
}

.our-working-process-tabs-wrap .e-n-tabs-heading .testimonial-slide>div img {
    object-fit: contain;
    display: flex;
    margin-bottom: auto;
    height: 100%;
    max-width: 100%;
    width: 100%;
    align-items: center;
}

.our-working-process-tabs-wrap .e-n-tabs-heading .testimonial-slide>div {
    display: flex;
    justify-content: center;
    height: 60px;
    margin-top: 10px;
}

.our-working-process-tabs-wrap .e-n-tabs-heading button[aria-selected="true"] {
    background: linear-gradient(180deg, #9e9ef940, #94e7f74a) !important;
}

.our-working-process-tabs-wrap .e-n-tabs-heading {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 85%;
    margin: 0 auto;
}

.our-working-process-tabs-wrap .e-n-tabs-heading button {
    cursor: pointer;
    transition: 0.5s ease-in !important;
    box-shadow: 2px 2px 5px #00000012;
    border: 1px solid #f4f4f4;
    transform: scale(1);
}

.our-working-process-tabs-wrap .e-n-tabs-heading button:hover{
    transform: scale(1.1);
    transition: 0.5s ease-in !important;
}

.our-working-process-tabs-wrap .e-n-tabs-content div[role="tabpanel"]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(140deg, #06abd6d1, #06abd6d1, #06abd6d1, #232c92ba, #232c92ba, #232c92ba) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    height: 100%;
    width: 100%;
}

.our-working-process-tabs-wrap .e-n-tabs-content div[role="tabpanel"] {
    position: relative;
    border-width: 0px;
    border-radius: 20px;
    background: linear-gradient(90deg, #bfe9f159, transparent);
    margin-bottom:0px;
}

.top-rated-company-tabs-wrap .e-n-tabs-heading button {
    cursor: pointer;
}

.portfolio-and-projects-des-container {
    padding: 0;
    width: 60%;
    margin: 0 auto;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #b5b2b2;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #08a4d2, #25218c);
}

.portfolio-and-projects-right-col-heading p {
    line-height: normal;
}

.header-menu-col a {
    position: relative;
    transition: 0.3s ease-in;
}

.header-menu-col a:after {
    content: "";
    height: 2px;
    width: 0px;
    background: linear-gradient(45deg, #07a7d4, #24228c) !important;
    position: absolute !important;
    bottom: 10px;
    opacity: 0 !important;
    border-radius: 5px;
    transition: 0.3s ease-in !important;
}

.header-menu-col .hfe-nav-menu .menu-item a:hover{
    color: #06aad5 !important;
}

.header-menu-col .hfe-nav-menu .menu-item.current_page_item a {
    font-weight: 600 !important;
    color: #06aad5 !important;
}

.footer-logo-with-menu-col-wrap .hfe-nav-menu .menu-item.current_page_item a{
    background: transparent !important;
    font-weight: 600 !important;
    color: #06aad5 !important;
}

.header-menu-col a:hover:after{
    content: "";
    width: 40%;
    opacity: 1 !important;
    transition: 0.3s ease-in !important;
}


.footer-logo-with-menu-col-wrap .hfe-nav-menu .menu-item a {
    position: relative;
    transition: 0.3s ease-in;
}

.footer-logo-with-menu-col-wrap .hfe-nav-menu .menu-item a:after {
    content: "";
    height: 2px;
    width: 0px;
    background: #fff !important;
    position: absolute !important;
    bottom: 10px;
    opacity: 0 !important;
    border-radius: 5px;
    transition: 0.3s ease-in !important;
}

.footer-logo-with-menu-col-wrap .hfe-nav-menu .menu-item a:hover:after{
    content: "";
    width: 40%;
    opacity: 1 !important;
    transition: 0.3s ease-in !important;
}

.footer-logo-with-menu-col-wrap .hfe-nav-menu .menu-item a:hover{
    color: #06aad5 !important;
}
