.elementor-5387 .elementor-element.elementor-element-f85461d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* ===== Global Styles ===== */
body {
  font-family: "Poppins", Arial, sans-serif;
  background-color: #faf7f4;
  color: #4b3a2f;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

/* ===== Container ===== */
.container {
  max-width: 900px;
  margin: 50px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

/* ===== Headings ===== */
h1 {
  font-size: 2.8rem;
  color: #b5854a;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

h2, h3, h4, h5 {
  color: #b5854a;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* ===== Date ===== */
.date {
  font-size: 1rem;
  color: #a8896b;
  text-align: center;
  margin-bottom: 40px;
}

/* ===== Paragraphs ===== */
p {
  font-size: 1.05rem;
  margin-bottom: 20px;
}

/* ===== Icon List ===== */
ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 1.05rem;
  color: #4b3a2f;
}

ul li i {
  color: #b5854a;
  font-size: 0.9rem; /* smaller icon size */
  margin-top: 4px;
  flex-shrink: 0;
}

/* ===== Contact Info ===== */
.contact-info {
  margin-top: 40px;
  background-color: #f9f3ef;
  padding: 25px;
  border-radius: 8px;
  border-left: 5px solid #b5854a;
}

.contact-info p {
  margin: 8px 0;
}

/* ===== Links ===== */
a {
  color: #b5854a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

a:hover {
  color: #946e3b;
  text-decoration: underline;
}

/* ===== Footer ===== */
footer {
  text-align: center;
  color: #a8896b;
  font-size: 0.95rem;
  margin-top: 60px;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .container {
    padding: 25px 20px;
    margin: 20px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p, ul li {
    font-size: 1rem;
  }

  ul li {
    gap: 8px;
  }

  ul li i {
    font-size: 0.85rem;
  }
}/* End custom CSS */