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

/* home page unlisted share section */

.unlisted-share-section {
  margin: 0px 100px 60px;
}
.unlisted-share-boxex {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  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: "Outfit", sans-serif;
  height: 250px;
  justify-content: space-between;
}

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

.logo-wrapper {
  width: 150px;
  max-height: 100px;
  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;
  /* font-weight: 600; */
  color: #39B54A;

}

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

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

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

.cards-fourth-info button {
  padding: 6px 20px;
  border: none;
  /* background-color: #0E213F; */
  color: white;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  width: 49%;
}
.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;
} */
.overall {
  margin: 0;
  padding: 0;
  width: 100%;
}

.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: "Outfit", sans-serif;

} */

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

} */

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

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

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

.number {
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.content {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #363636;
}



.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: "Outfit", sans-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: "Outfit", sans-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 {
    /* height: 600px; */
    background-color: #0E213F;
    width: 100%;
    padding: 50px 100px;
    margin-bottom: 50px;
}
.section-title {
    color: white;
    font-size: 45px;
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    text-align: center;
}

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

.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: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;

}

.trade-card-content {
    margin: 0px;
    font-family: "Outfit", sans-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: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

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

.why-trade-step h3 {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  color:white;
}

.why-trade-step p {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: white;
}

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

.step-arrow {
  font-size: 24px;
  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;
}

.hero-headers {
    text-align: center;
}

.heading {
    font-size: 45px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    margin-bottom: 40px;
    margin-top:20px;
}

.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;
}

.viewallbtn3 {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    background-color: #F9FCF4;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
    border: 1px solid black;
}

.CompanyLogviewallbtn3 {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
    background-color: #F9FCF4;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
    border: 1px solid black;
}


/* 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: "Outfit", sans-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: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0px 5px 0px;

}

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


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

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

.faq-heading {
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

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

.read-btn {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #0E213F;
    padding: 10px 60px;
    border: none;
    border-radius: 5px;
}

.read-btn>a {
    font-family: "Outfit", sans-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 50px;
}

.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: "Outfit", sans-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: "Outfit", sans-serif;
    margin-bottom: 40px;
}

.all-blogs {
    display: flex;
}

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

.blog-head {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-para {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

/* .blog-container {
    background-color: #0E213F;
    color: white;
    padding: 25px 25px;
    border-radius: 10px;
    margin: 0px 20px;
    height: 400px;
    width: 100%;
  }
.blog-head {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-para {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
} */

/* .read-more-heading, a {
    width: 40%;
    display: contents;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    
} */

/* .arrow {
    font-size: 20px;
} */

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

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

.carasoul-title {
    font-size: 45px;
    font-weight: 700;
    font-family: "Outfit", sans-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 {
    flex: 1;
}

.testimonial-text {
    font-family: "Outfit", sans-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: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
}

.author-profession {
    font-family: "Outfit", sans-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 60px;
}

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

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

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

.started-btn {
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #0E213F;
    padding: 10px 50px;
    border: none;
    border-radius: 5px;
}




/* Individual Stock Details */

.carousel-container-main
{
    background-color: #555;
}

.carousel-container-main {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    background-color: #0e213f;  
    margin-left: auto;
    margin-right: auto;
}
  
.carousel-title-main {
    color: #fff;
    font-family: "Outfit", sans-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: 10px; */
    }

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

    .number {
        font-family: "Outfit", sans-serif;
        font-size: 15px;
        font-weight: 600;
    }

    .content {
        font-family: "Outfit", sans-serif;
        font-size: 10px;
        font-weight: 600;
        color: #363636;
    }

    
    .heading {
        margin-top:10px;
        font-size: 24px;
        font-weight: 700;
        font-family: "Outfit", sans-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;
        }
    } */
}

@media (min-width: 320px) and (max-width: 767px) {
  .why-trade-section {
    padding: 30px 20px;
  }

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

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

  .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: 30px;
  }

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

  .why-trade-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  /* home page logos */
    .listed {
    margin: 0 20px 40px;
  }

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

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

  .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 {
    font-size: 16px;
    padding: 8px 40px;
  }
  .why-trade-few-steps {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 22px;
  }

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

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

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

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

  .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;
  }

  .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;
  }

  .blog-head {
    font-size: 16px;
  }

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

  /* .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: 0px 15px 40px;
  }

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

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

  .card-boxes {
    width: 100%; /* Full width for single card layout */
  }

  .cards {
    height: auto; /* Let height adapt to content */
    padding: 15px;
  }

  .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;
  }

  .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;
  }

  .banner-desktop {
    display: none;
  }

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


/* tab view */

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section1 {
    height: 500px; /* optional: adjust banner height for tablets */
  }
}
