@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

body{
    font-family: 'Newsreader', serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Newsreader', serif;
}
a{
  font-family: 'Newsreader', serif;
}


.overall {
  margin: 0;
  padding: 0;
  width: 100%;
}

.hero-section1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.hero-section1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.hero-section2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 100px;
    margin-bottom: 50px;
    width:100% !important;
    /* flex-wrap: wrap; */
}

.hero-section2-containers {
    text-align: center;
    padding: 0px 50px;
    width:30%;
}

.number {
    font-family: 'Newsreader', serif;
    font-size: 50px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 5px 0;
}

.content {
    font-family: 'Newsreader', serif;
    font-size: 30px;
    font-weight: 600;
    color: #363636;
    padding: 0;
    margin:0;
}



/* home page unlisted share section */

.unlisted-share-section {
  margin-bottom:50px;
  padding: 0 100px;
  width: 100%;
}
.unlisted-share-boxex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.card-boxes
{
  width: 32%;
}

.cards {
  background-color: #F9FCF4;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  font-family: 'Newsreader', serif;
  height: 250px;
  justify-content: space-between;
}

.cards-first-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.logo-wrapper {
  width: 150px;
  height: 70px;
  overflow: hidden;
  overflow: hidden;             
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
}

.logo-wrapper>.stock-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.card-icons {
  display: flex;
  gap: 8px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
.card-icons i:hover {
  color: #39B54A;
}

.cards-second-info,
.cards-third-info,
.cards-fourth-info {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.cards-share-name {
  font-size: 14px;
  color: #39B54A;
  width: 50%;
  text-wrap: wrap;
}

.cards-share-level {
  font-size: 14px;
  text-align: center;
}

.cards-share-level strong {
  display: block;
  color: #39B54A;
}

.cards-third-info {
  font-size: 14px;
  color: #333;
}

.cards-fourth-info button {
  padding: 0 20px;
  border: none;
  /* background-color: #0E213F; */
  color: white;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 49%;
  height: 38px;
}
.cards-buy-button
{
    background-color: #0B9444;
}
.cards-sell-button
{
    background-color: #FF4F48;
}
/* all list stock */
.search-bar-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.search-bar-wrapper form{
  display: flex; 
  width: 100%; 
  justify-content: center;
}

.search-bar-input {
    padding: 12px;
    width: 1100px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 10px;
}

.search-bar-button {
    width: 200px;
    height: 50px;
    background: transparent;
    color: black;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}

/* baner image */

/* .overall {
    margin: 0;
    padding: 0;
    font-optical-sizing: auto;
    width: 100%;
} */

/* .hero-section1 {
    background-image: url('../Media/images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 650px;
    width: 100%;
    display: flex;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
} */

/* .hero-section1 {
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.hero-section1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */



/* Hide mobile banner by default */
.banner-mobile {
  display: none;
}



.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hero-section1-container1 {
    padding: 50px 80px 0 0;
}

/* .hero-section-head {
    color: white;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Newsreader', serif;

} */

/* .hero-section-para {
    color: white;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Newsreader', serif;

} */

/* .hero-button {
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    background-color: white;
    padding: 10px 50px;
    border: none;
    border-radius: 5px;
} */



.search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0px 100px;
    margin-bottom: 50px;
}

.search-bar {
    position: relative;
    width: 300px;
}

.search-bar input {
    width: 979px;
    padding: 8px 15px 8px 40px;
    border: 1px solid #363636;
    border-radius: 5px;
    outline: none;
    font-size: 20px;
}

.search-bar .fa-magnifying-glass {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #363636;
    font-size: 20px;


}

.search-bar-button {
    font-size: 20px;
    font-weight: 600;
    padding: 8px 50px;
    background-color: transparent;
    border: none;
    border: solid 1px #0E213F;
    border-radius: 5px;



}

.search-bar-button:hover {
    background-color: #e67e22;
    color: white;
}



.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0px 100px 50px;
}

.card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo {
    width: 100px;
    height: auto;

}

.info-first {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;

}

.info-second {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.spantext {
    font-size: 16px;
}

.conviction {
    display: block;
    text-align: center;
    font-size: 14px;
}

.info-third {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.price {
    font-weight: bold;
    margin-bottom: 10px;
}

.actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.actions button {
    flex: 1;
    padding: 10px;
    border: 1px solid #0E213F;
    background: white;
    color: #0E213F;
    cursor: pointer;
    font-weight: bold;
}

.actions button:hover {
    color: #007BFF;
}

.wishlist {
    text-align: center;
    font-size: 16px;
    color: #0E213F;
    border: 1px solid #0E213F;
    background: white;
    cursor: pointer;
    font-weight: 600;
    padding: 10px;
}

.wishlist:hover {
    color: #007BFF;
}

/* @media (max-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
} */

.viewall1 {
    text-align: center;
    margin-bottom: 50px;
}

.viewallbtn1 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #0E213F;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
}

.angelshares {
    background-color: #F2F2F2;
    width: 100%;
    height: 100%;
    padding: 50px 0px;
}

.viewall2 {
    text-align: center;
}

.viewallbtn2 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #0E213F;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
}

/* why trade with us */

.why-trade-section {
    background-color: #0E213F;
    width: 100%;
    padding: 40px 100px;
    margin-bottom: 50px;
}
.section-title {
    color: white;
    font-size: 45px;
    font-family: 'Newsreader', serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

.section-description {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: 'Newsreader', serif;
    font-weight: 300;
    padding: 0px 170px;
    margin-bottom: 40px;
}

.highlight {
  color: #39B54A;
}

.why-trade-overall {
    display: flex;
    justify-content: space-between;
}


.trade-card {
    background-color: white;
    height: 113px;
    width: 300px;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 60px;
}

.trade-card-header {
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 600;

}

.trade-card-content {
    margin: 0px;
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    width: 100%;
}

.why-trade-few-steps {
  text-align: center;
}

.steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}

.why-trade-step {
  border-radius: 10px;
  padding: 20px;
  width: 27%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.why-trade-step h3 {
  font-size: 26px;
  font-family: 'Newsreader', serif;
  font-weight: 700;
  margin-bottom: 10px;
  color:white;
}

.why-trade-step p {
  font-size: 16px;
  font-family: 'Newsreader', serif;
  font-weight: 300;
  color: white;
  margin: 0;
}

.hide-on-mobile {
  display: inline;
}

.step-number {
  display: inline-block;
  background-color: #39B54A;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
}

.step-arrow {
  font-size: 43px;
  color: #39B54A;
}

/* why trade end */


.listed-row1 {
    text-align: center;
    margin-bottom: 40px;
}

.listed-row2 {
    text-align: center;
    margin-bottom: 40px;


}

.listed-row3 {
    text-align: center;
    margin-bottom: 40px;

}

.listed-row1 a img {
    padding: 0px 15px;
}

.listed-row2 a img {
    padding: 0px 15px;
}

.listed-row3 a img {
    padding: 0px 15px;
}

/* home page logos */

.listed {
    margin: 0px 100px 50px 100px;
}

.hero-headers {
    text-align: center;
    margin-bottom: 40px;
    padding: 0;
}

.heading {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Newsreader', serif;
    padding: 0;
    margin: 0;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
    margin-bottom: 40px;
}

.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  background-color: white;
}

.logo-cell:not(:nth-child(6n))::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.logo-cell::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ccc;
}

/* .logo-cell:nth-last-child(-n + 6)::before {
  display: none;
} */

.logos-grid > .logo-cell:nth-last-child(-n + 6):nth-child(6n+1)::before,
.logos-grid > .logo-cell:nth-last-child(-n + 6):nth-child(6n+2)::before,
.logos-grid > .logo-cell:nth-last-child(-n + 6):nth-child(6n+3)::before,
.logos-grid > .logo-cell:nth-last-child(-n + 6):nth-child(6n+4)::before,
.logos-grid > .logo-cell:nth-last-child(-n + 6):nth-child(6n+5)::before,
.logos-grid > .logo-cell:nth-last-child(-n + 6):nth-child(6n)::before {
  display: none;
}
.logo-cell img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
.logo-cell img:hover {
  transform: scale(1.05);
  transition: 0.3s ease;
}



.viewall3 {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

.viewallbtn3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    background-color: #F9FCF4;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
    border: 1px solid black;
    width: 297px;
    height: 50px;
}
.viewallbtn3 > a {
    color: black;
    text-decoration: none;
    display: block; /* ensure full area is clickable */
    width: 100%;
    height: 100%;
}
.viewallbtn3:hover,
.CompanyLogviewallbtn3:hover {
    background-color: #39B54A;
    color: white;
}
.viewallbtn3:hover a {
    color: white;
}

.CompanyLogviewallbtn3 {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    background-color: #F9FCF4;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
    border: 1px solid black;
    width: 297px;
    height: 50px;
}


/* logos end */

/* .investing-steps {
    background-color: #0E213F;
    height: 515px;
    width: 100%;
    padding: 50px 100px;
    margin-bottom: 50px;

}

.investing-title {
    color: white;
    font-size: 45px;
    font-family: 'Newsreader', serif;
    font-weight: 800;
    text-align: center;
    padding: 0px 150px;
    margin-bottom: 40px;
}

.investing-cards {
    display: flex;
    justify-content: space-between;
}

.investing-card {
    height: 265px;
    width: 186px;
    background-color: #2D384C;
    padding: 20px 15px;
    color: white;
    border-radius: 5px;
}

.investing-card-heading {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0px 5px 0px;

}

.investing-card-paragraph {
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
} */


.faq-title {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Newsreader', serif;
    margin-bottom: 40px;
}

.faq-paragraph {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.faq-heading {
    font-family: 'Newsreader', serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.read-more {
    text-align: center;
    margin-bottom: 50px;
}

.read-btn {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #0E213F;
    /* padding: 10px 60px; */
    border: none;
    border-radius: 5px;
    width: 171px;
    height: 50px;
}

.read-btn>a {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #0E213F;
    /* padding: 10px 60px; */
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.faq-section {
    margin: 0px 100px 40px 100px;
}

.accordion-overall {
    display: flex;
    margin: 0px 100px 50px;
    gap: 30px;
}

.accordion-button {
    height: 50px;
    width: 570px;
}

.accordion-item {
    width: 570px;
}

/* .accordion-button.collapsed {
    margin: -2px 0px 0px;
    border: 1px solid black;
} */

.accordion-body {
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 300;
}

.blogs {
    margin: 0px 100px 50px;
}

.blog-title-section {
    text-align: center;
}

.blog-title {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Newsreader', serif;
    margin-bottom: 40px;
}

.all-blogs {
    display: flex;
}

.blog-img {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid black;
}
.blog-container {
   margin: 0px 20px;
   
}

.blog-head {
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-card-link {
  color: #1a202c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-para {
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 22px;
}

.carasoul {
    margin: 0px 100px 50px;
}

.carasoul-title-section {
    text-align: center;
}

.carasoul-title {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Newsreader', serif;
    margin-bottom: 40px;
}

.carousel-container {
    width: 100%;
    /* max-width: 1166px; */
    overflow-x: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.testimonial-card {
    width: calc(100vw - 40px);
    padding: 25px;
    background: white;
    border-radius: 12px;
    border: 1px solid #0E213F;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    margin: 1px 0px;
}

.testimonial-icon {
    font-size: 40px;
    color: #4a6cf7;
    flex-shrink: 0;
    margin-top: 5px;
}

.testimonial-content {
    margin-top: 20px;
    flex: 1;
}

.testimonial-text {
    font-family: 'Newsreader', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-family: 'Newsreader', serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
}

.author-profession {
    font-family: 'Newsreader', serif;
    font-size: 14px;
    color: #777;
}


@media (min-width: 768px) {
    .testimonial-card {
        width: calc(33.33vw - 30px);
        max-width: 380px;
    }

    .testimonial-icon {
        font-size: 50px;
    }

    .testimonial-text {
        font-size: 17px;
    }
}

.started {
    margin: 0px 100px 50px;
}

.started-title-section {
    text-align: center;
}

.started-title {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Newsreader', serif;
    margin-bottom: 10px;
}

.started-paragraph {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Newsreader', serif;
    margin-bottom: 20px;
}

.started-btn {
    text-align: center;
    font-family: 'Newsreader', serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #0E213F;
    /* padding: 10px 50px; */
    border: none;
    border-radius: 5px;
    width: 217px;
    height: 50px;
}




/* Individual Stock Details */

.carousel-container-main {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    background-color: #CFE2CE;  
    margin-left: auto;
    margin-right: auto;
}
  
.carousel-title-main {
    color: #fff;
    font-family: 'Newsreader', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
    text-align: center;
}
  
.carousel-content {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
  
.scroll-container-main {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    scroll-behavior: smooth;
    width: 100%;
    padding: 10px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
  
  /* Hide scrollbar for Chrome/Safari */
.scroll-container-main::-webkit-scrollbar {
    display: none;
  }
  
.company-card-main {    
    min-width: calc(25% - 15px);
    scroll-snap-align: start;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    transition: transform 0.3s ease;
    flex: 0 0 auto;
    border: 1px solid #eee;
}
  
  .company-card-main:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  }

  .logo-main {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .company-logo-main {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
   .company-name-main {
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    /* text-align: center; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
   .company-sector-main {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    /* text-align: center; */
  }
  
  .company-sector-main span {
    font-weight: 600;
    color: #333;
  }

  .company-ltp-main {
    background: #f8f9fa;
    /* padding: 10px; */
    border-radius: 8px;
    /* margin-bottom: 12px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    gap: 6px;
    /* text-align: center; */
  }
  
  .company-ltp-main span:first-child {
    font-weight: 600;
    color: #333;
    margin-right: 6px;
  }
  
  .company-ltp-main p {
    /* margin: 6px 0 0; */
    /* font-size: 1px; */
    /* font-weight: 600; */
  }
  
  .market-cap-main {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    /* text-align: center; */
  }
  
  .market-cap-main span {
    font-weight: 600;
    color: #333;
  }
  
  .details-company-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .company-eps-div {
    font-size: 13px;
    color: #555;
    width: 48%;
  }
  
  .company-eps-div span {
    font-weight: 600;
    color: #333;
    display: inline-block;
    margin-right: 4px;
  }

   @media (max-width: 1024px) {
    .company-card-main {
      min-width: calc(33.33% - 15px);
    }
  }
  
  @media (max-width: 768px) {
    .company-card-main {
      min-width: calc(50% - 15px);
    }
    .details-company-main {
      flex-direction: column;
    }
    .company-eps-div {
      width: 100%;
      margin-bottom: 6px;
    }

    .nav-arrow {
      width: 35px;
      height: 35px;
      font-size: 18px;
    }
  }
  
  @media (max-width: 480px) {
    .company-card-main {
      min-width: calc(100% - 15px);
    }
    
    .carousel-content {
      gap: 5px;
    }
    
    .nav-arrow {
      width: 30px;
      height: 30px;
      font-size: 16px;
    }
  }

@media (min-width: 320px) and (max-width: 767px) {
    /* .hero-section1 {
        height: 280px;
        margin-bottom: 30px;
        position: relative;
    } */

    .hero-image {
        min-height: 280px; 
        object-position: center top;
    }
    /* .hero-section1::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30%;
        background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    } */

    .hero-section2 {
        padding: 0;
        margin-bottom: 20px;
    }

   .hero-section2-containers {
        padding:0 10px;
    }

    .number {
        font-family: 'Newsreader', serif;
        font-size: 15px;
        font-weight: 600;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .content {
        font-family: 'Newsreader', serif;
        font-size: 10px;
        font-weight: 600;
        color: #363636;
    }

    
    .heading {
        margin-top:10px;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Newsreader', serif;
        margin-bottom: 20px;
    }

    .grid-container {
        grid-template-columns: 1fr;
        margin: 0px 20px 30px;
        gap: 16px;
    }
    .card {
        padding: 16px;
    }
    .logo {
        width: 70px;
    }
    .info-first,
    .info-second,
    .info-third {
        gap: 8px;
    }

    .spantext,
    .wishlist,
    .price,
    .conviction {
        font-size: 14px;
    }

    .actions button {
        padding: 10px;
        font-size: 14px;
    }

    .wishlist {
        font-size: 14px;
        padding: 10px;
    }

     @media (orientation: landscape) {
        /* .hero-section1 {
            height: 200px;
        } */
        .hero-image {
            min-height: 200px;
        }
    }

    /* @media (max-width: 375px) {
        .hero-section1 {
            height: 250px;
        }
    } */
  .why-trade-section {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }

  .section-description {
    font-size: 12px;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .highlight {
    color: #39B54A;
  }

  .why-trade-overall {
    flex-direction: column;
    align-items: center;
  }

  .why-trade-row {
    flex-direction: column;
    align-items: center;
  }

  .trade-card {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .why-trade-image {
    text-align: center;
    margin: 30px 0;
  }

  .why-trade-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .why-trade-few-steps {
      padding:0 20px;
  }
  /* home page logos */
    .listed {
    margin: 20px;
  }

  .heading {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }

  .logo-cell {
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    position: relative;
  }

  .logo-cell::after,
  .logo-cell::before {
    display: none !important;
  }

  .logo-cell img {
    max-height: 50px;
  }

  .viewallbtn3,.CompanyLogviewallbtn3 {
    font-size: 14px;
    padding: 8px 18px;
    width: 200px;
    height: 40px;
  }
  

   .hide-on-mobile {
    display: none;
  }

  .steps-wrapper {
    flex-direction: column;
    gap: 25px;
    margin-top: 10px;
  }

  .step-arrow {
    transform: rotate(90deg);
  }

  .why-trade-step {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* faq home page*/
  .faq-section {
    margin: 0px 20px 20px;
  }

  .faq-title {
    font-size: 26px;
    text-align: center;
  }

  .faq-heading {
    font-size: 18px;
    text-align: left;
  }

  .faq-paragraph {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .read-btn,
  .read-btn > a {
    font-size: 16px;
    /* padding: 10px 20px; */
    width: 150px;
    height: 50px;
  }

  .read-more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blogs {
    margin: 0px 20px 40px;
  }

  .blog-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .all-blogs {
    flex-direction: column;
    gap: 30px;
  }

  .blog-container {
    margin: 0px;
  }

  .blog-img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .blog-head {
    font-size: 16px;
  }
  .blog-para {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  /* .read-btn {
    font-size: 16px;
    padding: 10px 40px;
  } */

  .carasoul {
    margin: 0px 20px 40px;
  }

  .carasoul-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .carousel-container {
    max-width: 100%;
    overflow-x: auto;
  }

  .carousel-track {
    gap: 12px;
    padding: 0 10px;
  }

  .testimonial-card {
    width: 280px;
    padding: 20px;
    margin: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .author-name {
    font-size: 16px;
  }

  .author-profession {
    font-size: 13px;
  }

  .testimonial-icon img {
    width: 60px;
    height: auto;
  }
  .started {
    margin: 0px 20px 40px;
  }

  .started-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .started-paragraph {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .started-btn {
    font-size: 16px;
    padding: 10px 30px;
  }


  .carousel-container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    }

    .testimonial-card {
    scroll-snap-align: start;
    }


    /* home page unlisted shares */

 .unlisted-share-section {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .hero-headers {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
}

  .hero-headers .heading {
    font-size: 24px;
    text-align: center;
    padding: 0;
  }

  .unlisted-share-boxex {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }

  .card-boxes {
    width: 100%;
    padding: 0 15px;
  }

  .cards {
    height: auto;
    padding: 10px;
  }

  .logo-wrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
    overflow: hidden;             
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
  }

  .logo-wrapper > .stock-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
  }

  .cards-first-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .card-icons {
    font-size: 18px;
  }

  .cards-second-info,
  .cards-third-info,
  .cards-fourth-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 10px;
  }

  .cards-share-name,
  .cards-share-level,
  .cards-third-info div {
    font-size: 13px;
    text-wrap: nowrap;
  }

  .cards-share-level {
    text-align: left;
  }

  .cards-share-level strong {
    display: inline;
  }

  .cards-fourth-info {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .cards-fourth-info button {
    width: 48%;
    padding: 6px 0;
    font-size: 13px;
  }



  /* all list stock */
  .search-bar-wrapper form{
    margin-bottom: 30px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
  }
  .search-bar-input {
    padding: 10px 15px;  
    width: 90%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom:5px;
    margin-right: 0;
  }
  .search-bar-button
  {
    padding: 10px 15px;  
    width: 90%;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom:5px;
    margin-right: 0;
  }

  /* .hero-section1 {
    height: 300px;
  } */

  .hero-section1 {
    height: auto;
    margin-bottom: 20px;
  }

  .banner-desktop {
    display: none;
  }

 .banner-mobile {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .viewall3{
    margin-top:20px;
  }
  .testimonial-content {
    margin-top: 10px;
    flex: 1;
  }
}


/* tab view */

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section1 {
    height: 500px; /* optional: adjust banner height for tablets */
    margin-bottom: 30px;
  }
  .hero-section2 {
      padding: 0;
      margin-bottom: 20px;
  }
  .unlisted-share-section {
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
  }
}



/* About US */
.stock-page-header {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  
  height: 312px;
  margin-bottom: 40px;
  background: radial-gradient(
    64.54% 23.63% at 69.24% 61.54%,
    #271b3f 0%,
    #271b3f 43.09%,
    #341a47 68.59%,
    #0e213f 100%
  );
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
 
}
.stock-page-header h2{
    color: aliceblue;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

/* width: 100%;
  max-width: 1232px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  min-height: 440px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 103px;
  align-items: start;
  font-family:
    Outfit,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: rgba(54, 54, 54, 1); */


.intro-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0 100px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.intro-image-column {
  flex: 1 1 45%;
  text-align: center;
  height: 525px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.intro-image {
  width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.intro-text-column {
  flex: 1 1 45%;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}

.intro-text-wrapper {
  width: 100%;
  margin: auto;
}

.intro-heading {
  font-size: 40px;
  font-weight: bold;
  color: #0E213F;
  margin-bottom: 20px;
  font-family: 'Newsreader', serif;
}

.intro-paragraph {
  font-size: 18px;
  font-family: 'Newsreader', serif;
  color: #444;
  margin-bottom: 10px;
  /* line-height: 22px; */
  font-weight: light;
}

.story-section {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:40px 100px;
  background-color: #CFE2CE;
}
.story-heading {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.story-heading h2{
  margin: 0;
  padding: 0;
}
.story-text {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: light;
  /* line-height: 20px; */
  text-align: center;
  margin-bottom: 40px;
}

.values-container {
  gap: 20px;
  display: flex;
  width: 100%;
}

.value-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 32%;
  margin: 0;
}
.value-card-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.value-icon-container {
  border-radius: 10px;
  background-color: rgba(12, 29, 49, 1);
  display: flex;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 43px;
  padding-bottom: 43px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.value-icon {
  aspect-ratio: 1.04;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 50%;
}
.value-title {
  color: #363636;
  font-size: 30px;
  font-weight: bold;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.value-description {
  color: #000000;
  font-size: 18px;
  font-weight: light;
  text-align: center;
  margin-top: 10px;
  /* line-height: 22px; */
  padding: 0;
}

.join-platform-section
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 100px 50px 100px;
}
.join-details {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10%;
}
.join-details div
{
  width: 75%;
}

.join-details div>p {
  
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
.join-details button {
  padding: 10px 30px;
  background-color: #F9FCF4;
  color: black;
  border: 1px solid #363636;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.join-details button:hover{
   background-color: #39B54A;
  color: white;
}

.contact-section {
  position: relative;
  width: 100%;
  padding: 60px 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #FFFFFF;
  background-color: #39B54A;
  overflow: hidden;
}

.contact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.contact-content,
.contact-info {
  position: relative;
  z-index: 1;
}

.contact-heading {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: white;
}

.contact-description {
  font-size: 18px;
  font-weight: 300;
  max-width: 765px;
  margin: 0 0 30px 0;
  color: white;
  line-height: 1.5;
}

.contact-info-label {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

.contact-info-details {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-assistance {
  font-size: 16px;
}


/* FAQ */

.blog-containerM {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 100px;
}
.content-wrapper {
  width: 100%;
}
.fullpage .paragraph{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  margin-left: 8px;
}
.fullpage .paragraph1
{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  margin-left: 8px;
}

.fullpage .title-faqPage
{
  margin-bottom:10px;
  font-size:22px;
  font-weight: bold;
}
.fullpage .title-head-faq
{
  margin-bottom:20px;
  font-size:28px;
  font-weight: bold;
  color: rgba(14, 33, 63, 1);
}



/* contact us page */
.icon-sections {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 40px;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
}

.section-card {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Newsreader', serif;
  color: #363636;
}

.section-card i {
  font-size: 40px;
  margin-bottom: 10px;
}

.section-card p {
  font-size: 14px;
  margin: 0;
}
.contactus-form
{
  margin-bottom: 40px;
  padding: 0 100px;
}
.form-back
{
  background-color: #CFE2CE;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  padding: 40px;
  flex-wrap: wrap;
}
.side-form {
  flex: 1 1 50%;
  padding: 20px;
}

.side-form input,
.side-form textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-family: 'Newsreader', serif;
  font-size: 16px;
}

.side-form textarea {
  resize: vertical;
  height: 140px;
}

.side-form button {
  background-color: #0E213F;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.side-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.side-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
}
/*  */
.blog-AllBlogs{
  margin: 0 100px 50px 100px;
}

.allBlogs-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.blog-detail-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.blog-detail-card:hover {
  transform: translateY(-5px);
}

.blog-details-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.blog-details-cardHead {
  padding: 15px;
}

.blog-details-cardHead h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

.blog-details-cardHead p {
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

.blog-details-cardHead a{
  color: #1a202c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.Main-blogs-details
{
  width: 100%;
  padding: 0 100px;
}
.blog-details-banner-img
{
 border: 1px solid black;
 margin-bottom: 5px;
 width: 100%;
}

.blog-details-banner-img img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}

 .blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: medium;
    color: #363636;
    margin-bottom: 20px;
}

.blog-meta a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

 .blog-detail-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #363636;
}

.blog-detail-content p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
}

.blog-detail-content{
  margin-bottom: 20px;
}
.stock-page-header-1 {
  display: flex;
  align-items: center;
  height: 312px;
  margin-bottom: 40px;
  background: radial-gradient(
    64.54% 23.63% at 69.24% 61.54%,
    #271b3f 0%,
    #271b3f 43.09%,
    #341a47 68.59%,
    #0e213f 100%
  );
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.header-content-details {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 100px;
  color: #fff;
  gap:30%;
}
.header-details-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 220px;
  gap: 10px;
}

.header-details-logo-left{
  width: 200px;
  height: 100px;
  border: 1px solid yellow;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo-1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-details-buttons
{
  display: flex;
  width: 200px; 
  gap:10px;
}
.header-details-buttons a {
  flex: 1;
  text-align: center;
}
.header-details-whishlist{
  width: 200px;
  display: flex;
  justify-content: center;
}
.header-details-whishlist button {
  width: 100%;
  text-align: center;
}
.header-details-buttons a,
.header-details-whishlist button {
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  border: 2px solid yellow;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header-details-buttons a:hover,
.header-details-whishlist button:hover {
  background-color: yellow;
  color: #000;
  transform: scale(1.05);
}

.header-details-right h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.header-details-right p {
  margin: 6px 0;
  font-size: 16px;
}



.stock-info-section {
  border: 1px solid black;
  border-radius: 10px;
  padding: 40px 30px;
  max-width: 90%;
  margin: 40px 100px;
}

.stock-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -10px;
}

.stock-info-block {
  flex: 1 1 calc(33.33% - 20px);
  min-width: 250px;
  box-sizing: border-box;
  padding:0 30px;
  margin: 0;
}

.stock-info-block h3 {
  font-size: 18px;
  font-weight: 400;
  color: #0E213F;
  margin: 0 0 5px 0;
}

.stock-info-block p {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.stock-info-block hr {
  border: 0;
  border-top: 1px solid #363636;
  margin:8px 0;
}

/* charts */
.chart-wrapper {
  position: relative;
  margin: 0 100px;
}

.filter-buttons {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
}
.filter-btn {
    padding: 6px 8px;
    font-size: 12px;
    margin: 15px 0px 3px 0px;
    cursor: pointer;
    border: 1px solid yellow;
    background: transparent;
    color: white;
    font-weight: bold;
    transition: 0.3s;
}
.filter-btn:hover {
  background: yellow;
  color: black;
}
.chart-container {
  width: 100%;
  padding: 80px 30px 50px 20px;
  background: #0E213F;
  border-radius: 10px;
  text-align: center;
  color: white;
}
.canvasDetails {
  max-width: 100%;
  height: 400px !important;
}

/* overview */
.company-overall-allDetails {
  margin: 40px 100px;
}
.company-details-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
}

.company-details-buttons button {
  width: 171px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #0e213f;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 5px;
}

.company-details-buttons button:hover {
  transform: scale(1.05);
}

/* overview section */

.stock-overview-section {
  display: block;
  margin:0 100px 20px 100px;
}
.stock-overview-box {
  margin:0;
}

.stock-overview-text h2{
  font-size: 24px;
  font-weight: 600;
  margin:10px 0;
}
.stock-overview-text p{
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
  margin: 0;
}

.stock-overview-text h3{
  font-size: 20px;
  font-weight: 600;
  margin:10px 0;
}

.stock-overview-text p>span{
  font-weight: 600;
  color:#000;
}

.stock-overview-text ul
{
  margin: 0;
}

.stock-overview-text ul li
{
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 10px;
  margin: 0;
}
.stock-overview-text ul li>span
{
  font-weight: 600;
  color:#000;
}

.stock-overview-text table
{
  width: 100%;
  border-collapse: collapse;
}

.stock-overview-text table, 
.stock-overview-text table th, 
.stock-overview-text table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
.stock-overview-text table th:nth-child(2),
.stock-overview-text table td:nth-child(2),
.stock-overview-text table th:nth-child(3),
.stock-overview-text table td:nth-child(3) {
  text-align: right;
}
.stock-overview-text table tr:last-child td {
  font-weight: 600;
}

.stock-report-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stock-report-item {
  /* margin-bottom: 12px; */
  /* padding: 12px; */
  /* background-color: #f9f9f9; */
  /* border-left: 4px solid #3498db; */
}

.stock-report-title {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 12px;
  padding: 6px 0;
}

.stock-report-summary 
{
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
}

.stock-report-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 8px 0 4px;
}

.stock-report-subsummary {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

.stock-report-list h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.stock-report-list p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.stock-shareholding-section
{
  margin:0 100px 40px 100px;
}

.stock-overview-table
{
  width: 100%;
  overflow-x: auto;

}
.stock-overview-table table
{
  border-collapse: collapse; 
  width: 100%;
}
.stock-overview-table th,
.stock-overview-table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 18px;
}
.stock-overview-table td:not(:first-child),
.stock-overview-table th:not(:first-child) {
  text-align: right;
}

.content-section
{
  margin: 0 100px 30px 100px;
}

.content-section h2{
  color: #000; 
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.balance-sheet-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  padding:8px;
}

@media (min-width: 320px) and (max-width: 767px) 
{
  .stock-page-header h2 {
    font-size: 28px;
    padding: 0 20px;
  }

  .stock-page-header {
    height: 220px;
    margin-bottom: 20px;
  }

  .intro-section {
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 0;
    gap: 20px;
  }

  .intro-image-column {
    height: auto;
  }

  .intro-image {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
  }

  .intro-text-column {
    width: 100%;
  }

  .intro-heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }

  .intro-paragraph {
    font-size: 14px;
    /* line-height: 24px; */
    text-align: justify;
  }

  .story-section {
    padding: 20px 20px;
    margin-bottom: 20px;
  }

  .story-heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }

  .story-text {
    font-size: 14px;
    /* line-height: 24px; */
    margin-bottom: 20px;
    text-align: justify;
  }

  .values-container {
    flex-direction: column;
    gap: 20px;
  }

  .value-card {
    width: 100%;
  }

  .value-title {
    font-size: 22px;
    margin-top: 10px;
  }

  .value-description {
    font-size: 14px;
    /* line-height: 22px; */
    margin-top: 10px;
  }

  .value-icon-container {
    padding: 30px;
  }

  .join-platform-section {
    flex-direction: column;
    margin: 0 20px 20px 20px;
  }

  .join-details {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .join-details p {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .join-details button {
    width: fit-content;
    padding: 10px 25px;
    font-size: 15px;
  }

  .contact-section {
    padding: 20px;
    align-items: center;
    text-align: center;
  }

  .contact-description {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-info {
    margin-top: 20px;
  }
   .contact-bg {
    display: none;
  }
  .blog-containerM {
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .fullpage .paragraph{
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    margin-left: 4px;
  }
  .fullpage .paragraph1
  {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    margin-left: 4px;
  }

  .fullpage .title-faqPage
  {
    margin-bottom:10px;
    font-size:20px;
    font-weight: bold;
  }

  .icon-sections {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }

  .section-card {
    flex: 1 1 100%;
  }

  .contactus-form {
    padding:0;
    border-radius: 0;
  }

  .form-back {
    flex-direction: column;
    padding: 20px;
    border-radius: 0;
  }

  .side-form,
  .side-image {
    flex: 1 1 100%;
    padding: 10px 0;
  }

  .side-image img {
    max-width: 100%;
  }
   .blog-AllBlogs {
    margin: 0 20px 30px 20px;
  }

  .blog-details-cardHead h3 {
    font-size: 16px;
  }

  .blog-details-cardHead p {
    font-size: 12px;
  }

  .blog-details-card-img img {
    height: 160px;
  }

  .Main-blogs-details
  {
    width: 100%;
    padding: 0 20px;
  }
  .blog-details-banner-img
  {
    border: 1px solid black;
    margin-bottom: 5px;
  }

  .blog-details-banner-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .blog-meta {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      font-weight: medium;
      color: #363636;
      margin-bottom: 20px;
  }

  .blog-meta a {
      text-decoration: none;
      color: #000000;
      font-weight: 500;
  }

  .blog-detail-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #363636;
  }

  .blog-detail-content p {
      font-size: 14px;
      font-weight: 300;
      color: #000000;
      margin-bottom: 20px;
  }

  .blog-detail-content{
    margin-bottom: 0;
  }

  .stock-page-header-1 {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .header-content-details {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }

  .header-details-left {
    width: 100%;
    align-items: center;
  }

  .header-details-logo-left {
    width: 100%;
    height: auto;
  }

  .header-details-buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .header-details-whishlist {
    width: 100%;
  }

  .header-details-whishlist button,
  .header-details-buttons a {
    width: 100%;
  }

  .header-details-right {
    text-align: center;
  }

  /* principles */
  .stock-info-container {
    flex-direction: column;
    padding: 0;
  }

  .stock-info-block {
    flex: 1 1 100%;
    min-width: 100%;
    padding: 10px;
    /* margin-bottom: 20px; */
  }

  .stock-info-section {
    padding: 10px;
    margin: 20px;
  }
  .stock-info-block hr {
    margin:3px 0;
  }
  .stock-info-block p{
    
  }

  /* charts */
  .chart-wrapper {
    margin: 0 10px;
  }

  .chart-container {
    padding: 120px 20px 50px 20px;
  }

  .filter-buttons {
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    z-index: 2;
  }

  .filter-btn {
    font-size: 11px;
    padding: 5px 8px;
    margin: 5px;
    min-width: 45px;
  }

  .canvasDetails {
    height: 250px !important;
  }

   .company-overall-allDetails {
    margin: 20px;
  }

  .company-details-buttons {
    justify-content: space-between;
  }

  .company-details-buttons button {
    width: calc(50% - 5px); /* Two buttons in a row with small gap */
  }

  .stock-overview-section {
    margin: 0 20px 30px 20px;
  }
  .stock-shareholding-section
  {
    margin: 0 20px 30px 20px;
  }
  .content-section
  {
    margin: 0 20px 30px 20px;
  }

  .stock-overview-text h2 {
    font-size: 20px;
  }

  .stock-overview-text h3 {
    font-size: 18px;
  }

  .stock-overview-text p {
    font-size: 16px;
  }

  .stock-overview-text ul li {
    font-size: 16px;
  }
  .stock-overview-table th,
  .stock-overview-table td {
    font-size: 16px;
    padding: 8px;
  }

}



@media (min-width: 768px) and (max-width: 1024px) {

.stock-page-header h2 {
    font-size: 36px;
  }

  .stock-page-header {
    height: 280px;
    margin-bottom: 30px;
  }
   .intro-section {
    padding: 0 40px;
    gap: 30px;
  }

  .intro-heading {
    font-size: 32px;
  }

  .intro-paragraph {
    font-size: 17px;
    line-height: 26px;
  }

  .intro-image-column {
    height: auto;
  }

  .intro-image {
    max-height: 400px;
    object-fit: contain;
  }
  .story-section {
    padding: 50px 40px;
  }

  .story-heading {
    font-size: 32px;
    text-align: center;
  }

  .story-text {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 35px;
    text-align: justify;
  }

  .values-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .value-card {
    width: 48%;
  }

  .value-title {
    font-size: 24px;
  }

  .value-description {
    font-size: 16px;
    line-height: 22px;
  }

  .value-icon-container {
    padding: 35px;
  }
  .join-platform-section {
    margin: 0 40px 40px 40px;
  }

  .join-details {
    gap: 10%;
  }

  .join-details p {
    font-size: 20px;
    line-height: 28px;
  }

  .join-details button {
    padding: 10px 28px;
    font-size: 15px;
  }
   .contact-section {
    padding: 80px 40px 120px;
  }

  .contact-description {
    width: 100%;
  }
   .icon-sections {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 40px;
  }

  .section-card {
    flex: 1 1 45%;
  }

  .contactus-form {
    padding: 0 40px;
  }

  .form-back {
    flex-wrap: wrap;
    padding: 30px;
  }

  .side-form,
  .side-image {
    flex: 1 1 100%;
    padding: 10px;
  }

  .side-image img {
    max-width: 100%;
  }
   .blog-AllBlogs {
    margin: 0 50px 40px 50px;
  }

  .blog-details-cardHead h3 {
    font-size: 18px;
  }

  .blog-details-cardHead p {
    font-size: 13px;
  }

  .blog-details-card-img img {
    height: 180px;
  }
  .stock-page-header-1 {
    flex-direction: column;
    height: auto;
    padding: 30px 40px;
  }

  .header-content-details {
    flex-direction: column;
    padding: 0 40px;
    gap: 30px;
  }

  .header-details-left {
    width: 100%;
    align-items: center;
  }

  .header-details-logo-left {
    width: 80%;
    height: auto;
  }

  .header-details-buttons {
    width: 80%;
    gap: 10px;
  }

  .header-details-buttons a {
    flex: 1;
  }

  .header-details-whishlist {
    width: 80%;
  }

  .header-details-whishlist button {
    width: 100%;
  }

  .header-details-right {
    text-align: center;
  }

  /* principles */
  .stock-info-container {
    justify-content: space-between;
  }

  .stock-info-block {
    flex: 1 1 calc(50% - 20px); /* 2 per row on tablet */
    min-width: 45%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .stock-info-section {
    padding: 30px 20px;
    margin: 20px;

  }

  /* charts */
  .chart-wrapper {
    margin: 0 50px;
  }

  .filter-buttons {
    right: 20px;
  }

  .filter-btn {
    padding: 5px 7px;
    font-size: 11px;
  }

  .chart-container {
    padding: 60px 20px 40px 15px;
  }

  .canvasDetails {
    height: 350px !important;
  }

  .stock-overview-section {
    margin: 0 50px 40px 50px;
  }

  .stock-overview-text h2 {
    font-size: 22px;
  }

  .stock-overview-text h3 {
    font-size: 19px;
  }

  .stock-overview-text p {
    font-size: 17px;
  }
}
