/*!
Theme Name: Bixola
Theme URI: https://twinkletheme.com/themeforest/wp/elementor/bixola/
Author: TwinkleTheme
Author URI: https://themeforest.net/user/twinkletheme/portfolio
Description: Bixola - Multipurpose Business Service WordPress Theme
Version: 1.0.3
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bixola
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.service-item {
  width: calc(33.333% - 20px);
  border: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.service-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.service-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.service-title {
  font-size: 1.4em;
  margin: 12px 0 8px;
  color: #222;
  line-height: 1.4;
  font-weight: 600;
}

.service-excerpt {
  font-size: 1em;
  color: #666;
  line-height: 1.5;
}

/* Single service page styling */
.single-service-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.service-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

.service-content {
  font-size: 1.05em;
  line-height: 1.7em;
  color: #333;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .service-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .main-header-four {
    background: #333;
    position: static;}
}
@media (max-width: 600px) {
  .service-item {
    width: 100%;
  }

  .services-list {
    padding: 10px;
  }

  .service-title {
    font-size: 1.2em;
  }

  .service-excerpt {
    font-size: 0.95em;
  }
}

