/*!
Theme Name: Bizzen
Theme URI: https://bizzen-wp.laralink.com/
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices/
Description: bizzen – Business Consulting WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizzen
Tested up to: 6.6
Requires PHP: 7.2
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 with others.
*/
/* Hide default Bizzen footer completely */

p {
    text-align: justify;
    text-justify: inter-word;
}




.bizzen-about_three .bizzen-item-list {
    border-right: 1px solid #6e191c;
}

.bizzen-about_three .bizzen-item-list .bizzen-iconic-item.style-one:not(:last-child) {
    border-bottom: 1px solid #6e191c;
}
/* about st */

/* Default: Mobile (1 per row) */
.bizzen-team-sec .res > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Tablet: 3 per row */
@media (min-width: 576px) {
    .bizzen-team-sec .res > div {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }
}

/* Large Desktop: 6 per row */
@media (min-width: 1200px) {
    .bizzen-team-sec .res > div {
        flex: 0 0 16.666% !important;
        max-width: 16.666% !important;
    }
}


/* about end */


/* Force slick slides to fit 4 per row */
.service-slider .slick-slide {
  width: 25% !important;
  max-width: 25% !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Ensure track does not stretch */
.service-slider .slick-track {
  display: flex !important;
}

/* HERO SECTION START */
/* ==== HERO SECTION BASE STYLES ==== */
.bizzen-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
    min-height: 50vh;
    position: relative;
}

.bizzen-hero .hero-title {
    font-size: clamp(28px, 4vw, 64px);
    line-height: 1.15;
    max-width: 900px;
    font-weight: 700;
    color: #ffffff;
}

.bizzen-hero p {
    font-size: clamp(16px, 2vw, 22px);
    color: #ffffff;
}

.bizzen-hero .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.bizzen-hero .hero-btn {
    padding: 14px 28px;
    border-radius: 6px;
}



/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .bizzen-hero_one {
        height: 480px;
        padding: 40px 0;
    }
    
    .hero-content {
        padding: 30px 0;
    }
    
    .hero-content h1 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    
    .hero-content .sub-title {
        font-size: 16px;
        margin-top: 90px;
    }
    
    .hero-button {
        gap: 12px;
    }
    
    .theme-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
    
    .hero-play-btn img {
        width: 70px;
        height: 70px;
    }
    
    .hero-video-wrapper {
        justify-content: center;
        padding-right: 0;
    }
}

/* Mobile Landscape & Small Tablet (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .bizzen-hero_one {
        height: auto;
        min-height: 500px;
        padding: 50px 0;
    }
    
    .hero-content {
        text-align: center;
        padding: 30px 15px;
    }
    
    .hero-content h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    
    .hero-content .sub-title {
        font-size: 15px;
		margin-top: 90px;
    }
    
    .hero-button {
        justify-content: center;
        gap: 12px;
    }
    
    .theme-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
    
    .hero-video-wrapper {
        justify-content: center;
        margin-top: 30px;
    }
    
    .hero-play-btn img {
        width: 65px;
        height: 65px;
    }
}

/* Mobile Portrait (below 576px) */
@media (max-width: 575px) {
    .bizzen-hero_one {
        height: auto !important;
        min-height: 520px;
        padding: 40px 0 !important;
    }
    
    .hero-content {
        text-align: center;
        padding: 20px 10px;
    }
    
    .hero-content .sub-title {
        font-size: 14px;
        margin-top: 90px;
    }
    
    .hero-content h1 {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    
    .hero-button {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .theme-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .hero-video-wrapper {
        justify-content: center;
        margin-top: 30px;
    }
    
    .hero-play-btn img {
        width: 60px;
        height: 60px;
    }
}

/* Extra Small Mobile (below 400px) */
@media (max-width: 399px) {
    .bizzen-hero_one {
        min-height: 480px;
        padding: 35px 0 !important;
    }
    
    .hero-content h1 {
        font-size: 28px;
    }
    
    .hero-content .sub-title {
        font-size: 13px;
		margin-top: 90px;
    }
    
    .theme-btn {
        font-size: 14px;
        padding: 12px 18px;
    }
    
    .hero-play-btn img {
        width: 55px;
        height: 55px;
    }
}

/* Ensure proper container spacing */
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* TAX BENEFITS */
.profile-container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
  font-family: Arial, sans-serif;
}
.profile-image {
	
}
.profile-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .profile-container {
    flex-direction: column;
    text-align: center;
  }
  .profile-image img {
    width: 100%;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .info-box {
    border-right: none !important;
  }
}

/* TAX BENEFITS */


.nps-wrapper {
    background-image: url('https://espac.in/wp-content/uploads/2025/11/golden_bg_2-scaled.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}


.nps-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 450px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
.nps-box {
  position: absolute;
  width: 600px;
  height: 475px;
  background: #6e191c;  
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.nps-inner-tax {
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
}
/* .nps-inner-box {
  position: absolute;
  width: 700px;
  height: auto;
  z-index: 2;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
} */

.nps-inner-box {
  position: absolute;
  z-index: 2;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25);
	top: 50%;
	transform: translateY(-50%);
}
.layout-right .nps-box {
  left: 0;
}
.layout-right .nps-inner-box {
  left: 25px;
}
.layout-left .nps-box {
  right: 0;
}
.layout-left .nps-inner-box {
  right: 25px;
}
.nps-content {
  width: 50%;
  z-index: 3;
  background: transparent;
  padding: 40px;
}
.layout-right .nps-content {
  margin-left: auto;
  padding: 40px;
}
.layout-left .nps-content {
  margin-right: auto;
  padding: 40px;
}
.nps-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #a70e13;
}
.nps-content p {
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.hospitalization {
  width: 90%;
  max-width: 1200px;
  background-color: #6e191c;
  padding: 15px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
}
.hospitalization h3 {
  color: #FFFFFF;
  font-size: 20px;
  margin: 0;
}
.nps-tabs-wrapper {
  background: #fff8dc;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  max-width: 1200px;
  margin: 0 auto;
}
.nps-tab-buttons {
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #fde995;
  margin-bottom: 15px;
   flex-wrap: wrap;
}
.nps-tab-btn {
  background: #fde995;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin: 2px;
  transition: 0.3s;
}

.nps-inner-tab-btn {
 background: #fbd754;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin: 2px;
  transition: 0.3s;	
}
.nps-tab-btn i {
  margin-right: 8px;
}
.nps-tab-btn.active {
  background: #f9c400;
  color: #000;
}
.nps-tab-content {
  display: none;
  animation: fadeIn 0.4s;
  line-height: 1.7;
  color: #333;
}
.below {
	margin-top: 10px;
}
.nps-tab-content ul {
	margin: 20px;
}
.wealth {
	margin-top: 10px;
}

.nps-tab-buttons button{
  background-color: #fbd754;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 5px;
  transition: 0.3s;
}
.nps-tab-buttons button.active{
  background-color: #a70e13;
  color: #fff;
}

.nps-inner-tab-content table th {
  background: #fff3b0;
  color: #6e191c;
}
.nps-inner-tab-content table td, 
.nps-inner-tab-content table th {
  border: 1px solid #ccc;
  text-align: center;
}
.nps-inner-tab-buttons {
  display: flex;
  gap: 5px;
  margin: 30px 0;
  flex-wrap: wrap;
}
.nps-inner-tab-btn:hover {
	background: #fbd754;
}

.nps-inner-tab-btn.active {
	background: #a70e13;
  color: #FFFFFF;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}


@media (max-width: 600px) {
  .hospitalization {
    width: 90%;
    padding: 15px;
  }

  .hospitalization p {
    font-size: 18px;
  }
}
.calc-tabs {
  max-width: 1300px;
  margin: 50px auto;
  background: #fff3b0;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  background: #fff7d4;
  border-bottom: 2px solid #fff3b0;
}
.tab-buttons button {
  flex: 1;
  padding: 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
}

.tab-buttons button.active {
  background: #6e191c;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 25px;
  animation: fadeIn 0.3s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 600px) {

  .tab-buttons {
    flex-direction: column;
    background: #fff3b0;
    border-bottom: 2px solid #fde995;
    gap: 10px;
  }

  .tab-buttons button {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 14px;
    background: #fff7d4;               
    border: 1px solid #fde995;           
    border-radius: 8px;                
    box-shadow: 0 2px 5px rgba(0,0,0,0.08); 
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .tab-buttons button.active {
    background: #a70e13;                
    color: #ffffff;
    border-color: #a70e13;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  }

  .tab-buttons button:hover {
    background: #a70e13;
  }

  .tab-content {
    padding: 1px;
  }
}


.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.project-header h2 {
  font-size: 42px;
  margin: 10px 0;
}

.btn-view-all {
  background: #00473e;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
}

.btn-view-all:hover {
  background: #00695c;
}
.project-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.project-item {
  position: relative;
  overflow: hidden;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
  transition: all 0.4s ease;
}

.project-item.active img {
  filter: brightness(100%);
}

.project-item:hover img {
  transform: scale(1.05);
}

.project-item.active .project-content {
  background: #fff;
  color: #000;
  padding: 30px;
}

.project-item.active h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.project-item.active p {
  color: #555;
  font-size: 15px;
  margin-top: 15px;
}

.icon-btn {
  display: inline-block;
  margin-top: 15px;
  background: #00473e;
  color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
  text-decoration: none;
}

.overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.overlay h4 {
  font-size: 20px;
  font-weight: 700;
}

.tags {
  font-size: 14px;
  color: #ff5722;
  margin-top: 5px;
}

.project-nps {
  padding: 100px 0;
  background-image: url('https://espac.in/wp-content/uploads/2025/11/Frame-2085664152-1-1.png');
  margin: 50px auto;
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nps-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.project-nps-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.nps-sub-title {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 30px;
  text-align: center !important;
}

.project-nps-header p {
  font-size: 18px;
  margin: 10px 0;
  color: #FFFFFF;
}

.nps-project-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
	width: 100%;
}

.nps-project-item {
  position: relative;
  width: 20%;
  overflow: hidden;
  text-align: center;
  background: #fff;
  transition: transform 0.3s ease;
  min-height: 350px;
  box-sizing: border-box;
  border: none;
  flex-shrink: 0; 
}

.nps-project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
	display: block;
}

.nps-project-item:hover img {
  transform: scale(1.05);
}
* Slightly smaller for medium-large screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .nps-project-item {
    width: 20%; /* Still 5 columns */
    min-height: 320px;
  }
  
  .nps-project-content {
    padding: 12px;
  }
  
  .nps-project-content h4 {
    font-size: 16px;
  }
  
  .nps-project-content p {
    font-size: 13px;
  }
  
  .nps-project-static-title {
    font-size: 13px;
    padding: 8px 10px;
  }
}

/* ---------------------------
   LARGE TABLET (768px - 991px)
   3 columns for better spacing
----------------------------*/
@media (max-width: 991px) {
  .nps-project-flex {
    gap: 0;
  }
  
  .nps-project-item {
    width: 33.333%; /* 3 columns */
    min-height: 320px;
  }
  
  .nps-project-item img {
    height: 320px;
  }
  
  .nps-project-content h4 {
    font-size: 17px;
  }
  
  .nps-project-content p {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .nps-project-static-title {
    font-size: 13px;
  }
  
  .nps-sub-title {
    font-size: 26px;
  }
  
  .project-nps-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

/* ---------------------------
   MOBILE LANDSCAPE (600px - 767px)
----------------------------*/
@media (max-width: 767px) {
  .project-nps {
    padding: 50px 0;
  }
  
  .nps-container {
    padding: 0 15px;
  }
  
  .nps-project-flex {
    gap: 0;
  }
  
  .nps-project-item {
    width: 100%; /* Still 2 items per row */
    min-height: auto;
  }
  
  .nps-project-item img {
    height: auto;
  }
  
  .nps-project-static-title {
    font-size: 13px;
    padding: 8px 10px;
    bottom: 8px;
    left: 8px;
    width: calc(100% - 16px);
  }
  
  .nps-project-static-title::after {
    height: 3px;
  }
  
  .nps-project-content {
    padding: 15px;
  }
  
  .nps-project-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .nps-project-content p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .nps-icon-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
  
  .nps-sub-title {
    font-size: 22px;
  }
  
  .project-nps-header {
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
  }
  
  .project-nps-header p {
    font-size: 15px;
  }
}



 
.nps-project-static-title {
	background: rgb(167, 14, 19, 0.7);
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff3b0;
  z-index: 3;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 30px);
  text-align: left;
  transition: opacity 0.4s ease;
}

.nps-project-static-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;          
  background: #6e191c;
  width: 100%;
  min-width: 50px;
  max-width: 100%;      
}

.nps-project-item:hover .nps-project-static-title {
  opacity: 0;
}

.nps-project-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto !important;
	z-index: 5;
}

.nps-project-content {
  background: #fff3b0;
  color: #000;
  padding: 20px;
  width: 100%;
  border-radius: 0px;
  transform: translateY(100%);
  transition: all 0.5s ease;
  text-align: left;
  pointer-events: auto !important;
}

.nps-project-item:hover .nps-project-content {
  transform: translateY(0%);
}

.nps-project-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #6e191c;
}

.nps-tags {
  font-size: 14px;
  color: #ff5722;
  margin-bottom: 10px;
}

.nps-project-content p {
  color: #555;
  font-size: 15px;
  margin-bottom: 15px;
}
.nps-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #6e191c;
  color: #fff;
  cursor: pointer;
/*   text-decoration: none; */
  position: relative;
  z-index: 9999;
}

.nps-icon-btn i {
  pointer-events: none !important;   /* IMPORTANT FIX */
}
.nps-icon-btn:hover {
  background: #e65c00;
  color: #fff;
}


.nps-icon-btn:hover {
  background: #6e191c;
	color: #fff;
}


/* ---------------------------
   TABLET RESPONSIVE FIX 
----------------------------*/
@media (max-width: 992px) {
  .nps-section {
    flex-direction: column;
    text-align: center;
    min-height: auto;
    padding: 0 20px;
  }

  .nps-box {
    position: relative;
    width: 100%;
    height: 260px;
    transform: none;
    margin-bottom: 20px;
  }

  .nps-inner-box {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: -140px auto 20px auto;
    transform: none;
  }

  .nps-content {
    width: 100%;
    padding: 20px;
  }
}


/* ---------------------------
   MOBILE FIX (PERFECT)
----------------------------*/
@media (max-width: 600px) {

  .nps-section {
    flex-direction: column !important;
    text-align: center !important;
    margin-bottom: 70px !important;
    padding: 0 10px !important;
  }

  .nps-box {
    width: 100% !important;
    height: 130px !important;
    position: relative !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .nps-inner-box {
    position: relative !important;
    width: 90% !important;
    max-width: 90% !important;
    margin: -110px auto 20px auto !important;
  }

  .nps-content {
    width: 100% !important;
    padding: 15px !important;
  }

  .nps-content h3 {
    font-size: 24px !important;
  }

  .nps-content p {
    font-size: 15px !important;
  }
}


@media (max-width: 768px) {
  .layout-right .nps-box,
  .layout-right .nps-inner-box,
  .layout-left .nps-box,
  .layout-left .nps-inner-box {
    left: 0 !important;
    right: 0 !important;
  }
}



/* ---------------------------
   Policies st
----------------------------*/

.policy-container {
  max-width: 1200px;
  margin: 40px auto;
  background: transparent;
  padding: 20px 30px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
}

.policy-container h1 {
  text-align: center;
  color: #7b0d15;
}


.policy-layout {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.policy-sidebar {
  width: 200px;
}
.policy-sidebar a {
  color: #7b0d15;
  font-weight: bold;
  text-decoration: none;
}

.policy-content {
  flex: 1;
  background: #fff7d4;
  padding: 20px 25px;
  border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.section-title {
  font-size: 24px;
  color: #7b0d15;
  margin-bottom: 10px;
  border-bottom: 2px solid #7b0d15;
  display: inline-block;
}
.security-box {
  margin-top: 40px;
  padding: 20px;
  background: #fff7d4;
  border-left: 5px solid #ba1f24;
  border-radius: 10px;
}

.policy-date {
  text-align: center;
  margin-top: 40px;
  color: #555;
  font-size: 14px;
}

/* calculator */
.SWPCalculator_container__x3N8V,
.ReverseCAGRCalculator_container__QKWVG,
.CAGRCalculator_container__2ogpE,
.InflationCalculator_container__2UqsN,
.SIPCalculator_container__ZZQg8 {
    background: none !important;
}




