/* 26-11-24 extra page css*/

.dflt_dtl_pg,
.dflt_pg {
  padding-top: 120px;
  padding-bottom: 50px;
}

/* .dflt_dtl_pg,
.dflt_pg p {
  word-break: break-all;
} */

.dflt_pg p,
.dflt_dtl_pg p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dflt_pg a,
.dflt_dtl_pg a {
  color: #517e1d;
}

.single_page_dte {
  margin-top: 6px;
}

ul.wp-block-list {
  list-style-type: disc;
  margin: 20px;
}
ol.wp-block-list {
  list-style: disc;
  margin: 20px;
}

/* Custom numbering color */
ol.wp-block-list li::marker {
  color: #517e1d;
}

ul.wp-block-list li::marker {
  color: #517e1d;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
td.has-text-align-center {
  padding: 20px;
}

figure.wp-block-table {
  margin-bottom: 30px;
}
figure.alignright img {
  margin: 10px 0px 10px 10px;
}
figure.alignleft img {
  margin: 10px 10px 10px 0px;
}
figure.aligncenter img {
  margin: 10px 10px 10px 10px;
}

ol.wp-block-list {
  list-style-type: decimal;
}

.wp-block-button__link.wp-element-button {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 5px 25px;
  height: 50px;
  min-width: 140px;
  position: relative;
  border-radius: 25px;
  border: 1px solid #517e1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 10px 9.5px rgba(34, 34, 34, 0.28));
  background-color: #517e1d;
  transition: all 0.6s ease;
}

.wp-block-button__link.wp-element-button:hover {
  color: #517e1d;
}

.wp-block-button__link.wp-element-button:after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.6s ease;
}
.wp-element-caption .wp-block-button__link.wp-element-button {
  position: relative;
  background-color: #01153e;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px 10px 18px;
  line-height: 24px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  transition: all 0.3s ease-in-out;
  border: solid 1px #01153e;
  text-transform: uppercase;
}
.wp-block-button__link.wp-element-button:hover {
  background-color: #fff;
  color: #01153e;
}
.wp-block-code {
  border: 2px solid #01153e;
  background-color: #fff;
  margin: 20px;
}
.wp-block-code code {
  /* border: 2px solid #00aa14; */
  color: #fff;
  background: #000;
  padding: 20px;
}
.wp-block-details {
  margin: 10px;
}
figcaption.wp-element-caption {
  font-size: 20px;
  margin: 40px 0 0;
}
figcaption.wp-element-caption strong {
  margin-bottom: 20px;
}
p.has-text-align-center.has-large-font-size {
  color: #fff;
}
h1.wp-block-heading {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  color: #000;
}
h2.wp-block-heading {
  padding-top: 6px;
  /* padding-bottom: 6px; */
  color: #000;
}
h3.wp-block-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
h4.wp-block-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
h5.wp-block-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}
h6.wp-block-heading {
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  /* color: #517e1d; */
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  padding-top: 6px;
}

.wp-block-pullquote {
  padding: 2em 0;
  font-size: 16px;
}

.wp-block-pullquote blockquote cite {
  font-family: inherit;
  font-size: 16px;
  line-height: 28px;
}

.wp-block-preformatted {
  font-family: inherit;
  color: inherit;
  position: relative;
  font-size: 16px;
  line-height: 28px;
}

.wp-block-verse {
  font-family: inherit;
  color: inherit;
  position: relative;
  font-size: 16px;
  line-height: 28px;
}

.wp-block-table {
  overflow-x: auto;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #141414;
}

figure.wp-block-image img {
  width: 100%;
}

p:empty {
  margin: 70px 0;
}

/* .wp-block-columns {
  margin-top: 25px;
  margin-bottom: 50px;
} */

blockquote {
  max-width: 600px; /* Increased max-width for slightly larger blockquotes */
  text-align: left; /* Align text to the left for better readability */
  margin: 30px auto; /* Center blockquote horizontally with auto margins */
  padding: 25px 30px; /* Adjusted padding for more balanced spacing */
  font-family: "Manrope", sans-serif; /* Specified font stack */
  font-size: 18px; /* Slightly smaller font size for better readability */
  color: #333; /* Darker text color for better contrast */
  background: #f4f4f4; /* Lighter background for a more subtle look */
  border-left: 5px solid #517e1d; /* Added a blue left border for emphasis */
  border-radius: 15px; /* Reduced border-radius for a more subtle curve */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Soft shadow for a floating effect */
  line-height: 1.6; /* Increased line-height for better text spacing */
  position: relative; /* Required for positioning the quote marks */
  padding-left: 50px; /* Added padding to create space for the quote marks */
  transition: background 0.3s ease, transform 0.3s ease; /* Smooth hover effects */
}

blockquote::before {
  content: "“"; /* Open quotation mark */
  font-size: 3em; /* Larger size for the quote mark */
  color: #517e1d; /* Match the blue color of the border */
  position: absolute; /* Position it absolutely within the blockquote */
  left: 10px; /* Space from the left edge */
  top: 10px; /* Position it near the top of the blockquote */
}

blockquote::after {
  content: "”"; /* Close quotation mark */
  font-size: 3em; /* Same size as the opening quote mark */
  color: #517e1d; /* Match the blue color of the border */
  position: absolute; /* Position it absolutely within the blockquote */
  right: 10px; /* Space from the right edge */
  bottom: 10px; /* Position it near the bottom of the blockquote */
}

blockquote:hover {
  background: #517e1d44; /* Lighter blue background on hover */
  transform: translateY(-5px); /* Subtle lift effect on hover */
}

blockquote cite {
  display: block; /* Make the citation a block element */
  text-align: right; /* Align citation to the right */
  font-size: 14px; /* Smaller font for citation */
  color: #555; /* Lighter text color for citation */
  margin-top: 10px; /* Space between the quote and the citation */
  font-style: italic; /* Italicize the citation */
}

.wp-block-image.aligncenter {
  margin: auto;
}

.wp-block-image.alignleft {
  float: left;
}

.wp-block-image.alignright {
  float: right;
}

figure.alignright img {
  margin: 15px 0px 10px 25px;
}
figure.alignleft img {
  margin: 15px 25px 10px 0px;
}
figure.aligncenter img {
  margin: 10px 10px 10px 10px;
}

/* 26-11-24 */

/* responsive  */

@media (max-width: 576px) {
  /* 28.11.24 */
  .dflt_pg img {
    margin: 0px !important;
    width: auto !important;
    max-width: 100% !important;
  }
  .dflt_dtl_pg img {
    margin: 0px !important;
    width: auto !important;
    max-width: 100% !important;
  }
  /* 28.11.24 */
}
