/*
Theme Name: PersonalOne Child
Description: PersonalOne Blank Child Theme
Author: Highthemes
Version: 1.0
Template: ht-personalone
*/

@import url("../ht-personalone/style.css");
.blog-header img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

/* 🎯 Awards Section Trophy Styling */
.awards .items .icon i.fa-trophy {
  font-size: 40px;
  color: #e4545b;
  display: inline-block;
  margin-bottom: 10px;
}

.awards .items {
  padding: 15px;
  text-align: center;
}
/* 🧵 Tidy spacing inside each award item */
.awards .items .title,
.awards .items .companyname,
.awards .items .year {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.3;
}

.awards .items .title {
  font-weight: bold;
  font-size: 1rem;
}

.awards .items .companyname,
.awards .items .year {
  font-size: 0.9rem;
  color: #555;
}
/* 🧭 Center owl-carousel items */
.awards-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* === Custom Portfolio Layout === */

.portfolio-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease;
}

.portfolio-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.portfolio-image img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-content {
  padding: 15px;
  background-color: #fff;
}

.portfolio-title {
  font-size: 1.2em;
  margin: 0 0 10px;
}

.portfolio-tags {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 10px;
}

.portfolio-link {
  color: #0073aa;
  font-size: 1.2em;
  text-decoration: none;
}
