/*!
Theme Name: Invisage Capital
Theme URI: http://underscores.me/
Author: Bharat Kumar Jonnalagadda
Author URI: https://www.malkum.com
Description: A custom started theme for WordPress
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6

Text Domain: icap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/


 :root {
             --primary: #D9D3C7;
            --secondary: #A59E92;
            --accent: #898C79;
            --light: #f8f9fa;
            --dark: #584C4C;
            --transition: all 0.4s ease;
        }

         .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #584C4C;
  --bs-btn-hover-bg: #D9D3C7;
  --bs-btn-hover-border-color: #584C4C;
  --bs-btn-hover-color: #584C4C;
        }

       
        
        body {
              font-family: "Albert Sans", sans-serif;
            color: #333;
            background-color: #fff;
            
        }

        body div.site {
overflow-x: hidden;
        }

        .half-section {
            padding: 200px 0 120px 0;
        }
        
        h1, h2, h3, h4, h5 {
             font-family: "Tenor Sans", sans-serif;
            font-weight: 600;
        }

        .header-button a.btn {
            background-color: #584C4C;
            color: white;
        }
        
       /* Logo Styles */
        .navbar-brand img {
            height: 100px;
            transition: var(--transition);
        }
        
        .logo-white {
            display: block;
        }
        
        .logo-dark {
            display: none;
        }
        
        /* Navigation */
        .navbar {
            padding: 25px 0;
            background: var(--dark);
            transition: var(--transition);
        }
        
        body.home .navbar {
              background: transparent;
        }
        
        .navbar.scrolled,
        body.home .navbar.scrolled {
            background: rgba(255, 255, 255, 0.95);
            padding: 15px 0;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        }
        
        .navbar.scrolled .logo-white {
            display: none;
        }
        
        .navbar.scrolled .logo-dark {
            display: block;
        }
        
        .navbar-nav .nav-link {
            font-weight: 500;
            margin: 0 12px;
            color: white !important;
            position: relative;
            transition: var(--transition);
        }
        
        .navbar.scrolled .nav-link {
            color: var(--dark) !important;
        }
        
        .navbar-nav .nav-link:after  {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--accent);
            transition: var(--transition);
        }
        
        .navbar-nav .nav-link:hover:after,
        .navbar-nav .nav-link.active:after{
            width: 100%;
        }
        
        /* Smooth Mobile Menu */
        .navbar-collapse {
            transition: all 0.4s ease;
        }
        
        .navbar-toggler {
            border: none;
            outline: none;
            box-shadow: none;
            transition: var(--transition);
            padding: 0;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .navbar-toggler-icon {
            width: 30px;
            height: 3px;
            background: white;
            position: relative;
            display: block;
            transition: var(--transition);
        }
        
        .navbar.scrolled .navbar-toggler-icon {
            background: var(--primary);
        }
        
        .navbar-toggler-icon:before,
        .navbar-toggler-icon:after {
            content: '';
            position: absolute;
            width: 30px;
            height: 3px;
            background: inherit;
            left: 0;
            transition: var(--transition);
        }
        
        .navbar-toggler-icon:before {
            top: -8px;
        }
        
        .navbar-toggler-icon:after {
            top: 8px;
        }
        
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
            background: transparent;
        }
        
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
            transform: rotate(45deg);
            top: 0;
        }
        
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
            transform: rotate(-45deg);
            top: 0;
        }


        @media (max-width: 991px) {
  .navbar-toggler {
    order: 5;
    position: inherit !important;
  }
}
        
        /* Hero Section */
       /* .hero {
            height: 100vh;
            min-height: 700px;
            background: linear-gradient(135deg, rgba(10, 10, 10, 0.9) 0%, rgba(26, 26, 26, 0.85) 100%), 
                        url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?ixlib=rb-4.0.3') no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            color: white;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .hero h1 {
            font-size: 4.5rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 25px;
        }
        
        .hero p {
            font-size: 1.25rem;
            max-width: 600px;
            margin-bottom: 35px;
            opacity: 0.9;
        }
*/

		 /* Hero Section with Video Background */
         html {
            font-size: 14px;
         }
        .hero {
            height: 100vh;
            min-height: 700px;
            position: relative;
            overflow: hidden;
            color: white;
            display: flex;
            align-items: center;
        }
        .hero .btn-link {
         color: white;
         text-decoration: none;   
         text-transform: uppercase;   
         font-size: 1rem;     
        }
        .hero .btn-link:hover {
        background-color: transparent;  
        }
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
        }
        
        .video-background video {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
        }
        
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(10, 10, 10, 0.5) 0%, rgba(26, 26, 26, 0.45) 100%);
            z-index: 0;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
        }
        
        .hero h1 {
            font-size: 4.2rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 25px;
            animation: fadeInDown 1s ease;
        }
        
        .hero p {
            font-size: 1.25rem;
            margin-bottom: 35px;
            opacity: 0.9;
            animation: fadeInUp 1s ease 0.2s forwards;
            
        }
        
        
        /* Section Styles */
        .section {
            padding: 120px 0;
        }
        
        .section-title {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
        }
        
        .section-title h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--primary);
        }
        
        .section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: var(--accent);
            margin: 15px auto;
        }
        
        /* About Section */
        .about-img {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }
        
        .about-content {
            padding-left: 40px;
        }
        
        /* Services Section */
        .services {
            background-color: var(--light);
        }
        
        .service-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            transition: var(--transition);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            width: 70px;
            height: 70px;
            background: var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 28px;
            color: white;
        }
        
        /* Portfolio Section */
        .portfolio-item {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            margin-bottom: 30px;
            height: 350px;
        }
        
        .portfolio-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }
        
        .portfolio-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(212, 175, 55, 0.85);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: var(--transition);
            padding: 20px;
            text-align: center;
            color: white;
        }
        
        .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
        }
        
        .portfolio-item:hover .portfolio-img {
            transform: scale(1.1);
        }
        
     /* Enhanced Team Section */
        .team {
            background-color: var(--primary);
            color: var(--dark);
        }
        
        .team .section-title h2 {
           color: var(--dark);
        }
        
        .team-member {
         /*   background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            overflow: hidden;*/
            transition: var(--transition);
            margin-bottom: 50px;
           /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);*/
           padding: 40px;
        }
        
        .team-member:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.08);
        }
        
        .team-content {
            padding: 40px;
        }
        
        .team-img-container {
            position: relative;
            height: 100%;
          /*  min-height: 400px;*/
        }
        
        .team-img {
            width: 100%;
            height: 100%;
          /*  object-fit: cover; */
        }
        .team-bio {
            margin-top: 40px;
        }

          .team-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            overflow: hidden;
            transition: var(--transition);
            height: 100%;
        }
        
        .team-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.1);
        }
        
       .team-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
           /* height: 300px;
            object-fit: cover;*/
        }
        
        
        .team-social {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            gap: 15px;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transition: var(--transition);
            font-size: 18px;
        }
        
        .social-icon:hover {
            background: var(--accent);
            transform: translateY(-5px);
        }
        
        .team-title {
           color: var(--dark);
            font-weight: 500;
            margin-bottom: 15px;
        }
        
        .team-bio {
            margin-bottom: 25px;
        }
        
        .team-bio p {
            margin-bottom: 15px;
            line-height: 1.7;
        }
        
        .team-stats {
            display: flex;
            gap: 20px;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .stat-item {
            background: rgba(255, 255, 255, 0.05);
            padding: 15px 20px;
            border-radius: 8px;
            min-width: 150px;
        }
        
        .stat-value {
            font-size: 24px;
            font-weight: 700;
            color: var(--dark);
        }
        
        .stat-label {
            font-size: 14px;
            opacity: 0.8;
        }


        /** Investment Section **/

         .investment-section {
           /* background: linear-gradient(135deg, rgba(137, 140, 121, 0.95) 0%, rgba(137, 140, 121, 0.92) 100%), 
                        url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') no-repeat center center;
            background-size: cover;*/
            padding: 100px 0;
            color: white;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, rgba(137, 140, 121, 0.95) 0%, rgba(137, 140, 121, 0.92) 100%);
        }
        
        .section-header {
            margin-bottom: 60px;
            text-align: center;
        }
        
        .section-header h2 {
           
            font-weight: 700;
            font-size: 2.8rem;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2:after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--secondary);
            border-radius: 2px;
        }
        
        .section-header p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 30px auto 0;
            opacity: 0.9;
            line-height: 1.7;
        }
        
        .philosophy-card {
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 35px 30px;
            height: 100%;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .philosophy-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.12);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .card-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: rgba(137, 140, 121, 0.55);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            font-size: 30px;
            color: var(--secondary);
        }
        .card-icon img{
            width: 30px;
        }
        
        .philosophy-card h3 {
           
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }
        
        .philosophy-card p {
            opacity: 0.85;
            line-height: 1.8;
        }
        
        .highlight-text {
            color: var(--secondary);
            font-weight: 600;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 5px;
        }
        
        .stat-label {
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 1px;
            opacity: 0.8;
        }
        
        .quote-section {
            background: rgba(0, 0, 0, 0.2);
            border-left: 4px solid var(--secondary);
            padding: 25px;
            margin: 40px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .quote-section p {
            font-style: italic;
            font-size: 1.3rem;
            line-height: 1.7;
            margin: 0;
        }
        
        
        /* Contact Section */
       
        .contact-form .form-control {
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 15px 0;
            margin-bottom: 30px;
        }
        
        .contact-form .form-control:focus {
            box-shadow: none;
            border-color: var(--accent);
        }
        
        /* Footer */
        .footer {
            background: var(--dark);
            color: rgba(255, 255, 255, 0.7);
            padding: 80px 0 30px;
        }

        .footer img.logo-white {
  height: 150px;
  margin-bottom: 20px ;
  display: block;
}
        
        .footer h5 {
            color: white;
            margin-bottom: 25px;
            font-size: 1.25rem;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: var(--transition);
        }
        
        .footer-links a:hover {
            color: var(--accent);
            padding-left: 5px;
        }
        
        .social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            margin-right: 10px;
            transition: var(--transition);
        }
        
        .social-links a:hover {
            background: var(--accent);
            transform: translateY(-5px);
        }
        
        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 50px;
            text-align: center;
            font-size: 0.9rem;
        }
        
        /* Scroll Down */
        .scroll-down {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            animation: bounce 2s infinite;
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0) translateX(-50%);
            }
            40% {
                transform: translateY(-20px) translateX(-50%);
            }
            60% {
                transform: translateY(-10px) translateX(-50%);
            }
        }
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            .hero h1 {
                font-size: 3.5rem;
            }
            
            .about-content {
                padding-left: 0;
                margin-top: 40px;
            }
            
            .navbar-collapse {
                background: rgba(255, 255, 255, 0.95);
                padding: 20px;
                margin-top: 15px;
                border-radius: 10px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            }
            
            .navbar-collapse .nav-link {
                color: var(--dark) !important;
                padding: 10px 0;
            }
        }
        
        @media (max-width: 768px) {

            .container{

  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);

}
            .footer img.logo-white {
                margin: 20px auto;
            }
            .hero {
                min-height: 600px;
            }
            
            .hero h1 {
                font-size: 2.4rem;
            }
            
            .section {
                padding: 80px 0;
            }
            
            .section-title h2 {
                font-size: 2.2rem;
            }
            
            .navbar-brand img {
                height: 75px;
            }
        }