/* ===== DOCTOR PROFILE PAGE STYLES ===== */

/* -- Hero Section -- */
.dc-doc-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #0a1628 0%, #0d2540 50%, #102b4a 100%);
  color: #fff;
}
.dc-doc-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(197, 162, 79, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  background-size: 100% 100%;
  pointer-events: none;
}
.dc-doc-hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.dc-doc-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .dc-doc-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}
.dc-doc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(197, 162, 79, 0.15);
  border: 1px solid rgba(197, 162, 79, 0.3);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #c5a24f;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dc-doc-hero__badge { display: inline-flex; }
}
.dc-doc-hero__name {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .dc-doc-hero__name { font-size: 1.8rem; }
}
.dc-doc-hero__title {
  font-size: 1.15rem;
  color: #c5a24f;
  font-weight: 600;
  margin-bottom: 16px;
}
.dc-doc-hero__desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  max-width: 540px;
}
@media (max-width: 768px) {
  .dc-doc-hero__desc { margin: 0 auto 30px; }
}
.dc-doc-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .dc-doc-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dc-doc-hero__stat {
  text-align: center;
}
.dc-doc-hero__stat-value {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #c5a24f;
}
.dc-doc-hero__stat-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}
.dc-doc-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .dc-doc-hero__actions { justify-content: center; }
}
.dc-doc-hero__portrait {
  position: relative;
}
.dc-doc-hero__portrait-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.dc-doc-hero__portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dc-doc-hero__portrait-badge {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #c5a24f;
  color: #fff;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(197, 162, 79, 0.3);
}

/* -- Introduction -- */
.dc-doc-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .dc-doc-intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.dc-doc-intro__image {
  position: relative;
}
.dc-doc-intro__image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.dc-doc-intro__image-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 20px;
  background: rgba(197, 162, 79, 0.08);
  border-radius: 12px;
  font-size: 0.9rem;
  color: #8a6d2f;
  font-weight: 600;
}
.dc-doc-intro__image-caption .material-symbols-outlined {
  color: #c5a24f;
}

/* -- Professional Profile Cards -- */
.dc-doc-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .dc-doc-profile-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .dc-doc-profile-grid { grid-template-columns: 1fr; }
}
.dc-doc-profile-card {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.dc-doc-profile-card:hover {
  border-color: #c5a24f;
  box-shadow: 0 8px 24px rgba(197, 162, 79, 0.1);
  transform: translateY(-2px);
}
.dc-doc-profile-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 162, 79, 0.1);
  border-radius: 12px;
  margin-bottom: 16px;
}
.dc-doc-profile-card__icon .material-symbols-outlined {
  font-size: 24px;
  color: #c5a24f;
}
.dc-doc-profile-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.dc-doc-profile-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dc-doc-profile-card ul li {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
  margin-bottom: 6px;
}
.dc-doc-profile-card ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #c5a24f;
  font-weight: bold;
}

/* -- Timeline -- */
.dc-doc-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 40px;
}
.dc-doc-timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #c5a24f, rgba(197, 162, 79, 0.2));
}
.dc-doc-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding-bottom: 40px;
  align-items: start;
}
.dc-doc-timeline__item:last-child { padding-bottom: 0; }
.dc-doc-timeline__year {
  font-size: 1.1rem;
  font-weight: 800;
  color: #c5a24f;
  text-align: right;
}
.dc-doc-timeline__dot {
  position: absolute;
  left: -34px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c5a24f;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #c5a24f;
}
.dc-doc-timeline__content {
  padding: 16px 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}
.dc-doc-timeline__content:hover {
  border-color: #c5a24f;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.dc-doc-timeline__content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  .dc-doc-timeline { padding-left: 20px; }
  .dc-doc-timeline__item {
    grid-template-columns: 60px 1fr;
    gap: 12px;
  }
  .dc-doc-timeline__dot { left: -18px; }
}

/* -- Medical Expertise -- */
.dc-doc-expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .dc-doc-expertise-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .dc-doc-expertise-grid { grid-template-columns: 1fr; }
}
.dc-doc-expertise-card {
  display: block;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.dc-doc-expertise-card:hover {
  border-color: #c5a24f;
  box-shadow: 0 8px 24px rgba(197, 162, 79, 0.12);
  transform: translateY(-4px);
  text-decoration: none;
}
.dc-doc-expertise-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 162, 79, 0.1);
  border-radius: 14px;
  margin-bottom: 16px;
}
.dc-doc-expertise-card__icon .material-symbols-outlined {
  font-size: 28px;
  color: #c5a24f;
}
.dc-doc-expertise-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.dc-doc-expertise-card p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* -- Certifications -- */
.dc-doc-cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .dc-doc-cert-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .dc-doc-cert-grid { grid-template-columns: 1fr; }
}
.dc-doc-cert-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}
.dc-doc-cert-card:hover {
  border-color: #c5a24f;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.dc-doc-cert-card__preview {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
}
.dc-doc-cert-card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.dc-doc-cert-card:hover .dc-doc-cert-card__preview img {
  transform: scale(1.05);
}
.dc-doc-cert-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dc-doc-cert-card:hover .dc-doc-cert-card__overlay { opacity: 1; }
.dc-doc-cert-card__overlay .material-symbols-outlined {
  font-size: 32px;
  color: #fff;
}
.dc-doc-cert-card__body {
  padding: 20px;
}
.dc-doc-cert-card__body h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.dc-doc-cert-card__date {
  font-size: 0.8rem;
  color: #999;
  margin: 8px 0 12px;
}
.dc-doc-cert-card__btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

/* -- Training -- */
.dc-doc-training-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .dc-doc-training-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .dc-doc-training-grid { grid-template-columns: 1fr; }
}
.dc-doc-training-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}
.dc-doc-training-card:hover {
  border-color: #c5a24f;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.dc-doc-training-card__image {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.dc-doc-training-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.dc-doc-training-card:hover .dc-doc-training-card__image img {
  transform: scale(1.05);
}
.dc-doc-training-card__body {
  padding: 20px;
}
.dc-doc-training-card__tag {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(197, 162, 79, 0.1);
  color: #c5a24f;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.dc-doc-training-card__body h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.dc-doc-training-card__body p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

/* -- Before & After -- */
.dc-doc-ba-filters {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.dc-doc-ba-filter {
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dc-doc-ba-filter:hover {
  border-color: #c5a24f;
  color: #c5a24f;
}
.dc-doc-ba-filter.is-active {
  background: #c5a24f;
  border-color: #c5a24f;
  color: #fff;
}
.dc-doc-ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .dc-doc-ba-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dc-doc-ba-grid { grid-template-columns: 1fr; }
}
.dc-doc-ba-item {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.dc-doc-ba-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.dc-doc-ba-item:hover img { transform: scale(1.05); }
.dc-doc-ba-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dc-doc-ba-item:hover .dc-doc-ba-item__overlay { opacity: 1; }
.dc-doc-ba-item__tag {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(197, 162, 79, 0.9);
  color: #fff;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 6px;
  align-self: flex-start;
}
.dc-doc-ba-item__label {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.dc-doc-ba-item.is-hidden { display: none; }

/* -- Clinic Gallery -- */
.dc-doc-clinic-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
@media (max-width: 768px) {
  .dc-doc-clinic-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
}
.dc-doc-clinic-gallery__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.dc-doc-clinic-gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
}
.dc-doc-clinic-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.dc-doc-clinic-gallery__item:hover img { transform: scale(1.05); }
.dc-doc-clinic-gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dc-doc-clinic-gallery__item:hover .dc-doc-clinic-gallery__overlay { opacity: 1; }
.dc-doc-clinic-gallery__overlay span {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}

/* -- Trust Cards -- */
.dc-doc-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .dc-doc-trust-grid { grid-template-columns: 1fr; }
}
.dc-doc-trust-card {
  padding: 28px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  text-align: center;
  transition: all 0.3s ease;
}
.dc-doc-trust-card:hover {
  border-color: #c5a24f;
  box-shadow: 0 8px 24px rgba(197, 162, 79, 0.1);
  transform: translateY(-4px);
}
.dc-doc-trust-card__icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 162, 79, 0.1);
  border-radius: 50%;
  margin: 0 auto 16px;
}
.dc-doc-trust-card__icon .material-symbols-outlined {
  font-size: 28px;
  color: #c5a24f;
}
.dc-doc-trust-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.dc-doc-trust-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* -- Reviews Carousel -- */
.dc-doc-reviews-carousel {
  position: relative;
  overflow: hidden;
}
.dc-doc-reviews-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}
.dc-doc-review-card {
  flex: 0 0 calc(33.333% - 16px);
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .dc-doc-review-card { flex: 0 0 100%; }
}
.dc-doc-review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.dc-doc-review-card__header img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.dc-doc-review-card__header h5 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
}
.dc-doc-review-card__treatment {
  font-size: 0.8rem;
  color: #c5a24f;
  font-weight: 600;
}
.dc-doc-review-card__verified {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  color: #4caf50;
  font-weight: 600;
}
.dc-doc-review-card__verified .material-symbols-outlined {
  font-size: 16px;
}
.dc-doc-review-card__rating {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}
.dc-doc-review-card__rating .material-symbols-outlined {
  font-size: 18px;
  color: #ffc107;
}
.dc-doc-review-card p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.dc-doc-reviews-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}
.dc-doc-reviews-prev,
.dc-doc-reviews-next {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dc-doc-reviews-prev:hover,
.dc-doc-reviews-next:hover {
  background: #c5a24f;
  border-color: #c5a24f;
  color: #fff;
}
.dc-doc-reviews-prev .material-symbols-outlined,
.dc-doc-reviews-next .material-symbols-outlined {
  font-size: 24px;
}

/* -- FAQ -- */
.dc-doc-faq {
  max-width: 800px;
  margin: 0 auto;
}
.dc-doc-faq__item {
  border-bottom: 1px solid #eee;
}
.dc-doc-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  transition: color 0.3s ease;
}
.dc-doc-faq__question:hover { color: #c5a24f; }
.dc-doc-faq__icon {
  transition: transform 0.3s ease;
  color: #c5a24f;
}
.dc-doc-faq__item.is-open .dc-doc-faq__icon {
  transform: rotate(180deg);
}
.dc-doc-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.dc-doc-faq__item.is-open .dc-doc-faq__answer {
  max-height: 200px;
  padding-bottom: 20px;
}
.dc-doc-faq__answer p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* -- CTA -- */
.dc-doc-cta {
  background: linear-gradient(135deg, #0a1628 0%, #0d2540 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
.dc-doc-cta__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.dc-doc-cta h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .dc-doc-cta h2 { font-size: 1.5rem; }
}
.dc-doc-cta p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}
.dc-doc-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* -- Lightbox -- */
.dc-doc-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 40px;
}
.dc-doc-lightbox.is-open { display: flex; }
.dc-doc-lightbox__content {
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.dc-doc-lightbox__content img {
  width: 100%;
  display: block;
}
.dc-doc-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: background 0.3s ease;
}
.dc-doc-lightbox__close:hover { background: rgba(255, 255, 255, 0.2); }
