/*
 Theme Name: GeneratePress Child
 Template: generatepress
*/

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
}

img {
  border-radius: 15px;
}

.site-branding a:hover {
  color: #0ca6ff;
}

.widget,
.inside-article,
.entry-content,
.wp-block-columns,
.site-header,
.site-info {
  border-radius: 10px;
}

.wp-block-columns {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.wp-block-columns img {
  padding-bottom: 0;
  /* margin-bottom:30px; */
}

#footer-widgets {
  /* border-top:1px solid gray;
  background-color:gray;
   color:white; */
}

.site-info {
  /* border-radius: 0 0 30px 30px;
  margin: 0 10px; */
}



.custom-contact-form {
  max-width: 500px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.custom-contact-form .form-group {
  display: flex;
  flex-direction: column;
}

.custom-contact-form label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.custom-contact-form input,
.custom-contact-form textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-color: #007cba;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}




.copyright-bar {
  display: none;
}

a {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: rgb(194, 184, 184);
  /* text-decoration-color: #0ca6ff; */
  text-decoration-thickness: 1px;
  text-underline-offset: 5px; /* pushes underline down */
}

a:hover {
  color: #0ca6ff;
  text-decoration-color: #0ca6ff;
}





.knowledge-grid {
    gap: 20px;
}

.knowledge-item a {
    font-weight: 500;
}


.knowledge-excerpt {
    margin-top: 5px;
    font-size: 0.9em;
    color: #666;
}







.wp-block-button {
  display: none;
}

.jodypm-random-review .review img {
  width: 50px;
  /* adjust as needed */
  height: 50px;
  object-fit: cover;
  /* crop if not square */
  border-radius: 50%;
  /* optional: make it circular */
  margin-right: 10px;
  vertical-align: middle;
}

.hr {
   color: #0ca6ff;
}

.solution-title {
    word-break: normal;        /* Prevent breaking words */
    overflow-wrap: break-word; /* Allow wrapping at spaces if needed */
}


.solution-item {
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  /* background-color: #f5f5f7; */
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.solution-item img {
  width: 100%;
}

.solution-featured-image img {
    display: block;
    margin: 0 auto;       
    width: 50%;          
    height: auto;         
}



.jodypm-solutions-grid {
    display: grid;
    gap: 20px;
}

.jodypm-solutions-grid.columns-1 {
    grid-template-columns: 1fr;
}

.jodypm-solutions-grid.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.jodypm-solutions-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .jodypm-solutions-grid {
        grid-template-columns: 1fr !important; /* Force 1 column on mobile */
    }
}





.project-single .project-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.featured-post {
  /* margin-top:-20px; */
  padding: 0 35px;
}

.jodypm-all-projects-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
}

.jodypm-project-card {
  width: 100% !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #f5f5f7;
  /* background-color: #000;
  color: white; */
}

.jodypm-project-card img {
  width: 100% !important;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .jodypm-all-projects-grid {
    grid-template-columns: 1fr !important;
  }
}

.project-excerpt {
  height: 65px;
  overflow: hidden;
  margin-bottom: 8px;
}

.jodypm-all-brands {
  padding: 15px 25px 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.jodypm-all-brands img {
  filter: brightness(0) invert(0.8);
  transition: filter 0.3s ease;
}

.jodypm-all-brands img:hover {
  filter: brightness(0) invert(0.7);
  /* makes white logos light gray */
  transition: filter 0.3s ease;
}

/* Reviews */
.jodypm-random-review {
  margin-top: -30px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.review-thumb img {
  border-radius: 50%;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.review-author {
  font-weight: bold;
}

.review-job {
  color: #666;
  font-style: italic;
}

.review-stars {
  color: #ffd700;
  /* gold */
  font-size: 1.2em;
}

.jodypm-all-reviews .review {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.review-thumb {
  margin-right: 15px;
  flex-shrink: 0;
}

.review-thumb img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.review-content {
  flex: 1;
}

.review-author {
  margin: 0;
  font-weight: bold;
}

.review-job {
  display: block;
  color: #666;
  font-style: italic;
  margin-bottom: 4px;
}

.review-stars {
  color: #ffd700;
  margin-bottom: 6px;
}
