.elementor-40 .elementor-element.elementor-element-f980a85{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7d11093 */.pb-photo-page {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
  padding: 80px 20px;
}

.pb-photo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pb-photo-hero {
  max-width: 860px;
  margin: 0 auto 40px;
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 22px;
  padding: 50px 40px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.pb-photo-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff6ff;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.pb-photo-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.pb-photo-hero h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #1e293b;
  margin: 0 0 14px;
  font-weight: 800;
}

.pb-photo-subtext {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
}

.pb-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

.pb-photo-card {
  background: #ffffff;
  border: 1px solid #e7eef7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
}

.pb-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.pb-photo-thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.pb-photo-content {
  padding: 22px 20px;
}

.pb-photo-content h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #1e293b;
  margin: 0 0 10px;
  font-weight: 700;
}

.pb-photo-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.pb-photo-info-box {
  max-width: 860px;
  margin: 0 auto 28px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  text-align: center;
}

.pb-photo-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pb-photo-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.pb-photo-btn-primary {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.20);
}

.pb-photo-btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.pb-photo-btn-outline {
  background: #ffffff;
  color: #1e293b;
  border: 1px solid #dbe3ee;
}

.pb-photo-btn-outline:hover {
  background: #f8fafc;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .pb-photo-hero h1 {
    font-size: 34px;
  }

  .pb-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .pb-photo-page {
    padding: 60px 15px;
  }

  .pb-photo-hero {
    padding: 35px 22px;
    border-radius: 18px;
  }

  .pb-photo-hero h1 {
    font-size: 28px;
  }

  .pb-photo-subtext {
    font-size: 15px;
  }

  .pb-photo-grid {
    grid-template-columns: 1fr;
  }

  .pb-photo-thumb img {
    height: 220px;
  }
}/* End custom CSS */