/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Navbar Drop Shadow */
#g-navigation, section#g-navigation, .g-menu-overlay {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
  /* Ensure the navbar stays above other content */
}
/* For sticky navigation if needed */
.g-fixed-element #g-navigation {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /* Slightly more pronounced shadow for sticky nav */
}
/* Modern Blog Styling */
.blog-item {
  margin-top: 1rem;
}
/* Card View Styling */
.card-view {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  margin-bottom: 2rem;
}
.card-view:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
/* Blog Header */
.list-blog-header {
  position: relative;
}
.blog-image {
  overflow: hidden;
}
.blog-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}
/* Standardized image sizing for list view */
.blog-list-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.blog-list-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.card-view:hover .blog-image img {
  transform: scale(1.05);
}
.blog-title-wrapper {
  padding: 1.5rem 1.5rem 0.5rem;
}
.blog-title-wrapper h2 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
}
.blog-title-wrapper h2 a {
  color: #1e73be;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-title-wrapper h2 a:hover {
  color: #0d4c82;
}
/* Blog Meta */
.list-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1.5rem 1rem;
  font-size: 0.9rem;
  color: #666;
  border-bottom: 1px solid #eee;
}
.date-info, .author-info, .tag-info {
  display: flex;
  align-items: center;
}
.date-info i, .author-info i, .tag-info i {
  margin-right: 0.5rem;
  color: #1e73be;
}
.tags a {
  color: #1e73be;
  text-decoration: none;
  transition: color 0.2s ease;
}
.tags a:hover {
  color: #0d4c82;
  text-decoration: underline;
}
/* Blog Content */
.list-blog-padding {
  padding: 1.5rem;
}
.e-content, .p-summary {
  line-height: 1.6;
  color: #333;
}
.read-more {
  display: inline-block;
  background: #1e73be;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 1rem;
  transition: background-color 0.2s ease;
  border: none;
  font-weight: 500;
}
.read-more:hover {
  background: #0d4c82;
  color: white;
}
/* Previous/Next Navigation */
.prev-next-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
}
.prev-button, .next-button {
  background: #f5f5f5;
  border: none;
  color: #333;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 500;
}
.prev-button:hover, .next-button:hover {
  background: #1e73be;
  color: white;
}
/* Grid Layout */
.grid-blog .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
/* Ensure cards are same height in grid */
.grid-blog .blog-grid .card-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-blog .blog-grid .list-blog-padding {
  flex-grow: 1;
}
.featured-posts {
  margin-bottom: 2rem;
}
.featured-post .card-view {
  background: #f9f9f9;
  border-left: 4px solid #1e73be;
}
/* Pagination */
.pagination-container {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 0.5rem;
}
.pagination li {
  margin: 0;
}
.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pagination li.active span, .pagination li a:hover {
  background: #1e73be;
  color: white;
}
/* Blog Header */
.blog-header {
  margin-bottom: 2rem;
}
.blog-header h1 {
  font-size: 2.5rem;
  color: #1e73be;
}
/* Responsive adjustments */
@media only all and (max-width: 768px) {
  .grid-blog .blog-grid {
    grid-template-columns: 1fr;
  }
  .list-blog-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  .prev-next-navigation {
    flex-direction: column;
  }
}
#g-main, main#g-main {
  background-color: #ffffff;
}
#g-bottom {
  background: #ffffff;
}
/* Icon and Carousel Image Constraints */
#g-feature {
  padding-top: 2rem;
}
/* Icon size and responsiveness */
.strips-image-container img, .g-owlcarousel-strips-slider .g-owlcarousel .owl-item .strips-image-container img {
  max-width: 70% !important;
  /* Reduced by 30% from original */
  height: auto !important;
  width: auto !important;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
/* Ensure container doesn't clip the icons */
.strips-image-container, .owl-item .item .strips-image-container {
  padding: 15px 0;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  /* Prevent clipping */
}
/* For the specific carousel seen in your screenshot */
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* Make the icons responsive */
@media (max-width: 767px) {
  .strips-image-container img, .g-owlcarousel-strips-slider .g-owlcarousel .owl-item .strips-image-container img {
    max-width: 60% !important;
  }
}
@media (max-width: 480px) {
  .strips-image-container img, .g-owlcarousel-strips-slider .g-owlcarousel .owl-item .strips-image-container img {
    max-width: 50% !important;
  }
}
/* Change text color below icons to brand blue */
.g-owlcarousel-strips-slider .g-owlcarousel .owl-item .g-owlcarousel-item-title, .g-owlcarousel-strips-slider .g-owlcarousel .owl-item .g-owlcarousel-item-title a, .owl-item span, .strips-content-wrapper .g-owlcarousel-item-title {
  color: #2992bc !important;
  /* Brand blue color */
  font-weight: 500;
}
/* Fix clipping issues with container */
.g-owlcarousel-strips-slider .g-owlcarousel .owl-item .item {
  padding: 10px;
  overflow: visible;
}
/* Fix for margin issues */
.g-owlcarousel-strips-slider .g-owlcarousel .owl-item .g-owlcarousel-item-desc {
  margin-top: 10px;
}
h2.g-owlcarousel-item-title {
  color: #1e73be;
}
.g-owlcarousel-strips-slider .g-owlcarousel .owl-item {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.rt-overlay-dark .fp-showcase .g-owlcarousel-item-title a, .rt-overlay-dark .title, .rt-overlay-dark legend, g-contenttabs-content h3.title {
  color: #1e73be;
}
/* Menu */
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
  color: #ffffff;
}
footer#g-footer .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 3px 0px;
  line-height: 24px;
  background-color: #1e73be;
}
/* Enhanced Feature Icons Section */
/* Create a modern card layout for the feature icons */
.g-owlcarousel-strips-slider .owl-item {
  padding: 1rem;
}
/* Modern card styling for each feature icon */
.g-owlcarousel-strips-slider .owl-item .item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.g-owlcarousel-strips-slider .owl-item .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
/* Create circular background for icons */
.strips-image-container {
  background: #f0f8ff;
  border-radius: 50%;
  width: 120px !important;
  height: 120px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
  overflow: visible;
}
/* Icon container hover effect */
.owl-item .item:hover .strips-image-container {
  background: #e0f0ff;
}
/* Icon styling */
.strips-image-container img {
  max-width: 60% !important;
  transition: transform 0.3s;
}
.owl-item .item:hover .strips-image-container img {
  transform: scale(1.1);
}
/* Text styling under icons */
.g-owlcarousel-item-title {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-align: center;
}
.g-owlcarousel-item-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #1e73be;
}
/* Main content section enhancement */
.g-contenttabs-container {
  margin-top: 3rem;
}
/* Style the split content layout */
.tabs-content {
  padding: 2rem 3rem;
  height: 100%;
}
/* Add visual emphasis to the title */
.tabs-content h3.title {
  font-size: 2rem;
  color: #1e73be;
  border-bottom: none;
  padding-bottom: 0;
}
.tabs-content h3.title:after {
  height: 3px;
  width: 60px;
  margin-top: 0.5rem;
  background: linear-gradient(to right, #1e73be, #40b0e0);
}
/* Mission statement styling */
.mission-statement {
  text-align: center;
  padding: 3rem 0;
}
.mission-statement h2 {
  font-size: 2.5rem;
  color: #444;
  margin-bottom: 1rem;
}
.mission-statement p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #666;
}
/* Style for images */
.tabs-image img {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* Mobile responsiveness */
@media (max-width: 767px) {
  .g-owlcarousel-strips-slider .owl-item {
    padding: 0.5rem;
  }
  .strips-image-container {
    width: 100px !important;
    height: 100px !important;
  }
  .g-owlcarousel-item-title {
    font-size: 1.1rem !important;
  }
  .tabs-content {
    padding: 1.5rem;
  }
  .tabs-content h3.title {
    font-size: 1.5rem;
  }
}
/* Mobile Stacking for Carousel Items - Simplified Approach */
@media only screen and (max-width: 767px) {
  /* Basic reset of owl carousel */
  /* Reset the stage and wrapper */
  /* Ensure items are stacked */
  /* Target only the clone items to hide them */
  /* Make active items full width and visible */
  /* Hide navigation controls */
  /* Center the content inside items */
  /* Make the item container full width */
  /* Fix for strips slider specific styling */
  /* Ensure image containers are properly sized and centered */
  .owl-carousel {
    display: block !important;
  }
  .owl-stage-outer, .owl-stage {
    transform: none !important;
    width: 100% !important;
    position: relative !important;
    overflow: visible !important;
  }
  .owl-stage {
    display: flex !important;
    flex-direction: column !important;
  }
  .owl-item.cloned {
    display: none !important;
  }
  .owl-item.active {
    width: 100% !important;
    margin-right: 0 !important;
    display: block !important;
    margin-bottom: 2rem !important;
    position: relative !important;
    left: 0 !important;
  }
  .owl-nav, .owl-dots {
    display: none !important;
  }
  .g-owlcarousel-item-title, .g-owlcarousel-item-desc {
    text-align: center !important;
  }
  .owl-item .item {
    width: 100% !important;
  }
  .g-owlcarousel-strips-slider .g-owlcarousel .owl-item {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .strips-image-container {
    margin: 0 auto 1rem !important;
  }
}
/* Specific handling for this particular carousel implementation */
@media only screen and (max-width: 767px) {
  /* Target the specific strip slider ID if possible */
  /* Ensure we're not completely hiding the items */
  /* Force a simplistic layout */
  /* Make sure the items have proper spacing */
  #g-owlcarousel-stripslider-3165, .g-owlcarousel-strips-slider {
    overflow: visible !important;
  }
  #g-owlcarousel-stripslider-3165 .owl-item:not(.cloned), .g-owlcarousel-strips-slider .owl-item:not(.cloned) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .owl-carousel .owl-item {
    float: none !important;
    clear: both !important;
  }
  .owl-item .item {
    margin-bottom: 2rem !important;
    padding: 1rem !important;
  }
}
/* Specific Category Card Styling for Equal Height and Padding with increased specificity and !important for display */
.g-grid .g-imagegrid .g-imagegrid-item.category-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Ensure all cards try to be the same height */
}
/* Target the paragraph within the g-block inside the category card */
.g-grid .g-imagegrid .g-imagegrid-item.category-card p {
  padding: 20px;
  /* Add 20px padding to the paragraph text within the category card */
  flex-grow: 1;
  /* Allow paragraphs to grow and push content down */
}
/* Category Card Specific Styling - Only affects product category particle */
/* Target only the product gallery particle's wrapper */
.g-imagegrid .g-imagegrid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
}
/* Specifically target category-card class items */
.g-imagegrid .g-imagegrid-item.category-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.g-imagegrid .g-imagegrid-item.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
/* Title styling - only for category cards */
.g-imagegrid .category-card h2 {
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  color: #1e73be;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
  order: 1;
}
/* Image container - only for category cards */
.g-imagegrid .category-card .category-card-image {
  order: 2;
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.g-imagegrid .category-card .category-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.g-imagegrid .category-card:hover .category-card-image img {
  transform: scale(1.05);
}
/* Description styling - only for category cards */
.g-imagegrid .category-card .g-imagegrid-desc {
  order: 3;
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
/* Grid column configurations - only for this particle */
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-2cols {
  gap: 2rem;
}
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-2cols .g-imagegrid-item.category-card {
  flex: 0 0 calc((100% - 2rem) / 2);
}
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-3cols {
  gap: 2rem;
}
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-3cols .g-imagegrid-item.category-card {
  flex: 0 0 calc((100% - 4rem) / 3);
}
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-4cols {
  gap: 1.5rem;
}
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-4cols .g-imagegrid-item.category-card {
  flex: 0 0 calc((100% - 4.5rem) / 4);
}
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-5cols {
  gap: 1.5rem;
}
.g-imagegrid .g-imagegrid-wrapper.g-imagegrid-5cols .g-imagegrid-item.category-card {
  flex: 0 0 calc((100% - 6rem) / 5);
}
/* Responsive adjustments - only for category cards */
@media (max-width: 1024px) {
  .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-4cols .g-imagegrid-item.category-card, .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-5cols .g-imagegrid-item.category-card {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media (max-width: 768px) {
  .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-3cols .g-imagegrid-item.category-card, .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-4cols .g-imagegrid-item.category-card, .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-5cols .g-imagegrid-item.category-card {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
  .g-imagegrid .category-card .category-card-image {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-2cols .g-imagegrid-item.category-card, .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-3cols .g-imagegrid-item.category-card, .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-4cols .g-imagegrid-item.category-card, .g-imagegrid .g-imagegrid-wrapper.g-imagegrid-5cols .g-imagegrid-item.category-card {
    flex: 0 0 100%;
  }
  .g-imagegrid .category-card .category-card-image {
    height: 180px;
  }
}
/* Alternative: Even MORE specific targeting using a unique class */
/* Add 'product-category-grid' to your particle's class field in Gantry */
.product-category-grid .g-imagegrid-item.category-card {
  /* All the specific styles would go here */
}
/*# sourceMappingURL=custom.css.map */