.elementor-13675 .elementor-element.elementor-element-4885c18{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8a74359 *//* ================================================
   PHI PHOTO AWARDS — Saturated Vibrant Seals CSS
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Montserrat:wght@300;400;500;600&display=swap');

/* === Section Container === */
.phi-seals-section {
  background: #fbfbfd; 
  padding: 100px 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Ambient warm light in the background */
.phi-seals-section::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: 80vw;
  background: radial-gradient(circle, rgba(218,165,32,0.03) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* === Heading Block === */
.phi-seals-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.phi-seals-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 400;
  color: #1d1d1f; 
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.phi-seals-heading .subtitle {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #b8943c;
}

/* === Seals Grid === */
.phi-seals-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 70px 50px; /* Increased spacing to separate each individual seal */
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* === Individual Item Container === */
.phi-seal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* Spacing between the circle, the label, and the button */
}

/* === Circular Liquid Glass Cards (Badges Only) === */
.phi-seal-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s ease;
  position: relative;
}

/* === HIGHLY SATURATED Shine Effects by Seal Type === */

/* GOLD */
.phi-seal-item.gold .phi-seal-card {
  box-shadow: 0 10px 40px rgba(255, 200, 0, 0.2), inset 0 0 30px rgba(255, 215, 0, 0.15);
}
.phi-seal-item.gold .phi-seal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(255, 180, 0, 0.6), inset 0 0 50px rgba(255, 215, 0, 0.4);
}

/* SILVER */
.phi-seal-item.silver .phi-seal-card {
  box-shadow: 0 10px 40px rgba(160, 180, 210, 0.25), inset 0 0 30px rgba(180, 190, 205, 0.15);
}
.phi-seal-item.silver .phi-seal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(140, 170, 220, 0.6), inset 0 0 50px rgba(180, 190, 205, 0.4);
}

/* BRONZE */
.phi-seal-item.bronze .phi-seal-card {
  box-shadow: 0 10px 40px rgba(220, 110, 30, 0.2), inset 0 0 30px rgba(205, 127, 50, 0.15);
}
.phi-seal-item.bronze .phi-seal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(240, 90, 10, 0.6), inset 0 0 50px rgba(205, 127, 50, 0.4);
}

/* SELECTED (Vibrant Green) */
.phi-seal-item.selected .phi-seal-card {
  box-shadow: 0 10px 40px rgba(10, 220, 120, 0.25), inset 0 0 30px rgba(10, 220, 120, 0.15);
}
.phi-seal-item.selected .phi-seal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 255, 100, 0.65), inset 0 0 50px rgba(10, 220, 120, 0.45);
}

/* HONORABLE MENTION (Light Blue) */
.phi-seal-item.hm .phi-seal-card {
  box-shadow: 0 10px 40px rgba(0, 170, 255, 0.25), inset 0 0 30px rgba(0, 170, 255, 0.15);
}
.phi-seal-item.hm .phi-seal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 191, 255, 0.65), inset 0 0 50px rgba(0, 170, 255, 0.45);
}

/* === Scaled-Up Seal Image === */
.phi-seal-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phi-seal-img {
  width: 190px; /* Enlarged slightly since text is gone */
  height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s ease;
}

.phi-seal-card:hover .phi-seal-img {
  transform: scale(1.08);
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.25));
}

/* === Seal Name Label (Now Outside the Circle) === */
.phi-seal-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d1d1f;
  text-align: center;
  margin-top: 8px;
}

/* === Download Button === */
.phi-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: #ffffff;
  color: #1d1d1f;
  border: 1px solid rgba(29, 29, 31, 0.15);
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.phi-download-btn:hover {
  background: #1d1d1f;
  color: #ffffff;
  border-color: #1d1d1f;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.phi-download-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* === Usage Guide Section === */
.phi-usage-guide {
  max-width: 800px;
  margin: 100px auto 0;
  padding: 50px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
}

.phi-usage-guide h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.1);
  padding-bottom: 16px;
  font-weight: 600;
}

.phi-usage-guide p, .phi-usage-guide li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4a4a4e;
}

.phi-usage-guide ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.phi-usage-guide li {
  margin-bottom: 12px;
}

.phi-usage-warning {
  background: rgba(218, 165, 32, 0.08);
  border-left: 4px solid #b8943c;
  padding: 20px 24px;
  font-weight: 500;
  color: #1d1d1f;
  font-size: 0.95rem;
  line-height: 1.6;
  border-radius: 0 12px 12px 0;
  margin-bottom: 0;
}

/* === Responsive Mobile Optimization === */
@media (max-width: 950px) {
  .phi-seals-grid { gap: 50px 30px; max-width: 700px; } 
}

@media (max-width: 650px) {
  .phi-seals-section { padding: 70px 15px; }
  .phi-seal-item { width: 100%; }
  .phi-seal-card { width: 250px; height: 250px; }
  .phi-seal-img { width: 170px; height: 170px; }
  .phi-usage-guide { padding: 30px 20px; }
}

@media (max-width: 400px) {
  .phi-seal-card { width: 220px; height: 220px; }
  .phi-seal-img { width: 150px; height: 150px; }
  .phi-seal-label { font-size: 1.15rem; }
}/* End custom CSS */