* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #fff;
  color: #000;
  overflow-x: hidden;
}

/* Hero Section */
.hero {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 95px;
}

.hero-img {
  flex: 1;
}

.hero-img img {
  width: 100%;
  max-width: 700px;
  height: 465px;
  object-fit: cover;
  display: block;
}

.hero-text {
  flex: 1;
}

.hero-text h2 {
  font-size: 72px;
  line-height: 1.35;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 2px;
}
 .ticker {
 margin-top: 20px;
 font-size: 22px;
    
  }

/* Tablet */
@media (max-width: 1200px) {
  .top-header {
    padding: 20px 30px;
  }

  .logo img {
    width: 190px;
  }

  .title h1 {
    font-size: 48px;
  }

  .title h2 {
    font-size: 21px;
  }

  .sebi h3 {
    font-size: 17px;
  }

  .navbar ul {
    gap: 24px;
  }

  .navbar a {
    font-size: 19px;
  }

  .hero {
    padding: 25px 50px;
  }

  .hero-text h2 {
    font-size: 58px;
  }
}

/* Small Tablet */
@media (max-width: 992px) {
  .top-header {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }

  .sebi {
    justify-content: center;
  }

  .navbar {
    padding: 12px 20px;
  }

  .navbar ul {
    gap: 18px;
  }

  .navbar a {
    padding: 12px 0;
    font-size: 18px;
  }

  .dropdown-menu {
    top: 42px;
    
  }

  .hero {
    flex-direction: column;
    padding: 30px 25px;
    text-align: center;
  }

  .hero-img img {
    max-width: 100%;
    height: auto;
  }

  .hero-text h2 {
    font-size: 46px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .top-header {
    padding: 20px 15px;
  }

  .logo img {
    width: 160px;
  }

  .title h1 {
    font-size: 34px;
    letter-spacing: 2px;
  }

  .title p {
    font-size: 16px;
  }

  .sebi {
    flex-direction: column;
    gap: 10px;
  }

  .accessibility {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .sebi h3 {
    font-size: 15px;
    white-space: normal;
  }

  .navbar ul {
    flex-direction: column;
    gap: 0;
  }

  .navbar li {
    width: 100%;
    text-align: center;
  }

  .navbar a {
    font-size: 17px;
    padding: 12px 0;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    background: #fff;
  }

  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .ticker {
    font-size: 16px;
    padding: 18px 0;
    
  }

  .hero {
    padding: 20px 15px;
    gap: 20px;
  }

  .hero-text h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
  .title h1 {
    font-size: 28px;
  }

  .title p {
    font-size: 14px;
  }

  .hero-text h2 {
    font-size: 29px;
  }
}
.info-section {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 10px 20px 40px;
  background: #fff;
}

.info-card {
  width: 430px;   /* width badha di */
  min-height: 675px;
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  box-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.info-card h2 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.info-card img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  margin-bottom: 18px;
}

.info-card p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 22px;
}

.info-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 12px;
}

.bullet {
  position: relative;
  padding-left: 24px;
}

.bullet::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #111;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

@media (max-width: 1200px) {
  .info-card {
    width: 32%;
  }
}

@media (max-width: 900px) {
  .info-section {
    flex-wrap: wrap;
  }

  .info-card {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .info-section {
    flex-direction: column;
    padding: 20px 14px;
  }

  .info-card {
    width: 100%;
    min-height: auto;
  }

  .info-card img {
    height: auto;
  }
}
.value-add-section {
  width: 100%;
  background: #fff;
  padding: 45px 10%;
}

.value-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.value-text {
  flex: 1.5;
}

.value-text h2 {
  font-size: 50px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 35px;
}

.value-text ul {
  list-style: none;
}

.value-text li {
  position: relative;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 1px;
  padding-left: 28px;
  margin-bottom: 6px;
}

.value-text li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #111;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 20px;
}

.value-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.value-image img {
  width: 430px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 992px) {
  .value-add-section {
    padding: 40px 6%;
  }

  .value-content {
    gap: 35px;
  }

  .value-text h2 {
    font-size: 42px;
  }

  .value-text li {
    font-size: 18px;
    line-height: 1.9;
  }

  .value-text li::before {
    top: 13px;
  }

  .value-image img {
    width: 350px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .value-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .value-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }

  .value-text li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .value-text li::before {
    width: 11px;
    height: 11px;
    top: 8px;
  }

  .value-image {
    width: 100%;
    justify-content: center;
  }

  .value-image img {
    width: 300px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .value-add-section {
    padding: 30px 18px;
  }

  .value-text h2 {
    font-size: 32px;
  }

  .value-text li {
    font-size: 15px;
    padding-left: 22px;
  }

  .value-image img {
    width: 260px;
  }
}
.trading-contact-section {
  width: 100%;
  max-width: 1280px;   /* upar wale section jaisi same width */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  padding: 10px 20px 50px;
  background: #fff;
}

.trading-box {
  width: 58%;
}

.trading-box h2,
.reach-box h2 {
  text-align: center;
  font-size: 31px;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 25px;
}

.trading-box img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  display: block;
  margin-bottom: 28px;
}

.trading-box p {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 22px;
}

.reach-box {
  width: 42%;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  margin: 70px 0;
}

.icon {
  font-size: 55px;
  line-height: 1;
  color: #1b1b1b;
  width: 70px;
  text-align: center;
}

.contact-row p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.contact-row a{
    color: inherit;
    text-decoration: none;
}

.contact-row a:hover,
.contact-row a:focus{
    text-decoration: underline;
}

/* Tablet */
@media (max-width: 992px) {
  .trading-contact-section {
    gap: 35px;
  }

  .trading-box h2,
  .reach-box h2 {
    font-size: 28px;
  }

  .trading-box img {
    height: 280px;
  }

  .trading-box p {
    font-size: 16px;
  }

  .contact-row {
    gap: 25px;
    margin: 50px 0;
  }

  .contact-row p {
    font-size: 19px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .trading-contact-section {
    flex-direction: column;
    padding: 20px 15px 40px;
    gap: 30px;
  }

  .trading-box,
  .reach-box {
    width: 100%;
  }

  .trading-box h2,
  .reach-box h2 {
    font-size: 26px;
  }

  .trading-box img {
    height: auto;
  }

  .contact-row {
    margin: 35px 0;
    gap: 20px;
  }

  .icon {
    font-size: 42px;
    width: 50px;
  }

  .contact-row p {
    font-size: 18px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .trading-box h2,
  .reach-box h2 {
    font-size: 23px;
  }

  .trading-box p {
    font-size: 15px;
  }

  .contact-row {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin: 28px 0;
  }

  .contact-row p {
    font-size: 16px;
  }
}
.coin-banner-section {
  width: 100%;
  max-width: 1280px;   /* upar wale sections jaisi same width */
  margin: 0 auto;
  padding: 20px 20px 45px;
  background: #fff;
}

.coin-banner-section img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

/* Tablet */
@media (max-width: 992px) {
  .coin-banner-section {
    padding: 18px 15px 35px;
  }

  .coin-banner-section img {
    height: 280px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .coin-banner-section {
    padding: 15px 12px 30px;
  }

  .coin-banner-section img {
    height: 190px;
  }
}

/* Small Mobile */
@media (max-width: 400px) {
  .coin-banner-section img {
    height: 150px;
  }
}
/* SAME WIDTH FOR ALL MAIN SECTIONS */
.hero,
.info-section,
.value-add-section,
.trading-contact-section,
.coin-banner-section {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 95px;
  padding-right: 95px;
}

/* Info section same width */
.info-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.info-card {
  width: 100%;
}

/* Value section */
.value-add-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* Trading section */
.trading-contact-section {
  max-width: 1800px;
  padding-top: 10px;
  padding-bottom: 50px;
}

/* Coin section */
.coin-banner-section {
  max-width: 1800px;
  padding-top: 20px;
  padding-bottom: 45px;
}

.coin-banner-section img {
  width: 100%;
}

/* Responsive */
@media (max-width: 1200px) {
  .hero,
  .info-section,
  .value-add-section,
  .trading-contact-section,
  .coin-banner-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .info-section {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .hero,
  .value-content,
  .trading-contact-section {
    flex-direction: column;
  }

  .hero,
  .info-section,
  .value-add-section,
  .trading-contact-section,
  .coin-banner-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .info-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .trading-box,
  .reach-box {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hero,
  .info-section,
  .value-add-section,
  .trading-contact-section,
  .coin-banner-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-section {
    grid-template-columns: 1fr;
  }

  .hero-img img,
  .trading-box img,
  .coin-banner-section img {
    width: 100%;
    height: auto;
  }

  .value-content {
    gap: 25px;
  }
}
/* Hamburger */
.menu-toggle {
  display: none;
  font-size: 32px;
  cursor: pointer;
  color: #000;
  padding: 12px 0;
}

/* Mobile Header + Menu */
@media (max-width: 768px) {
  .navbar {
    justify-content: flex-start;
    padding: 0 20px;
    position: relative;
  }

  .menu-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #f7f7fb;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px 20px;
    z-index: 9999;
  }

  .navbar ul.active {
    display: flex;
  }

  .navbar ul li {
    width: 100%;
    text-align: left;
  }

  .navbar a {
    padding: 13px 0;
    font-size: 17px;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    background: #fff;
    padding-left: 15px;
    display: none !important;
  }

  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
/* Hamburger Right Side + Mobile Dropdown Fix */
@media (max-width: 768px) {
  .navbar {
    justify-content: flex-end;
    padding: 0 20px;
    position: relative;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
    font-size: 32px;
    cursor: pointer;
    color: #000;
    padding: 12px 0;
  }

  .navbar ul {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #f7f7fb;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px 20px;
    z-index: 9999;
  }

  .navbar ul.active {
    display: flex;
  }

  .navbar ul li {
    width: 100%;
    text-align: left;
  }

  .navbar a {
    padding: 13px 0;
    font-size: 17px;
  }

  /* dropdown ko normal flow me rakha */
  .dropdown-menu {
    position: static !important;
    width: 100%;
    box-shadow: none;
    background: #fff;
    padding-left: 15px;
    margin-top: 0;
    display: none !important;
  }

  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu li a {
    padding: 12px 15px;
    font-size: 16px;
  }
}