.central-item {
    width: 66.66%; 
    margin: 0 auto; 
    padding: 20px;  
}

.central-item img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

p, ul {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

p, ol {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.button-container {
  display: flex;
  gap: 10px; /* space between buttons */
}

.button-container .button {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #8B4513;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.button-container .button:hover {
  background-color: #8B4513;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul, li, ul, li {
    font-size: 20px; /* Set the font size to 16 pixels */
    line-height: 1.5; /* Adjust line height for better readability */
}

.rock-image {
    width: 200px !important; 
    height: auto !important;
    float: right !important; 
    margin-right: 20px !important; 
    padding-left: 5px !important;
}

.tumbled-rock {
    display: flex;
    align-items: left;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .tumbled-rock img {
    margin-left: 20px;
    max-width: 200px;
    max-height: 200px;
  }

  .map {
    width: 880px; /* This should match the width of your iframe */
    margin-left: auto;
    margin-right: auto;
  }
  
  .map-iframe {
    width: 880px;
    height: 720px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #000000;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.table-img {
    width: 100% !important;
    height: auto;
}

.image-column {
    width: 20%;
}

/* Checklist Styles */
.checklist-title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    color: #8B4513;
    margin: 40px 0 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  #beginners-checklist {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  
  .checklist-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  
  .checklist-item {
    width: 28%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  
  .checklist-item img {
    width: 256px;
    height: auto;
    border-radius: 10px;
  }
  
  .checklist-item h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  
  .checklist-item p {
    font-size: 14px;
    margin: 10px 0;
  }

  .comparison-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #F0E68C;
    background-color: #8B4513;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: auto;
  }

  .button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #8B4513;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
    align-items: center;
  }
  .button:hover {
    background: #bd6222;
  }

  .best-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .best-products h2 {
    width: 100%;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 34px;
    color: #8B4513;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .product-card {
    background-color: #FFFFFF;
    border: 1px solid #8B4513;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(22% - 40px);
    text-align: center;
  }
  .product-card img {
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #8B4513;
    margin-bottom: 10px;
  }
  .product-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    color: #8B4513;
    margin: 10px 0;
  }
  .product-card p {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
  }
  .product-card .button {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Cinzel', serif;
    font-size: 16px;
    color: #F0E68C;
    background-color: #8B4513;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .product-card .button:hover {
    background-color: #6A350A;
  }

  iframe {
    max-width: 100%;
    height: auto;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.small-italic {
  font-size: 13px;
  font-style: italic;
  color: #555;
}

.cmm-usa {
  display: none;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  width: 90% !important;
}

.cmm-usa svg {
  width: 100%;
  z-index: 99
}

.cmm-usa svg path {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.cmm-usa-hover-state-info {
  position: relative;
  margin: -40px auto 20px auto;
  display: none;
  box-sizing: border-box;
  padding: .75em;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px #999;
  font-size: 14px;
  z-index: 100
}

.cmm-usa-hover-state-info span {
  display: block;
  line-height: 1.5em
}

.cmm-usa-hover-state-info span:first-child {
  font-weight: bold;
  text-align: center
}

.cmm-usa-listview {
  width: 100%;
  text-align: center;
  margin: 1em 0
}

.cmm-usa-listview ul {
  vertical-align: top;
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 0;
  padding: 0
}

.cmm-usa-listview ul li {
  padding: 0;
  margin: 0
}

.cmm-usa-listview ul li span {
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  color: black;
  text-align: center;
  line-height: 12px;
  font-weight: bold;
  border: 1px solid #999;
  opacity: 1.0;
  margin-right: .5em
}

.cmm-usa-listview ul li span::after {
  content: "\2B9E";
  position: relative;
  color: #8B4513;
  font-size: 12px
}

.cmm-usa-listview ul li a {
  display: inline-block;
  margin: .5em 1em .5em 0;
  color: #ccc;
  text-decoration: none
}

.cmm-usa-listview ul li a.cmm-usa-live-link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

.cmm-usa-listview ul li a.cmm-usa-live-link:hover {
 color: #000;
 text-decoration: underline;
 cursor: pointer
}

.backgroundFill {
 opacity: 0;
}

.cmm-usa-listview {
 font-size: 18px;
}


/* CSS for Gemstone List Section */
#gemstone-list {
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  text-align: center;
}

#gemstone-list h2 {
  font-size: 2em;
  color: #8b4513;
  margin-bottom: 20px;
}

.gemstone-list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gemstone-list-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.gemstone-list-container ul li {
  text-align: left;
  margin-bottom: 10px;
}

.gemstone-list-container ul li a {
  color: #8b4513;
  text-decoration: none;
  font-size: 1.2em;
  transition: color 0.3s, background-color 0.3s;
}

li a.active {
  background-color: #f0e68c; /* Softer background color for the active item */
  color: #8b4513; /* Text color that complements the background */
  font-weight: bold; /* Make the text bold for emphasis */
  border-radius: 4px; /* Slightly rounded corners for a smoother look */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for color changes */
  text-decoration: none; /* Remove underline from the link */
}

.gemstone-list-container ul li a:hover {
  color: white;
  background-color: #8b4513;
  padding: 5px 1px;
  border-radius: 5px;
}

/* ==========================
   State List Styling
   ========================== */
   #state-list {
    width: 100%;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
}

#state-list h2 {
    font-size: 2em;
    color: #8b4513;
    margin-bottom: 20px;
}

.state-list-container {
    display: flex;
    justify-content: space-between;
}

.state-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.state-list-container ul li {
    text-align: left; /* Align text to the left */
    margin-bottom: 10px;
}

.state-list-container ul li a {
    color: #8b4513;
    text-decoration: none;
    font-size: 1.2em;
    transition: color 0.3s, background-color 0.3s; /* Transition for smooth hover effect */
}

.state-list-container ul li a:hover {
    color: white; /* Change text color on hover */
    background-color: #8b4513; /* Change background color on hover */
    padding: 5px 1px; /* Add padding for better visual effect */
    border-radius: 5px; /* Add border radius for smoother look */
}

/* FAQ Accordion Styles */
.faq-accordion {
  width: 100%;
  margin: 20px 0;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  background-color: #f9f9f9;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #8b4513;
}

.faq-toggle {
  font-size: 24px;
  color: #8b4513;
  transition: transform 0.3s ease;
}

.faq-answer {
  background-color: #fff;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 15px;
  max-height: 1000px; /* Adjust as needed for your content */
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

/* Rock Image Style */
.rock-image {
  width: 200px !important; 
  height: auto !important;
  float: right !important; 
  margin-right: 20px !important; 
  padding-left: 5px !important;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px !important;
}

.app-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.app-comparison-table th,
.app-comparison-table td {
  border: 1px solid #000000;
  padding: 12px;
  text-align: left;
}

.app-comparison-table th {
  background-color: #f2f2f2;
  color: #000;
  font-weight: bold;
}

.app-comparison-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.app-comparison-table tr:hover {
  background-color: #f0f0f0;
}

.app-feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.app-card {
  border: 1px solid #8B4513;
  border-radius: 8px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.app-card h4 {
  color: #8B4513;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  font-size: 24px;
  border-bottom: 1px solid #8B4513;
  padding-bottom: 5px;
}

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 15px 0;
}

.pros, .cons {
  padding: 15px;
  border-radius: 6px;
  border: 1px solid;
}

.pros {
  background-color: #f9f9f9;
  border-color: #8B4513;
  border-left: 4px solid #8B4513;
}

.cons {
  background-color: #f9f9f9;
  border-color: #8B4513;
  border-left: 4px solid #F0E68C;
}

.pros h5, .cons h5 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #8B4513;
  font-size: 1.2em;
}

.pros ul, .cons ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.pros li, .cons li {
  margin-bottom: 5px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {

.central-item {
    width: 85%; 
    margin: 0 auto; 
    padding: 20px;  
}

.product-card {
  width: calc(100% - 40px);
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

p, ul {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

p, ol {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

ul {
    list-style-type: disc;
    margin-left: 2px;
}

ul, li, ul, li {
    font-size: 16px; /* Set the font size to 16 pixels */
    line-height: 1.5; /* Adjust line height for better readability */
}

.rock-image {
    display: block !important;
    margin: auto !important;
    float: none !important;
    width: auto !important;
}

.tumbled-rock {
    display: inline;
    align-items: left;
    justify-content: flex-start;
    margin-bottom: 20px;
}

  .tumbled-rock img {
    margin-left: 0;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.map {
    width: 100%;
    /* Update the width */
  }

  .map-iframe {
    width: 100%;
    /* Update the width */
    height: 400px;
    /* Update the height */
  }

  .checklist-title {
    font-size: 30px;
  }

  .checklist-row {
    flex-direction: column;
    align-items: center;
  }

  .checklist-item {
    width: 80%;
    margin-bottom: 20px;
  }

  .cmm-usa {
    width: 100% !important;
}

.cmm-usa-listview ul li a.cmm-usa-live-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 10px !important;
}

.cmm-usa-listview ul li span {
    display: flex;
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    color: black;
    text-align: center;
    line-height: 12px;
    font-weight: bold;
    border: 1px solid #999;
    opacity: 1.0;
    margin-right: 0.5em;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#gemstone-list {
  width: 90%;
  padding: 15px;
}

#gemstone-list h2 {
  font-size: 1.5em;
}

.gemstone-list-container {
  flex-direction: column;
}

.gemstone-list-container ul {
  width: 100%;
}

.gemstone-list-container ul li a {
  font-size: 1em;
}

#state-list {
  width: 80%;
  padding: 15px;
}

#state-list h2 {
  font-size: 1.5em;
}

.state-list-container {
  flex-direction: column; /* Stack columns vertically */
}

.state-list-container ul {
  flex: 1 1 100%; /* Each column will take 100% of the width */
  min-width: auto; /* Remove minimum width */
}

.state-list-container ul li a {
  font-size: 1em; /* Adjust font size for smaller screens */
}

.rock-image {
  display: block !important;
  margin: auto !important;
  float: none !important;
  width: 100% !important;
  max-width: 300px !important;
}

.faq-question h3 {
  font-size: 1em;
}

.pros-cons {
  grid-template-columns: 1fr;
}

.app-comparison-table {
  font-size: 12px;
}

.app-comparison-table th,
.app-comparison-table td {
  padding: 8px;
}

.app-card h4 {
  font-size: 20px;
}

.pros li, .cons li {
  font-size: 14px;
}

}