/*!
Theme Name: Invisage Capital Global

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: #493c3c;
  --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;

  background-color: #fff;

  font-style: normal;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.04em;

  color: var(--dark);
}

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

.half-section {
  padding: 200px 0 120px 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}

.header-button a.btn {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: white !important;
}
@media (min-width: 1200px) {
.navbar .container-fluid {
  padding-left: 5rem;
  padding-right: 5rem;
}
}

.navbar.scrolled .header-button a.btn {
  color: var(--dark) !important;
}

/* Logo Styles */
.navbar-brand img {
  height: 60px;
  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, 1);
  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-brand {
  margin-right: 40px;
}

.navbar-nav .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  margin: 0 32px;
  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: 2px;
  background: white;
  position: relative;
  display: block;
  transition: var(--transition);
}

.navbar.scrolled .navbar-toggler-icon {
  background: var(--dark);
}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  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: white;
  height: 0;
}

.navbar.scrolled .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: var(--dark);
}

.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 {
    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;
  margin: 0 auto;
}

.hero h1,
.hero .h1,
.hero .h1 p {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
  opacity: 1;
  animation: fadeInDown 1s ease;
}

.hero .h1 p {
  margin-bottom: 0;
}

.hero p {
  font-size: 1.25rem;
  margin-bottom: 35px;
  opacity: 1;
  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-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
   
}



.section-title div.description {
width: 75%;
  margin: 30px auto;
}

/* About Section */
.about-img {
  border-radius: 10px;
}

.about-us-row {
  display: flex;
  flex-wrap: wrap;
}

.about-us-row div[class*="col-"] {
}

.about-us-row div.content-col {
  border-top: 1px solid #b9b0a2;
  border-bottom: 1px solid #b9b0a2;
}

.about-content {
  padding-left: 40px;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  letter-spacing: -0.03em;
  margin: auto;
}

/* 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: #fbfaf6;
  color: var(--dark);
}

.team .section-title h2 {
  color: var(--dark);
}

.team-member {
  background: linear-gradient(
    180deg,
    #dfdacf 1.35%,
    rgba(145, 135, 128, 0) 98.7%
  );

  margin-bottom: 50px;

  padding: 40px;
}

.team-content {
  padding: 40px 0 0 0;
}

.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 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: 0.04em;
  text-transform: uppercase;

  color: #796868;
}

.team-bio {
  margin-bottom: 25px;
}

.team-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  text-transform: capitalize;

  color: #796868;
}

.team-bio p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #796868;
}

.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: #493c3c;
  position: relative;
  overflow: hidden;
  background: #cfd1c3;
}

.section-header {
  margin-bottom: 60px;
  text-align: center;
}

.section-header h2 {
  color: var(--dark);
  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 {


padding: var(--bs-gutter-y) 0 0 0;
  height: 100%;
  transition: all 0.3s ease;
text-align: center;
  border-top: 1px solid #FFF9EF;
}


.investment-section .col-12:last-child .philosophy-card {
    border-bottom: 1px solid #FFF9EF;
      padding-bottom: var(--bs-gutter-y);
}



.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: 24px;
line-height: 30px;
  margin-bottom: 5px;
}

.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-row {
  border-top: 1px solid #B9B0A2;
  border-bottom: 1px solid #B9B0A2;
  padding: 50px 0;
}

.contact-row h4 {
  font-weight: 700;
}

.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: #EBE7DF;
  color: #796868;
  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: #796868;
  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: 1399.98px) {
  .navbar-nav .nav-link {
    font-size: 12px;
    line-height: 17px;

    margin: 0 5px;
  }
  .header-button a.btn {
    font-size: 12px;
    line-height: 17px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    font-size: 10px;
    line-height: 14px;

    margin: 0 3px;
  }

  .header-button a.btn {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  .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);
  }

  body {
    font-size: 16px;
  }

  .about-content {
    font-size: 16px;
  }

  .team-bio p {
     font-size: 14px;
  }
  .footer img.logo-white {
    margin: 20px auto;
  }
  .hero {
    min-height: 600px;
  }



  .hero h1,
.hero .h1,
.hero .h1 p {
    font-size: 2rem;
    line-height: 1.2;
  margin-bottom: 25px;

}

  .section {
    padding: 80px 0;
  }



  .section-title h2 {
    font-size: 2.2rem;
     line-height: 1.2;
  }

  .section-title div.description {

  width: 100%;
  margin: 30px auto;
}

  .navbar-brand {
    margin-right: 25px;
  }

  .navbar-brand img {
    height: 50px;
  }

  .header-button a.btn {
    font-size: 12px;
    line-height: 14px;
  }

    .team-member {

  padding: 25px;
}

.philosophy-card h3 {
  font-weight: 600;
font-size: 20px;
line-height: 24px;
  margin-bottom: 5px;
}

}






 /* Hero Section for Blog */
        .blog-hero {
            height: 60vh;
            min-height: 500px;
            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;
        }
        
        .blog-hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
        }
        
        .blog-hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 25px;
        }
        
        .blog-hero p {
            font-size: 1.25rem;
            margin-bottom: 35px;
            opacity: 0.9;
        }
        
        /* Blog Content */
        .blog-content {
         background-color: #FBFAF6;
        }
 
        
        /* Featured Blog Card */
        .featured-blog {
            margin-bottom: 80px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
            transition: var(--transition);
            background: white;
        }
        
        .featured-blog:hover {
            transform: translateY(-10px);
            box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.15);
        }
        
        .featured-img {
            height: 400px;
            overflow: hidden;
        }
        
        .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }
        
        .featured-blog:hover .featured-img img {
            transform: scale(1.05);
        }
        
        .featured-content {
            padding: 40px;
        }
        
        .blog-meta {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 0.9rem;
            color: var(--gray);
        }
        
        .blog-meta div {
            margin-right: 20px;
            display: flex;
            align-items: center;
        }
        
        .blog-meta i {
            margin-right: 8px;
            color: var(--accent);
        }
        
        .featured-content h2 {
            font-size: 2.2rem;
            margin-bottom: 20px;
            color: var(--primary);
        }
        
        .featured-content p {
            margin-bottom: 25px;
            line-height: 1.7;
        }
        
        .blog-tags {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 25px;
        }
        
        .blog-tag {
            background: rgba(212, 175, 55, 0.1);
            color: var(--accent);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            margin-right: 10px;
            margin-bottom: 10px;
        }
        
        /* Blog Grid */
        .blog-grid {
            margin-bottom: 60px;
            
        }
        
        .blog-card {
            
            overflow: hidden;
          
            transition: var(--transition);
          
            margin-bottom: 30px;
            height: 100%;
        }
        
      
        .blog-card-img {
          /*  height: 200px;*/
            overflow: hidden;
        }
        
        .blog-card-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: var(--transition);
        }
        
        
        
        .blog-card-content {
            padding: 25px;
        }
        
        .blog-card-meta {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            font-size: 0.85rem;
            color: #918780;
        }
        
        .blog-card-meta div {
            margin-right: 15px;
            display: flex;
            align-items: center;
        }
        
        .blog-card-meta i {
            margin-right: 5px;
            color: #918780;
            font-size: 0.8rem;
        }
        
        .blog-card-content h3 {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--dark);
        }
        
        .blog-card-content p {
            margin-bottom: 20px;
            line-height: 1.6;
            font-size: 0.95rem;
        }
        
        .read-more {
            color: var(--dark);
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: var(--transition);
        }
        
        .read-more:hover {
            color: var(--primary);
        }
        
        .read-more i {
            margin-left: 8px;
            transition: var(--transition);
        }
        
        .read-more:hover i {
            transform: translateX(5px);
        }
        

         
        @media (max-width: 768px) {
            .blog-hero {
                height: 50vh;
                min-height: 400px;
            }
            
            .blog-hero h1 {
                font-size: 2.2rem;
            }
            
            .blog-content {
                padding: 60px 0;
            }
            
            .section-title h2 {
                font-size: 2.2rem;
            }
            
            .navbar-brand img {
                height: 35px;
            }
            
            .featured-img {
                height: 300px;
            }
            
            .featured-content {
                padding: 25px;
            }
        }

    
        /* DISCLAIMER POPUP */

        .tbrightcontent,
        #wp-terms-popup-after-content.sticky {

  background-color: #EBE7DF;
        }

        h3.termstitle {
  background: #EBE7DF;
  color: var(--dark);
  display: none;
}

.tthebutton input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  border-width: 0;
    border-bottom-width: 0px;
 
  padding: 5px;
}
.tthebutton input:first-child {
  margin-right: 25px;
}
.tthebutton input:hover,
.tthebutton input:active,
.tthebutton input:visited {
 border-bottom-width: 1px;
}
