@font-face {
  font-family: "helvetica";
  font-style: normal;
  font-weight: 500;
  src: local("helvetica"), local("helvetica"),
    url("/static/sripuram-org/helvetica.ttf") format("truetype");
}

.about-info-inner h4 {
  font-family: "helvetica";
  color: #9f1605 !important;
  text-transform: uppercase !important;
  text-align: center;
  margin-top: 20px;
}

.about-info-inner p {
  margin-top: 20px !important;
}

.dress-code-hero-row {
  align-items: stretch !important;
}

.dress-code-hero-col {
  display: flex;
}

.dress-code-hero-image,
.dress-code-hero-info {
  width: 100%;
  min-height: 440px;
}

.dress-code-hero-image {
  display: flex;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  border: 1px solid #e4c27b;
  box-shadow: 0 18px 30px rgba(151, 98, 22, 0.08);
}

.dress-code-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.dress-code-hero-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e4c27b;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  box-shadow: 0 18px 30px rgba(151, 98, 22, 0.08);
  padding: 36px 32px;
}

.dress-code-hero-info h2,
.dress-code-hero-info h4,
.dress-code-hero-info p {
  text-align: center;
}

.dress-code-hero-info p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.dress-code-section h4 {
  font-family: "helvetica";
  color: #9f1605 !important;
  text-transform: uppercase !important;
  text-align: left;
  margin-bottom: 20px;
}

.dress-code-section .row {
  display: flex;
  align-items: center;
}

.dress-code-pair-row {
  align-items: stretch !important;
}

.dress-code-pair-col {
  display: flex;
}

.dress-code-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px 20px;
}

.dress-code-content-card {
  width: 100%;
  min-height: 100%;
  border: 1px solid #e4c27b;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  box-shadow: 0 18px 30px rgba(151, 98, 22, 0.08);
}

.dress-code-centered-card {
  text-align: center;
  align-items: center;
}

.dress-code-centered-card h4 {
  text-align: center;
}

.dress-code-centered-card .dress-bullets {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.dress-code-card p {
  text-align: justify;
}

 .dress-bullets li {
  font-family: "helvetica";  
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
  padding-left: 35px;
  list-style: none;
}

.dress-bullets li img.bullet-img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px; 
  height: auto;
  margin-right: 0;
  vertical-align: middle;
} 

.image-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
}

.dress-code-image-card {
  width: 100%;
  min-height: 100%;
  border: 1px solid #e4c27b;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  box-shadow: 0 18px 30px rgba(151, 98, 22, 0.08);
}

.dress-code-image-card img {
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.wear-bg {
  background-image: none;
}

.avoid-bg {
  background-image: none;
}

.dress-code-what-to-wear-section {
  border-bottom: 1px solid #d4b16f;
}

@media (max-width: 991px) {
  .dress-code-section h4 {
    text-align: center;
  }

  .dress-code-hero-col {
    display: block;
  }

  .dress-code-hero-image,
  .dress-code-hero-info {
    min-height: auto;
  }

  .dress-code-hero-image img {
    height: auto;
  }

  .dress-code-pair-col {
    display: block;
  }

  .image-bg {
    padding: 24px;
  }
}
