:root {
  --main-font:  "Poppins", sans-serif;
  --primary-color: #0a1020;
  --secondary-color: #fa2500;
  --white: #fff;

  --fs16: 0.833vw;
  --fs18: 0.938vw;
  --fs20: 1.042vw;
  --fs24: 1.25vw;
  --fs30: 1.563vw;
  --fs32: 1.667vw;
  --fs40: 2.083vw;
  --fs64: 3.333vw;
  --fs96: 5vw;

  --font-normal-400: 400;
  --font-medium-500: 500;
  --font-semibold-600: 600;
  --font-bold-700: 700;
  --font-extrabold-800: 800;

  --lh20: 1.042vw;
  --lh23: 1.198vw;
  --lh26: 1.354vw;
  --lh28: 1.458vw;
  --lh32: 1.667vw;
  --lh30: 1.563vw;
  --lh36: 1.875vw;
  --lh38: 1.979vw;
  --lh40: 2.083vw;
  --lh42: 2.188vw;
  --lh53: 2.76vw;
  --lh85: 4.427vw;
}
.btn-service {
  background: transparent;
  border: none;
  margin-right: 3%;
  
}
.download-img{
  width:70px;
  
}
.download-container {
  
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dowload-box {
  /* width: 48%; */
}
.income-container {
  background: rgba(147, 147, 147, 0.17);
  align-items: center;
  width: 100%;
}
.income-right {
  width: 65%;
}
.income-left {
  width: 34%;
}
.plant {
  width: 465px;
  height: 668px;
}
.fund-para {
  color: rgba(0, 0, 0, 0.81);
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: var(--fs20);
  line-height: var(--lh40);
  letter-spacing: 0.2px;
}
.fund-buttontext {
  color: rgba(0, 0, 0, 0.81);
  
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: var(--font-bold-700);
  /* line-height: var(--fs36); */
  letter-spacing: 0.24px;
}
.fund-buttontext-size{
  color: rgba(165, 165, 165, 0.81);
  
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--font-bold-700);
  line-height: var(--fs36);
  letter-spacing: 0.24px;
}
.number,
.email {
  color: var(--secondary-color);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: var(--font-bold-700);
  line-height: 160%;
  letter-spacing: 0.24px;
}
.all-fund {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.text-until {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 3.333vw; /* 64.32px */
  letter-spacing: 0.96px;
}
.red-tab {
  background: #e93131;
  width: 33.3%;
  padding-top: 45px;
  padding-bottom: 45px;
  align-items: center;
}
.black-tab {
  background: #0a1020;
  width: 33.3%;
  border-radius: 0px 0px 0px 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.smallred-tab {
  background: #e93131;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 42%;
  padding-left: 20px;
}
.smallblack-tab {
  background: #0a1020;
  border-radius: 0px 0px 25px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 55%;
  padding-left: 20px;
}
.gray-tab {
  background: #908989;
  width: 33.3%;
  border-radius: 0px 25px 0px 0px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.tab-two {
  gap: 7px;
}
.title-income {
  color: var(--white);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs32);
  font-style: normal;
  
  font-weight: var(--font-bold-700);
  line-height: var(--lh42); /* 46.9px */
  letter-spacing: 0.7px;
  width:250px;
  margin:auto;
  padding-bottom: 4%;
}
.title-income2 {
  color: var(--white);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--fs32);
  font-style: normal;
  
  font-weight: var(--font-bold-700);
  line-height: var(--lh42); /* 46.9px */
  letter-spacing: 0.7px;
  padding-bottom: 4%;
}
.fundHref{
  border: none !important;
}
.inner-fund {
  padding: 50px 122px 112px 143px;
}
.mutul-banner{
  position: relative;
}
.overlap-card {
  position: absolute;
  bottom: 0;
  align-items: center;
  right: 0;
  border-radius: 40px 0px 0px 0px;
  padding: 20px;
  background: #E93131;
}
.single-overlap{
  background: #E93131;
  text-decoration: none;
}
.mutual-icon{
  width: 52px;
  height: 52px;
}
.overlap-text{
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: var(--fs30);
  font-style: normal;
  font-weight: var(--font-semibold-600);
  line-height: normal;
}
.planContain {
  width: 100%;
  display: flex;
  justify-content: space-between; /* Ensures proper spacing between left and right */
  align-items: center; /* Ensures both sections align vertically */
  flex-wrap: nowrap; /* Prevents wrapping */
  gap: 20px; /* Adds spacing */
}

.plan-right {
  width: 70%;
  
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers content vertically */
  align-items: flex-start; /* Aligns content to the left */
}

.plan-left {
  width: 30%;
  padding-left:5%;
  display: flex;
  align-items: center; /* Ensures the image stays centered */
  justify-content: center; /* Centers the image horizontally */
  min-height: 100px; /* Ensures it doesn’t collapse */
}

.plan-left img {
  max-width: 100%;
  height: auto;
  display: block; /* Prevents inline space issues */
}
.tab-content{
  min-height: 500px !important;
}
.tab-content1 > .tab-pane {
  display: none;
}
.tab-content1 > .active {
  display: block;
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {
  :root {
    --fs16: 0.833vw;
    --fs18: 0.938vw;
    --fs20: 20px;
    --fs24: 1.25vw;
    --fs30: 1.563vw;
    --fs32: 1.667vw;
    --fs40: 20px;
    --fs64: 3.333vw;
    --fs96: 5vw;
  }
  /* start product */
  .income-left,
  .income-right {
    width: 100%;
  }
  .inner-fund {
    padding: 20px;
  }
  .fund-para {
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.2px;
  }
  .plant {
    width: 100%;
    height: 668px;
    object-fit: contain;
  }
  .fund-buttontext,
  .number,
  .email {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.24px;
  }
  .fund-buttontext-size{
    text-align: left;
    font-size: 10px;
  }
  .download-img{
    width:50px;
    
  }
  .overlap-card {
    position:unset;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: unset;
  }
  .single-overlap{
    width: 56%;
    padding: 20px;
    display: flex;
  }
  .overlap-text{
  font-size: 13px;
  line-height: 23px;
  }
  .mutual-icon{
    width: 30px;
    height:30px;
  }

  /* Custom styles for dropdown */
.dropdown-menu {
  display: none; 
  width: 100%;
  left: 0; 
}

.dropdown-menu.show {
  display: block;
  margin-top: 0.5rem; 
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

[data-bs-toggle="dropdown"][aria-expanded="true"] .dropdown-icon {
  transform: rotate(180deg); 
}

  /* end product */
  .black-tab {
    width: 100%;
    border-radius: 0px;
  }
  .red-tab {
    width: 100%;
  }
  .gray-tab {
    width: 100%;
    border-radius: 0px;
  }
}
/* Laptop */
@media only screen and (max-width: 1440px) {
  .inner-fund {
    padding: 30px;
  }
}
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
  .inner-fund {
    padding: 30px;
  }
}
/* Tablet */
@media only screen and (max-width: 834px) {
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {
  .plan-left {
    width: 100% !important;
    display: none;
  }
  .plan-right{
    width: 100% !important;
    text-align: right;
  }
  .title-income {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.7px;
  }
  .title-income2 {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.7px;
  }
  .smallred-tab {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}
@media only screen and (max-width: 600px) {
  .smallred-tab {
    width: 100%;
   
  }
  .smallblack-tab {
    width: 100%;
  }
}
/* Mobile */
@media only screen and (max-width: 480px) {
  .smallred-tab {
    width: 100%;
   
  }
  .smallblack-tab {
    width: 100%;
  }
  .black-tab,
  .red-tab,
  .gray-tab {
    width: 100%;
  }
  .black-tab {
    border-radius: 25px 0px 0px 0px;
  }
  .gray-tab {
    border-radius: 0px 0px 25px 0px;
  }
  .download-container {
    justify-content: center;
  }
  .plant {
    width: 100%;
    height: 548px;
    object-fit: contain;
  }
}
