.custom-faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 1.1);
}

.custom-faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}

.custom-faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.custom-faq-question {
  display: block;
  cursor: pointer;
  font-weight: bold;
  padding: 15px;
  background-color: #f9f9f9;
  color: #222;
  transition: background-color 0.3s;
}

.custom-faq-question:hover {
  background-color: #f0f0f0;
}

.custom-faq-toggle {
  display: none;
}

.custom-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 15px;
  color: #444;
}

.custom-faq-toggle:checked + .custom-faq-question + .custom-faq-answer {
  max-height: 300px;
  padding-top: 10px;
  padding-bottom: 15px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-0=-0-=-*/
.founder-section {
  background-color: #f8f9fb;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.founder-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.founder-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.founder-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.founder-message {
  flex: 2;
  min-width: 300px;
  color: #333;
}

.founder-message h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.founder-quote {
  font-style: italic;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 20px;
}

.founder-message p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.founder-sign {
  margin-top: 30px;
  font-weight: bold;
  color: #444;
}

/**/
.crypto-founder-section {
  background-color: #f8f9fb;
  padding: 60px 20px;
}

.crypto-founder-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.crypto-founder-text {
  flex: 1 1 55%;
  color: #333;
}

.crypto-founder-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.crypto-founder-quote {
  font-style: italic;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.crypto-founder-text p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1rem;
}

.crypto-founder-image {
  flex: 1 1 40%;
  text-align: center;
}

.crypto-founder-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/*==================*/
.trust-features-section {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.trust-features-container {
  max-width: 1200px;
  margin: auto;
}

.trust-features-container h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.trust-subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.trust-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.trust-feature-box {
  background-color: #f0f0f0; /* updated card background */
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 1 1 250px;
  max-width: 270px;
  transition: all 0.3s ease;
}

.trust-feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.trust-feature-box img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%; /* make image round */
  margin-bottom: 20px;
  border: 2px solid #ddd;
}

.trust-feature-box h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #222;
}

.trust-feature-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* ✅ Mobile Responsive Design */
@media (max-width: 768px) {
  .trust-feature-grid {
    flex-direction: column;
    align-items: center;
  }

  .trust-feature-box {
    width: 100%;
    max-width: 90%;
  }

  .trust-features-container h2 {
    font-size: 1.7rem;
  }

  .trust-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .trust-feature-box h3 {
    font-size: 1rem;
  }

  .trust-feature-box p {
    font-size: 0.9rem;
  }
}

/*=-=-=-=-=-=-=-=-0-=--=-=-=-=-=-=-=-=-=-=-=--=--=-=-0-=--------------------===============*/


/* Hero Section Styling */
.cig-hero {
  position: relative;
  /*background: url('../images/gettyimages-163689960-612x612.jpg') center/cover no-repeat;/*/
  background: url('../images/par.jpg') center/cover no-repeat;
  height:auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.cig-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.cig-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  /*backdrop-filter: blur(4px);*/
  margin: 0 20px;
}

.cig-hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cig-hero-subtext {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.cig-hero-button {
  /*background-color: #ffca28;*/
  background-color: blue;
  color:white;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cig-hero-button:hover {
  background-color: #f4b400;
  transform: scale(1.05);
}

/* 🔄 Responsive Styles */
@media (max-width: 768px) {
  .cig-hero {
    height: auto;
    padding: 60px 0;
  }

  .cig-hero-title {
    font-size: 2rem;
  }

  .cig-hero-subtext {
    font-size: 1rem;
  }

  .cig-hero-button {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .cig-hero-title {
    font-size: 1.6rem;
  }

  .cig-hero-subtext {
    font-size: 0.95rem;
  }

  .cig-hero-button {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }
}



.cig-crowdfunding {
  /*padding: 60px 20px;*/
  background-color: #f9f9f9;
  text-align: center;
}

.cig-section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.cig-section-header p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.cig-project-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}


.cig-project-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 25px 20px;
  width: 300px;
  transition: transform 0.3s;
}

.cig-project-card:hover {
  transform: translateY(-5px);
}

.cig-project-card h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.cig-project-card p {
  font-size: 1rem;
  color: #666;
}

.cig-community-pool img {
  max-width: 100%;
  height: auto;
  margin: 20px 0 40px;
}

.cig-chart-section {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cig-project-cards {
    flex-direction: column;
    align-items: center;
  }

  .cig-project-card {
    width: 90%;
  }

  .cig-section-header h2 {
    font-size: 2rem;
  }

  .cig-chart-section {
    padding: 10px;
  }
}




.cig-education {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
}
.cig-edu-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}


.cig-education-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.cig-education-header p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.cig-education-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.cig-edu-card {
  background: #f1f1f1;
  padding: 25px 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cig-edu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.cig-edu-card h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
}

.cig-edu-card p {
  font-size: 1rem;
  color: #444;
}

/**/.cig-how-it-works {
  background: url('../images/Parallax-home.jpg') center/cover no-repeat;
  padding: 80px 20px;
  position: relative;
  color: #fff;
}

.cig-how-overlay {
  /*background: rgba(0, 0, 0, 0.5); */
  padding: 60px 20px;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.cig-how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.cig-how-card {
  background:white;
  padding: 30px 20px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  text-align: center;
  color: #fff;
}

.cig-how-card:hover {
  transform: translateY(-5px);
}

.cig-how-card .step-num {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  color: #ffc107;
}

.cig-how-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color:blue;
}

.cig-how-card p {
  font-size: 0.95rem;
  /*color: #eee;*/
  color:black;
}

@media (max-width: 768px) {
  .cig-how-overlay {
    padding: 40px 10px;
  }

  .cig-how-card {
    padding: 25px 15px;
  }

  .cig-how-card .step-num {
    font-size: 1.6rem;
  }

  .cig-how-card h3 {
    font-size: 1.1rem;
  }

  .cig-how-card p {
    font-size: 0.9rem;
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=---*/
.crypto__main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.crypto-box {
  background: #1e1e2f;
  border-radius: 16px;
  padding: 25px 20px;
  color: #fff;
  width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.crypto-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

.crypto-box .left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.crypto-box .left h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.crypto-box .left .price {
  color: #ffc107;
  font-weight: bold;
  font-size: 1.1rem;
}

.crypto-box .right {
  text-align: right;
}

.crypto-box .right p {
  margin: 5px 0;
  font-size: 0.9rem;
}

.crypto-box .right .sale svg {
  margin-right: 5px;
  vertical-align: middle;
}

.crypto-box .right .unit {
  color: #ccc;
  font-size: 0.85rem;
}

.success {
  color: #4caf50;
}

.critical {
  color: #f44336;
}

/* Optional: Chart placeholder styling */
.crypto-box .right > div[id^="total-revenue-chart-"] {
  height: 40px;
  width: 100px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .crypto__main {
    flex-direction: column;
    align-items: center;
  }

  .crypto-box {
    width: 90%;
  }
}



/*=-====-=-=-=-=-=-=--=--=-=-=-=-*/


/* Main Section Background */
.crypto-hero {
  /*background: linear-gradient(to right, #f3f9ff, #e0f7fa);*/
  padding: 23px 0;
  position: relative;
  overflow: hidden;
}

/* Left Content Area */
.crypto-info {
  text-align: left;
  padding: 20px;
}

.crypto-title {
  font-size: 42px;
  font-weight: 700;
  color: #1b1b2f;
  margin-bottom: 15px;
}

.crypto-subtitle {
  font-size: 24px;
  color: #00796b;
  margin-bottom: 20px;
}

.crypto-desc {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 500px;
}

/* CTA Button */
/*.btn-primary {*/
/*  background-color: #00bcd4;*/
/*  border: none;*/
/*  border-radius: 50px;*/
/*  padding: 12px 30px;*/
/*  font-size: 18px;*/
/*  color: #fff;*/
/*  box-shadow: 0 4px 12px rgba(0, 188, 212, 0.3);*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.btn-primary:hover {*/
/*  background-color: #0097a7;*/
/*  transform: scale(1.05);*/
/*}*/

/* Right Image Area */
.crypto-graphic img {
  max-width: 100%;
  height: auto;
  animation: floatGraphic 3s ease-in-out infinite;
  margin-top: 30px;
}

/* Floating Animation */
@keyframes floatGraphic {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .crypto-title {
    font-size: 32px;
  }

  .crypto-subtitle {
    font-size: 20px;
  }

  .crypto-desc {
    font-size: 16px;
  }

  .btn-primary {
    font-size: 16px;
    padding: 10px 25px;
  }
}





















