.info-card {
  height: 120px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
}

.info-card span {
  position: relative;
  z-index: 1;
}


.igi-logo-center {
  width: 150px;
  /* opacity: 0.8; */
}

.limitations-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.limitations-wrapper p {
  font-size: 13px;
  line-height: 1.8;
  color: #111;
  margin-bottom: 12px;
}

.verify-text {
  font-size: 14px;
  color: #9c7c5b;
  cursor: pointer;
}


p {
  font-size: 16px;
}

/* Reports hover → only first dropdown */
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}

/* submenu setup */
.dropdown-submenu {
  position: relative;
}

/* Diamond Reports submenu hidden by default */
.dropdown-submenu>.dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
}

/* ONLY when Diamond Reports hovered */
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}





.igi-info-section {
  background: linear-gradient(135deg, #f2f2f2, #ededed);
}

.igi-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
}

.igi-text {
  font-size: 1.05rem;
  color: #4f5b5f;
  max-width: 520px;
}

.igi-btn {
  background-color: #3f4f4f;
  color: #fff;
  padding: 10px 22px;
  font-size: 0.95rem;
  border-radius: 4px;
  text-decoration: none;
}

.igi-btn:hover {
  background-color: #2e3c3c;
  color: #fff;
}

.igi-image-wrap {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  display: inline-block;
}

.igi-image-section {
  width: 100%;
}

.igi-image-section img {
  width: 100%;
  height: auto;
  display: block;
}

.igi-statement-section {
  background: #f3f4f2;
  padding: 100px 0;
}

.igi-statement-text {
  font-size: 1.55rem;
  line-height: 1.75;
  color: #1f2a30;
  max-width: 880px;
  margin: auto;
  font-weight: 400;
}

.igi-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}



.igi-brand span {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000;
}


.igi-reports-section {
  padding: 90px 0;
}

.igi-reports-section img {
  aspect-ratio: 1.6;
  object-fit: cover;
}

.igi-heading {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.igi-desc {
  max-width: 720px;
  color: #444;
  font-size: 1rem;
}

.igi-all-btn {
  border: 1px solid #2c4b4b;
  color: #2c4b4b;
  padding: 8px 16px;
  font-size: 0.9rem;
}

.igi-all-btn:hover {
  background: #2c4b4b;
  color: #fff;
}

.igi-card h4 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.igi-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
}

.igi-card img {
  width: 100%;
  margin-bottom: 15px;
  /* aspect-ratio: 1.6; */
}

.igi-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.verify-link {
  font-size: 0.9rem;
  color: #2c4b4b;
  text-decoration: none;
}

.verify-link:hover {
  text-decoration: underline;
}



.section-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.section-desc {
  max-width: 720px;
  color: #444;
  font-size: 0.95rem;
}

.enroll-btn {
  border: 1px solid #2c4b4b;
  color: #2c4b4b;
  padding: 8px 16px;
  font-size: 0.9rem;
}

.enroll-btn:hover {
  background: #2c4b4b;
  color: #fff;
}

.course-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-list li {
  border-bottom: 1px solid #b8c3c9;
}

.course-list li a {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  text-decoration: none;
  color: #000;
  font-size: 22px;
  transition: all .3s ease-in-out;
  font-weight: 300;
}

.course-list li a:hover {
  color: #2c4b4b;
}

.education-header img {
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.bg-gray {
  background-color: #f9fafb;
}


.consumer-education h2 {
  font-size: 2rem;
}

.edu-card {
  height: 100%;
}

.edu-card h5 {
  font-weight: 500;
}

.edu-card p {
  line-height: 1.6;
}

.gemblog-section h2 {
  font-size: 2rem;
}

.blog-card {
  border: 1px solid #eee;
  transition: all 0.3s ease;
  background: #fff;
}

.blog-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.blog-tags {
  font-size: 12px;
  color: #7a7a7a;
  line-height: 1.4;
}

.blog-content h5 {
  font-weight: 400;
  line-height: 1.4;
}

.arrow-box {
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.gemblog-subscribe {
  background: #ffffff;
}

.subscribe-box {
  background: #fafafa;
  border-radius: 4px;
}



.subscribe-box h5 {
  font-weight: 400;
}

.subscribe-box .form-control {
  border-radius: 2px;
  height: 44px;
}

.subscribe-box .btn {
  height: 44px;
  border-radius: 2px;
}

/* Footer */


.igi-footer {
  background: #000;
  color: #fff;
}

.footer-heading {
  font-size: 26px;
  font-weight: 400;
}

.footer-subtext {
  color: #cfcfcf;
  font-size: 14px;
}

.btn-footer {
  background: #4e646f;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
}



.igi-text {
  font-size: 26px;
  letter-spacing: 2px;
}

h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-size: 13px;
  color: #cfcfcf;
  margin-bottom: 6px;
  cursor: pointer;
}

.footer-links li:hover {
  color: #fff;
}

.small-text {
  font-size: 12px;
  color: #cfcfcf;
}

.footer-divider {
  border-color: #333;
}

.social-icons i {
  color: #cfcfcf;
  font-size: 16px;
  margin-left: 14px;
}

.social-icons i:hover {
  color: #ffffff;
}




/* search */

.search-wrapper {
  position: relative;
  display: inline-block;
}

#searchIcon {
  font-size: 18px;
  cursor: pointer;
  color: #333;
}

/* hidden by default */
#searchForm {
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
  width: 220px;
}

#searchForm input {
  border-radius: 4px;
}

/* about */
.about-igi {
  background: #f5f6f7;
}

.about-title {
  font-size: 38px;
  font-weight: 400;
  color: #000;
}

.about-subtitle {
  font-size: 16px;
  color: #333;
  margin-left: auto;
}

.about-img {
  width: 100%;
  border-radius: 2px;
}

.igi-title-section {
  padding: 60px 0;
}



.igi-title {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.igi-badge {
  width: 48px;
  height: auto;
}

.learn_more {
  color: #757575;
  text-decoration: none;
  font-size: 16px;
}

.igi-statement-about {
  background-image: url(/user/img/about/callout-bg.webp);
}

.igi-values {
  padding: 80px 0;
}




/* timeline */


.future-prospects {
  /* background-color: #f7faf9; */
}

.image-wrapper img {
  border-radius: 4px;
  object-fit: cover;
}

.section-tag {
  display: inline-block;
  font-size: 0.9rem;
  color: #8c7a6b;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.prospects-list {
  padding-left: 1.2rem;
}

.prospects-list li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #333;
}

.gold-line svg {
  height: 1800px;
}




/* IGI EVENTS */

.previous-events h2 {
  font-weight: 500;
}

.event-card {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 24px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.event-card h3,
a {
  font-weight: 400;
  text-decoration: none;
  /* font-size: 28px; */
  color: #8e7965;
  margin-bottom: 12px;
}

.event-date,
.event-location {
  margin: 0;
  color: #000;
  font-size: 0.95rem;
}

.event-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}


/* magazines */

.mag-card img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  margin-bottom: 15px;
}

.mag-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mag-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.mag-card .btn-group {
  gap: 10px;
}


/* Affiliations */

.affiliate-section {
  padding: 40px 0;
}

.affiliate-logo {
  max-height: 70px;
  margin-bottom: 15px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.affiliate-section h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.affiliate-btn {
  background-color: #3f5556;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 4px;
}

.affiliate-btn:hover {
  background-color: #2f3f40;
  color: #fff;
}


/* colored stone */

.video-box {
  height: 200px;
  /* border: 1px solid #ddd; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.learn-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.learn-link:hover {
  text-decoration: underline;
}

/* jewelry report */
.igi-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
}

.igi-accordion .accordion-button {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  background: none;
  box-shadow: none;
}

.igi-accordion .accordion-button:not(.collapsed) {
  color: #000;
}

.igi-accordion .accordion-button::after {
  background-size: 14px;
}

.igi-accordion .accordion-body {
  padding: 0 0 20px 0;
  font-size: 15px;
  color: #333;
}

.learn-link {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

.learn-link:hover {
  text-decoration: underline;
}

.accordion-item .accordion-body .grading-scale {
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 0 12px rgba(16, 24, 40, 6%);
}


.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}


/* media */

@media (max-width: 768px) {
  .igi-statement-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px) {
  h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 991px) {
  .gold-line svg {
    height: 2700px !important;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px !important;
  }
}

@media (max-width: 575px) {
  .gold-line {
    display: none;
  }


}


/* custom */

.aspect-ratio-1 {
  aspect-ratio: 1;
  object-fit: cover;
}


.container {
  max-width: 1680px !important;
}

.btne {
  background-color: #465b5d;
  color: #fff;
  border: 1px solid #465b5d;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;

  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.ftr_btn {
  border-radius: 2px;
  padding: .3rem 1rem;
  transition: all .3s ease-in-out;
  color: #fff !important;
  border: 1px solid #344054;
  background-color: #465b5d;
  border-radius: .25rem;
  text-decoration: none;
}

.ftr_btn a {
  color: #fff !important;

}

.ftr_btn a:hover {
  color: #465b5d !important;
}

.ftr_btn:hover {
  border-radius: 2px;
  padding: .3rem 1rem;
  transition: all .3s ease-in-out;
  color: #465b5d !important;
  border: 1px solid #344054;
  background-color: #fff;
  border-radius: .25rem;
  text-decoration: none;
}

.user_login {
  display: none;
}

.Report_issues_or_problems {
  margin: 0px 0px 40px 0px;
}

/* .Report_issues_or_problems:hover {
  color: #fff !important;
  background-color: #344054 !important;
}

.Report_issues_or_problems a {
  color: #344054 !important;

}

.Report_issues_or_problems a:hover {
  color: #fff !important;
} */

.Report_issues_or_problems {
  color: #344054 !important;
  background-color: transparent;
  border: 1px solid #344054;
  text-decoration: none !important;
}

.Report_issues_or_problems:hover {
  color: #fff !important;
  background-color: #344054 !important;
}


/* media */
@media (max-width: 991px) {
  .verify_report {
    display: none;
  }

  .searchIcon_person {
    display: none !important;
  }

  .user_login {
    display: block;
    margin-left: 10px;
  }

  .navbar-brand {
    max-width: 80px !important;
  }

  .Report_issues {
    text-align: center;

  }

  .Report_issues .verify {
    justify-content: center;

  }

  .Report_issues_or_problems {
    margin: 50px 0px 90px 0px !important;
  }

}

.btn_custom {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: initial;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn_custom:hover {
  color: #212529
}

@media (max-width: 380px) {
  .Report_issues input {
    width: 57% !important;
  }
}