.elementor-19676 .elementor-element.elementor-element-d1b73bf > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS */.ghl-affiliate-btn {
    display: inline-block; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white !important;
    padding: 12px 24px; text-decoration: none !important; border-radius: 8px; font-weight: bold; margin: 8px 4px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); transition: transform 0.2s ease;
}
.ghl-affiliate-btn:hover { transform: translateY(-2px); color: white !important; }

.ghl-preview-btn {
    display: inline-block; background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); color: white !important;
    padding: 10px 20px; text-decoration: none !important; border-radius: 6px; font-weight: 600; margin: 6px 4px;
    box-shadow: 0 3px 10px rgba(17, 153, 142, 0.3); font-size: 14px; transition: transform 0.2s ease;
}
.ghl-preview-btn:hover { transform: translateY(-1px); color: white !important; }

.ghl-drive-btn {
    display: inline-block; background: linear-gradient(135deg, #1657c4 0%, #2172dd 100%); color: white !important;
    padding: 10px 20px; text-decoration: none !important; border-radius: 6px; font-weight: 600; margin: 6px 4px;
    box-shadow: 0 3px 10px rgba(66, 133, 244, 0.3); font-size: 14px; transition: transform 0.2s ease;
}
.ghl-drive-btn:hover { transform: translateY(-1px); color: white !important; }

.ghl-download-btn {
    display: inline-block; background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%); color: white !important;
    padding: 8px 16px; text-decoration: none !important; border-radius: 5px; font-weight: 600; margin: 4px 2px;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3); font-size: 13px; transition: transform 0.2s ease;
}
.ghl-download-btn:hover { transform: translateY(-1px); color: white !important; }

.ghl-section-header {
    color: #2c3e50; font-size: 1.1em; display: block; margin: 15px 0 15px 0;
    padding-bottom: 5px;
}

.ghl-banner-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 12px 20px;
    border-radius: 8px; margin: 20px 0 15px 0; font-weight: bold; text-align: center;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.ghl-callout-box {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); border: 2px solid #ff6b9d;
    border-radius: 12px; padding: 20px; margin: 25px 0; text-align: center;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.2);
}
.ghl-callout-box h2:before,
.ghl-callout-box h2:after {
    display: none;
}
.ghl-callout-box h2 { margin: 0 !important; color: #d63384; font-size: 1.3em; }

.ghl-attachments-box {
    float: right; width: 250px; margin: 0 0 20px 20px; padding: 15px;
    border: 1px solid #ddd; border-radius: 5px; background: #f9f9f9;
}
.ghl-attachments-box h4 { margin-top: 0; color: #333; font-size: 16px; }
.ghl-attachments-list { margin: 0; padding-left: 20px; list-style-type: none; }
.ghl-attachments-list li { margin-bottom: 8px; }
.ghl-attachment-link { text-decoration: none !important; color: #0073aa !important; font-size: 14px; }
.ghl-attachment-link:hover { color: #005a87 !important; }

@media (max-width: 768px) {
    .ghl-attachments-box { float: none; width: 100%; margin: 20px 0; }
    .ghl-affiliate-btn, .ghl-preview-btn, .ghl-drive-btn, .ghl-download-btn {
        display: block; margin: 8px 0; text-align: center;
    }
}





.snapshot-nav ul {
    padding: 0;
  list-style: none;
  margin: 0;
  height: auto !important;
  overflow: initial !important;
  margin: 5px 0 20px !important;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -mx-transition: all 0.15s ease;
}
.snapshot-nav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  word-break: break-word;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  padding: 8px 20px;
  border-color: transparent;
  border-style: solid solid solid solid;
  border-width: 1px;
    border-radius: 5px;
  margin-bottom: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -mx-transition: all 0.2s ease;
}
.snapshot-nav ul li a:hover, 
.snapshot-nav ul li a:focus, 
.snapshot-nav ul li a:active {
  color: #ffffff;
  border-color: #fc5b1e;
  background: linear-gradient(135deg,  #fc5b1e 0%,#ffac30 100%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -mx-transition: all 0.2s ease;
}
.snapshot-nav ul li.current-menu-item a {
  color: #ffffff;
  border-color: #fc5b1e;
  background: linear-gradient(135deg,  #fc5b1e 0%,#ffac30 100%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -mx-transition: all 0.2s ease;
}
/*.snapshot-nav ul li a:hover::after, 
.snapshot-nav ul li a:focus::after, 
.snapshot-nav ul li a:active::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 800;
    position: absolute;
    right: 10px;
}*/



.snapshot-search-form-bar input[type="text"] {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
.snapshot-search-form-bar input[type="text"]:hover,
.snapshot-search-form-bar input[type="text"]:focus,
.snapshot-search-form-bar input[type="text"]:active {
    border: 1px solid #f77d24 !important;
    outline: none !important;
}
.snapshot-search-form-bar input[type="text"]::placeholder {
  color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
.snapshot-search-form-bar input[type="text"]:-ms-input-placeholder {
  color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
.snapshot-search-form-bar input[type="text"]::-ms-input-placeholder {
  color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}
.snapshot-results-dropdown,
.snapshot-results-dropdown ul li a {
    color: #333333 !important;
  opacity: 1 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
}


#loadMoreSnapshotsBtn {
  padding: 10px 18px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  background: linear-gradient(135deg, #fc5b1e 0%,#ffac30 100%);
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  margin: 0px;
  display: block;
  width: 100%;
}
#loadMoreSnapshotsBtn:hover {
  background: linear-gradient(135deg, #000000 0%,#3333333 100%);
}

/* Hide menu items starting from the 13th child */
#menu-industry-snapshots .menu-item:nth-child(n+13) {
    display: none;
}



.ghl-attachments-box {
  float: none;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  background: #f9f9f9;
}
.ghl-attachments-box ul {
  padding: 0px !important;
  border: none !important;
}
.ghl-attachments-box ul .ghl-attachment-link br {
  display: none;
}
.elementor-widget-theme-post-content p:has(a[href]) {
    padding: 10px;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    color: #2680d9;
    border-radius: 5px;
}
.elementor-widget-theme-post-content p:has(a[href]) a,
.elementor-widget-theme-post-content p:has(a[href]) a strong {
    color: #2680d9;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -mx-transition: all 0.2s ease;
}
.elementor-widget-theme-post-content p:has(a[href]) a:hover,
.elementor-widget-theme-post-content p:has(a[href]) a:hover strong {
    color: #f17a1d;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -mx-transition: all 0.2s ease;
}
.elementor-widget-theme-post-content ul:has(a[href]) {
    padding: 10px;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    color: #2680d9;
    list-style: none;
    border-radius: 5px;
}
.elementor-widget-theme-post-content ul:has(a[href]) a,
.elementor-widget-theme-post-content ul:has(a[href]) a strong {
    color: #2680d9;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -mx-transition: all 0.2s ease;
}
.elementor-widget-theme-post-content ul:has(a[href]) a:hover,
.elementor-widget-theme-post-content ul:has(a[href]) a:hover strong {
    color: #f17a1d;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -mx-transition: all 0.2s ease;
}
.elementor-widget-theme-post-content ul:has(a[href]) p {
    border: none;
}


.snapshot-container h2,
.snapshot-container h2 strong {
    position: relative;
    font-size: 30px !important;
    line-height: 1.5em !important;
    margin-top: 30px;
    margin-bottom: 20px;
}
.snapshot-container h2:has(a)::before,
.snapshot-container h2:has(a)::after {
    display: none;
}
.snapshot-container h2:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 13px;
    width: 20px;
    height: 20px;
    background: #1a4de8;
    transform: rotate(45deg);
}
.snapshot-container h2:after {
    content: '';
    position: absolute;
    left: -60px;
    top: 9px;
    width: 30px;
    height: 30px;
    background: #ffffff;
}
.snapshot-container h3,
.snapshot-container h3 strong {
    position: relative;
    font-size: 24px !important;
    line-height: 1.5em !important;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #1e6ff1;
}
/*.snapshot-container h3:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: #1a4de8;
    transform: rotate(45deg);
}
.snapshot-container h3:after {
    content: '';
    position: absolute;
    left: -45px;
    top: 5px;
    width: 25px;
    height: 25px;
    background: #ffffff;
}*/
.snapshot-container p {
    font-size: 16px !important;
    line-height: 1.5em !important;
    margin-bottom: 20px;
}
.snapshot-container strong {
    font-size: 16px !important;
    line-height: 1.3em !important;
    margin-bottom: 20px;
    font-weight: 500;
}
.snapshot-container ol li {
    font-size: 16px !important;
    line-height: 1.5em !important;
}
.snapshot-container ul li {
    font-size: 16px !important;
    line-height: 1.5em !important;
}/* End custom CSS */