
.account-compare-section {
  padding-top:125px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  position: relative;
  overflow: hidden;
}


/* Header Styling */
.account-header {
  max-width: 750px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.account-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 15px;
background: linear-gradient(135deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.account-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

.account-cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
background: linear-gradient(135deg, #2D2A4A, #161524);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(27, 101, 175, 0.3);
}

.account-cta-btn:hover {
background: linear-gradient(135deg, #2D2A4A, #161524);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(27, 101, 175, 0.4);
  color: white;
}

/* Cards Grid */
.account-cards {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 35px;
  position: relative;
  z-index: 1;
}

/* Card Styles */
.account-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  border-radius: 20px;
  border: 2px solid transparent;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  padding: 25px;
  position: relative;
  transition: all 0.35s ease-in-out;
  /* background-image: url("../images/white-bg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  /* text-align: center; */
}



/* Gradient Borders */
.stp-account-card {
  border: 1px solid gray;

}

.ecn-account-card {
 border: 1px solid gray;
}

/* Card Header */
.account-card-header {
  padding: 20px 0 15px;
}

.account-card-header h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 12px;
    color: #0d1b2a;
    text-align: start;
    margin-bottom: 20px;
}


/* Icon Circle */
.account-icon-wrap {
  width: 80px;
  height: 80px;
    margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.stp-icon-wrap {
  background: linear-gradient(135deg, #fa0019, #6d0f18);
}

.tgmenu__action{
  display: flex;
  gap: 10px;
}

.ecn-icon-wrap {
  background: linear-gradient(135deg, #fa0019, #6d0f18);
}

/* List Styling */
.account-card ul {
  list-style: none;
  padding: 0;

}

.account-card ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 14px;
  font-size: 16px;
  color: #333;
  gap: 10px;
  transition: color 0.3s ease;
}

.account-card ul li:hover {
  color: #2D2A4A
}

.account-card ul li i {
  font-size: 18x;
  color: #2D2A4A
}

/* Card Button */
.card-btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(135deg, #2D2A4A, #201e31);
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(27, 101, 175, 0.3);
}

.card-btn:hover {
  background: linear-gradient(135deg, #2D2A4A, #201e31);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(27, 101, 175, 0.4);
  color: white;
}


/* Your Existing Code - No Change */

/* ========================= */
/* ✅ Responsive Design */
/* ========================= */

/* For Large Tablets & Small Laptops (max-width: 1200px) */
@media (max-width: 1200px) {
  .account-header {
    max-width: 650px;
  }

  .account-header h2 {
    font-size: 34px;
  }

  .account-cards {
    gap: 25px;
  }

  .account-card-header h3 {
    font-size: 24px;
  }

  .account-card ul li {
    font-size: 15px;
  }
}

/* For Tablets (max-width: 992px) */
@media (max-width: 992px) {
  .account-compare-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .account-header {
    max-width: 600px;
    padding-top: 70px;
  }

  .account-header h2 {
    font-size: 30px;
  }

  .account-header p {
    font-size: 16px;
  }

  .account-cards {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .account-card {
    padding: 20px;
  }

  .account-card-header h3 {
    font-size: 22px;
  }

  .account-icon-wrap {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .account-card ul li {
    font-size: 15px;
  }

  .account-cta-btn,
  .card-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* For Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .account-compare-section {
    padding-top: 80px;
    padding-bottom: 35px;
  }

  .account-header {
    max-width: 100%;
    padding-top: 70px;
  }

  .account-header h2 {
    font-size: 26px;
  }

  .account-header p {
    font-size: 15px;
    line-height: 1.5;
  }

  .account-cards {
    grid-template-columns: 1fr; /* Stack cards vertically */
    gap: 20px;
  }

  .account-card {
    padding: 18px;
  }

  .account-card-header {
    text-align: center;
  }

  .account-card-header h3 {
    font-size: 22px;
    text-align: center;
  }

  .account-icon-wrap {
    width: 65px;
    height: 65px;
    font-size: 26px;
    margin: 0 auto;
  }

  .account-card ul li {
    font-size: 14px;
    justify-content: flex-start;
  }

  .account-cta-btn,
  .card-btn {
    display: block;
    margin: 15px auto 0;
    width: fit-content;
    padding: 12px 22px;
    font-size: 15px;
  }
}

/* For Small Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
  .account-header h2 {
    font-size: 22px;
  }

  .account-header p {
    font-size: 14px;
  }

  .account-cards {
    gap: 18px;
  }

  .account-card {
    padding: 15px;
  }

  .account-card-header h3 {
    font-size: 20px;
  }

  .account-icon-wrap {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .account-card ul li {
    font-size: 13px;
  }

  .account-cta-btn,
  .card-btn {
    font-size: 14px;
    padding: 10px 18px;
  }
}


/* =================== Ownership Section =================== */
.ownership-section {
  padding: 40px 0;
  background: #f9fafc;
  text-align: center;
}

.ownership-container {
  max-width: 900px;
  margin: 0 auto;
}

.ownership-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}

.ownership-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* Card Styling */
.ownership-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.ownership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Icon Circle */
.ownership-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1b65af, #38b1f6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.individual-card .ownership-icon {
  background: linear-gradient(135deg, #fa0019, #6d0f18);
}

.corporate-card .ownership-icon {
  background: linear-gradient(135deg, #fa0019, #6d0f18);
}

/* Card Text */
.ownership-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.ownership-card-text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* =================== Responsive Styles =================== */
@media (max-width: 1024px) {
  .account-header h2 {
    font-size: 30px;
  }

  .ownership-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .account-header h2 {
    font-size: 26px;
  }

  .ownership-title {
    font-size: 24px;
  }

  .ownership-cards {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .account-header h2 {
    font-size: 22px;
  }

  .ownership-title {
    font-size: 22px;
  }

  .ownership-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}



/* ====================step css==================== */


.step-section {
  background-color: white;
  padding: 30px 0;
}

/* Title */
.trade-title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #000;
  text-align: center;
}

/* Steps Layout */
.trade-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}

/* Step Card */
.step-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  width: 307px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Step Icon */
.step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

/* Step Heading */
.step-heading {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

/* Step Description */ 
.step-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Button */
.trade-btn-container {
    margin-top: 30px;
    text-align: center;
}


.trade-btn {
  display: block;
  margin: 0px auto;
  background: linear-gradient(135deg, #2D2A4A, #1e1c2e);
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  width: 300px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  text-align: center;
}

.trade-btn:hover {
  color: white;
}

/* ===================== */
/* ✅ Responsive Design */
/* ===================== */

/* For Large Tablets & Small Laptops (max-width: 1200px) */
@media (max-width: 1200px) {
  .trade-title {
    font-size: 26px;
  }
  .trade-steps {
    gap: 18px;
  }
  .step-card {
    width: 300px;
    padding: 22px;
  }
}

/* For Tablets (max-width: 992px) */
@media (max-width: 992px) {
  .trade-title {
    font-size: 24px;
  }
  .trade-steps {
    justify-content: center;
    gap: 20px;
  }
  .step-card {
    width: 280px;
    padding: 20px;
  }
  .step-heading {
    font-size: 18px;
  }
  .step-description {
    font-size: 13px;
  }
  .trade-btn {
    width: 260px;
    font-size: 15px;
    padding: 12px 26px;
  }
}

/* For Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .trade-title {
    font-size: 22px;
  }
  .trade-steps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .step-card {
    width: 90%;
    max-width: 350px;
    padding: 20px;
  }
  .step-heading {
    font-size: 18px;
  }
  .step-description {
    font-size: 13px;
    line-height: 1.6;
  }
  .trade-btn {
    width: 80%;
    max-width: 280px;
    font-size: 15px;
    padding: 12px 24px;
  }
}

/* For Small Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
  .trade-title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .step-card {
    width: 100%;
    padding: 18px;
  }
  .step-heading {
    font-size: 16px;
  }
  .step-description {
    font-size: 12px;
  }
  .trade-btn {
    width: 90%;
    font-size: 14px;
    padding: 10px 20px;
  }
}
