/* =========================================================
   ABOUT THE PASTOR SECTION
   All styles are scoped using pastor-about- class names.
========================================================= */

.pastor-about-section {
  --pastor-about-cream: #fff7e6;
  --pastor-about-ivory: #fffdf7;
  --pastor-about-beige: #f4e5c8;
  --pastor-about-pale-gold: #f1d88f;
  --pastor-about-gold: #c89532;
  --pastor-about-deep-gold: #94641b;
  --pastor-about-brown: #432d1d;
  --pastor-about-dark: #171717;
  --pastor-about-blue: #063c68;
  --pastor-about-deep-blue: #031e36;
  --pastor-about-text: #675547;
  --pastor-about-white: #ffffff;

  position: relative;
  z-index: 1;
  width: 100%;
  padding: 115px 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 12% 22%,
      rgba(230, 186, 89, 0.35),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 16%,
      rgba(255, 255, 255, 0.95),
      transparent 31%
    ),
    radial-gradient(
      circle at 73% 85%,
      rgba(236, 204, 133, 0.31),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      var(--pastor-about-cream) 0%,
      var(--pastor-about-ivory) 46%,
      var(--pastor-about-beige) 100%
    );
  font-family: "Open Sans", sans-serif;
}

.pastor-about-container {
  position: relative;
  z-index: 5;
}

/* =========================================================
   ANIMATED BACKGROUND
========================================================= */

.pastor-about-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.pastor-about-background::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    repeating-linear-gradient(
      118deg,
      transparent 0,
      transparent 72px,
      rgba(148, 100, 27, 0.05) 74px,
      transparent 77px
    );
  animation: pastor-about-background-lines 24s linear infinite;
}

.pastor-about-background::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  left: 48%;
  top: 48%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 224, 149, 0.48),
    rgba(255, 248, 232, 0) 68%
  );
  transform: translate(-50%, -50%);
  animation: pastor-about-radial-glow 7s ease-in-out infinite;
}

.pastor-about-gradient-glow {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.68;
  animation: pastor-about-glow-movement 11s ease-in-out infinite alternate;
}

.pastor-about-glow-one {
  width: 330px;
  height: 330px;
  left: -90px;
  top: -90px;
  background: rgba(231, 191, 91, 0.46);
}

.pastor-about-glow-two {
  width: 430px;
  height: 430px;
  right: -130px;
  bottom: -160px;
  background: rgba(255, 235, 187, 0.77);
  animation-delay: -4s;
}

.pastor-about-glow-three {
  width: 260px;
  height: 260px;
  left: 45%;
  top: 19%;
  background: rgba(255, 255, 255, 0.87);
  animation-delay: -7s;
}

.pastor-about-bg-circle {
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(148, 100, 27, 0.27);
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.64),
    0 0 26px rgba(200, 149, 50, 0.13);
  animation: pastor-about-floating-circle 9s ease-in-out infinite;
}

.pastor-about-bg-circle-one {
  width: 145px;
  height: 145px;
  right: 6%;
  top: 13%;
}

.pastor-about-bg-circle-two {
  width: 82px;
  height: 82px;
  left: 4%;
  bottom: 11%;
  animation-delay: -3s;
}

.pastor-about-bg-circle-three {
  width: 47px;
  height: 47px;
  right: 35%;
  bottom: 8%;
  animation-delay: -6s;
}

.pastor-about-bg-cross {
  position: absolute;
  display: block;
  color: rgba(148, 100, 27, 0.16);
  font-family: Georgia, serif;
  line-height: 1;
  text-shadow: 0 0 25px rgba(200, 149, 50, 0.26);
  animation: pastor-about-cross-pulse 4.5s ease-in-out infinite;
}

.pastor-about-bg-cross-one {
  left: 3%;
  top: 10%;
  font-size: 68px;
  transform: rotate(-8deg);
}

.pastor-about-bg-cross-two {
  right: 4%;
  bottom: 12%;
  font-size: 88px;
  transform: rotate(8deg);
  animation-delay: -2s;
}

.pastor-about-bg-cross-three {
  left: 48%;
  bottom: 6%;
  font-size: 37px;
  animation-delay: -3s;
}

.pastor-about-moving-line {
  position: absolute;
  display: block;
  width: 290px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(148, 100, 27, 0.5),
    transparent
  );
  animation: pastor-about-line-travel 8s ease-in-out infinite;
}

.pastor-about-moving-line-one {
  left: -45px;
  top: 21%;
  transform: rotate(18deg);
}

.pastor-about-moving-line-two {
  right: -55px;
  bottom: 26%;
  transform: rotate(-17deg);
  animation-delay: -3s;
}

.pastor-about-moving-line-three {
  left: 42%;
  top: 7%;
  width: 190px;
  transform: rotate(-8deg);
  animation-delay: -6s;
}

.pastor-about-light-particle {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pastor-about-gold);
  box-shadow:
    0 0 8px rgba(200, 149, 50, 0.9),
    0 0 20px rgba(200, 149, 50, 0.6);
  animation: pastor-about-particle-float 6s ease-in-out infinite;
}

.pastor-about-particle-one {
  left: 30%;
  top: 15%;
}

.pastor-about-particle-two {
  left: 11%;
  top: 70%;
  width: 5px;
  height: 5px;
  animation-delay: -1s;
}

.pastor-about-particle-three {
  right: 29%;
  top: 23%;
  width: 4px;
  height: 4px;
  animation-delay: -2s;
}

.pastor-about-particle-four {
  right: 9%;
  bottom: 32%;
  animation-delay: -3s;
}

.pastor-about-particle-five {
  left: 52%;
  bottom: 10%;
  width: 5px;
  height: 5px;
  animation-delay: -4s;
}

.pastor-about-particle-six {
  left: 39%;
  top: 52%;
  width: 4px;
  height: 4px;
  animation-delay: -5s;
}

.pastor-about-wave {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.pastor-about-wave-one {
  bottom: -2px;
  height: 240px;
  opacity: 0.48;
}

.pastor-about-wave-one path {
  fill: rgba(255, 255, 255, 0.5);
}

.pastor-about-wave-two {
  bottom: -25px;
  height: 210px;
  opacity: 0.3;
}

.pastor-about-wave-two path {
  fill: rgba(200, 149, 50, 0.38);
}

/* =========================================================
   PASTOR IMAGE AREA
========================================================= */

.pastor-about-image-area {
  position: relative;
  width: min(100%, 505px);
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pastor-about-image-orbits {
  position: absolute;
  inset: 0;
}

.pastor-about-orbit {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.pastor-about-orbit-one {
  inset: 2%;
  border: 1px dashed rgba(148, 100, 27, 0.44);
  animation: pastor-about-ring-clockwise 23s linear infinite;
}

.pastor-about-orbit-two {
  inset: 8%;
  border: 1px solid rgba(200, 149, 50, 0.25);
  animation: pastor-about-ring-counter 18s linear infinite;
}

.pastor-about-orbit-three {
  inset: 14%;
  border: 2px dotted rgba(148, 100, 27, 0.2);
  animation: pastor-about-ring-clockwise 28s linear infinite;
}

.pastor-about-orbit-one::before,
.pastor-about-orbit-two::before,
.pastor-about-orbit-three::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--pastor-about-gold);
  box-shadow:
    0 0 0 6px rgba(200, 149, 50, 0.1),
    0 0 21px rgba(200, 149, 50, 0.7);
}

.pastor-about-orbit-one::before {
  width: 11px;
  height: 11px;
  top: 18%;
  right: 1%;
}

.pastor-about-orbit-two::before {
  width: 8px;
  height: 8px;
  left: 5%;
  bottom: 23%;
}

.pastor-about-orbit-three::before {
  width: 6px;
  height: 6px;
  top: 4%;
  left: 30%;
}

.pastor-about-orbit-dot {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: var(--pastor-about-pale-gold);
  box-shadow: 0 0 20px rgba(200, 149, 50, 0.9);
  animation: pastor-about-dot-pulse 3s ease-in-out infinite;
}

.pastor-about-orbit-dot-one {
  width: 13px;
  height: 13px;
  left: 20%;
  top: 9%;
}

.pastor-about-orbit-dot-two {
  width: 9px;
  height: 9px;
  right: 7%;
  bottom: 27%;
  animation-delay: -1s;
}

.pastor-about-orbit-dot-three {
  width: 7px;
  height: 7px;
  left: 12%;
  bottom: 22%;
  animation-delay: -2s;
}

/* Outer gold border */
.pastor-about-image-frame {
  position: relative;
  z-index: 2;
  width: 75%;
  aspect-ratio: 1 / 1;
  padding: 9px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #80510f 0%,
    #efdb9e 27%,
    #aa721e 52%,
    #ffecc0 77%,
    #8c5b13 100%
  );
  box-shadow:
    0 28px 70px rgba(65, 42, 22, 0.24),
    0 0 0 12px rgba(255, 255, 255, 0.52),
    0 0 62px rgba(200, 149, 50, 0.3);
  transition:
    transform 0.55s ease,
    box-shadow 0.55s ease;
}

.pastor-about-image-frame::before {
  content: "";
  position: absolute;
  inset: -21px;
  z-index: -1;
  border: 2px solid rgba(200, 149, 50, 0.4);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: pastor-about-ring-clockwise 11s linear infinite;
}

.pastor-about-image-frame::after {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: -2;
  border: 1px dashed rgba(148, 100, 27, 0.32);
  border-radius: 50%;
  animation: pastor-about-ring-counter 21s linear infinite;
}

/* Inner cream border */
.pastor-about-image-inner {
  width: 100%;
  height: 100%;
  padding: 7px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--pastor-about-ivory);
  box-shadow:
    inset 0 0 0 2px rgba(148, 100, 27, 0.16),
    inset 0 0 25px rgba(200, 149, 50, 0.1);
}

.pastor-about-pastor-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.94) contrast(1.03);
  transition:
    transform 0.75s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.75s ease;
}

.pastor-about-image-area:hover .pastor-about-image-frame {
  transform: translateY(-8px);
  box-shadow:
    0 35px 82px rgba(65, 42, 22, 0.3),
    0 0 0 12px rgba(255, 255, 255, 0.67),
    0 0 78px rgba(200, 149, 50, 0.38);
}

.pastor-about-image-area:hover .pastor-about-pastor-image {
  transform: scale(1.075);
  filter: saturate(1.06) contrast(1.05);
}

.pastor-about-image-cross {
  position: absolute;
  z-index: 4;
  right: 7%;
  top: 12%;
  width: 61px;
  height: 61px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 149, 50, 0.4);
  border-radius: 50%;
  color: var(--pastor-about-gold);
  background: rgba(255, 253, 247, 0.88);
  box-shadow:
    0 15px 35px rgba(65, 42, 22, 0.16),
    0 0 31px rgba(200, 149, 50, 0.28);
  backdrop-filter: blur(9px);
  animation: pastor-about-image-cross-pulse 3.5s ease-in-out infinite;
}

.pastor-about-image-cross i {
  font-size: 23px;
}

.pastor-about-pastor-badge {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 12%;
  min-width: 201px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid rgba(200, 149, 50, 0.3);
  border-radius: 10px;
  background: rgba(255, 253, 247, 0.94);
  box-shadow:
    0 19px 48px rgba(65, 42, 22, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  animation: pastor-about-badge-float 4s ease-in-out infinite;
}

.pastor-about-badge-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pastor-about-white);
  background: linear-gradient(
    135deg,
    var(--pastor-about-deep-gold),
    var(--pastor-about-gold)
  );
  box-shadow: 0 9px 21px rgba(148, 100, 27, 0.28);
}

.pastor-about-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.pastor-about-badge-text small {
  color: var(--pastor-about-text);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pastor-about-badge-text strong {
  color: var(--pastor-about-brown);
  font-family: "Archivo Black", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pastor-about-faith-badge {
  position: absolute;
  z-index: 4;
  left: 5%;
  bottom: 19%;
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--pastor-about-white);
  background: var(--pastor-about-blue);
  box-shadow:
    0 12px 28px rgba(3, 30, 54, 0.25),
    0 0 24px rgba(6, 60, 104, 0.22);
  animation: pastor-about-faith-float 5s ease-in-out infinite;
}

/* =========================================================
   CONTENT
========================================================= */

.pastor-about-content {
  position: relative;
  max-width: 730px;
  padding-left: 29px;
}

.pastor-about-section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  color: var(--pastor-about-deep-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.pastor-about-label-line {
  width: 41px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--pastor-about-gold),
    rgba(200, 149, 50, 0.16)
  );
}

.pastor-about-section-label i {
  font-size: 12px;
}

/* Archivo Black title */
.pastor-about-title {
  margin: 0 0 20px;
  color: var(--pastor-about-dark);
  font-family: "Noto Sans Tamil", sans-serif;
  font-size: clamp(39px, 4.6vw, 66px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.pastor-about-title span {
  position: relative;
  display: inline-block;
  color: #000;
}

.pastor-about-title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  right: -7px;
  bottom: 3px;
  height: 17px;
  border-radius: 3px;
  background: rgba(241, 216, 143, 0.46);
  transform: skewX(-12deg);
}

.pastor-about-title span::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -8px;
  height: 7px;
  border-radius: 50%;
  background: rgba(200, 149, 50, 0.38);
  filter: blur(4px);
}

.pastor-about-subtitle {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--pastor-about-text);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.78;
}

.pastor-about-highlight {
  position: relative;
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
  padding: 18px 21px;
  overflow: hidden;
  border-left: 5px solid var(--pastor-about-gold);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow:
    0 15px 37px rgba(65, 42, 22, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(9px);
}

.pastor-about-highlight::before {
  content: "";
  position: absolute;
  right: -54px;
  top: -84px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(241, 216, 143, 0.34);
}

.pastor-about-highlight::after {
  content: "✝";
  position: absolute;
  right: 17px;
  bottom: -17px;
  color: rgba(148, 100, 27, 0.09);
  font-family: Georgia, serif;
  font-size: 69px;
  line-height: 1;
}

.pastor-about-highlight-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--pastor-about-gold);
  font-size: 21px;
}

.pastor-about-highlight-text {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--pastor-about-brown);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.65;
}

.pastor-about-description {
  margin: 0 0 29px;
  color: var(--pastor-about-text);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.86;
}

/* =========================================================
   BLACK, BLUE AND GOLD FEATURE BOXES
========================================================= */

.pastor-about-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 32px;
}

.pastor-about-feature {
  position: relative;
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  overflow: hidden;
  padding: 19px 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  color: var(--pastor-about-white);
  box-shadow: 0 17px 36px rgba(36, 26, 19, 0.18);
  isolation: isolate;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.pastor-about-feature::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 130px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.pastor-about-feature::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 20%,
    rgba(255, 255, 255, 0.15) 47%,
    transparent 73%
  );
  transform: translateX(-120%);
  transition: transform 0.75s ease;
}

.pastor-about-feature:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 25px 48px rgba(36, 26, 19, 0.28);
}

.pastor-about-feature:hover::before {
  transform: scale(1.35);
  opacity: 0.75;
}

.pastor-about-feature:hover::after {
  transform: translateX(120%);
}

.pastor-about-feature-black {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.13),
      transparent 30%
    ),
    linear-gradient(145deg, #252525 0%, #050505 100%);
}

.pastor-about-feature-blue {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(90, 179, 255, 0.2),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      var(--pastor-about-blue) 0%,
      var(--pastor-about-deep-blue) 100%
    );
}

.pastor-about-feature-gold {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.24),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #d6a646 0%,
      #916015 100%
    );
}

.pastor-about-feature-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9px;
  color: var(--pastor-about-white);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.pastor-about-feature-icon i {
  font-size: 18px;
}

.pastor-about-feature-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pastor-about-feature-content small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-transform: uppercase;
}

.pastor-about-feature-content strong {
  color: var(--pastor-about-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.pastor-about-feature-arrow {
  position: absolute;
  right: 16px;
  top: 18px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  transform: rotate(-35deg);
  transition: transform 0.4s ease;
}

.pastor-about-feature:hover .pastor-about-feature-arrow {
  transform: rotate(0deg) translateX(3px);
}

/* =========================================================
   READ MORE BUTTON
========================================================= */

.pastor-about-button-wrapper {
  display: flex;
}

.pastor-about-button {
  position: relative;
  min-width: 174px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  overflow: hidden;
  padding: 15px 28px;
  border: 1px solid var(--pastor-about-brown);
  border-radius: 9px;
  color: var(--pastor-about-white);
  background: linear-gradient(
    135deg,
    var(--pastor-about-brown),
    #69441f
  );
  box-shadow:
    0 14px 30px rgba(67, 45, 29, 0.27),
    0 0 0 rgba(200, 149, 50, 0);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.pastor-about-button::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -85px;
  width: 47px;
  height: 190%;
  background: rgba(255, 255, 255, 0.29);
  transform: rotate(24deg);
  transition: left 0.7s ease;
}

.pastor-about-button::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  pointer-events: none;
}

.pastor-about-button span,
.pastor-about-button i {
  position: relative;
  z-index: 2;
}

.pastor-about-button i {
  transition: transform 0.35s ease;
}

.pastor-about-button:hover {
  color: var(--pastor-about-white);
  transform: translateY(-5px);
  border-color: var(--pastor-about-gold);
  box-shadow:
    0 20px 39px rgba(67, 45, 29, 0.32),
    0 0 33px rgba(200, 149, 50, 0.27);
}

.pastor-about-button:hover::before {
  left: calc(100% + 45px);
}

.pastor-about-button:hover i {
  transform: translateX(7px);
}

.pastor-about-button:focus-visible {
  outline: 3px solid rgba(200, 149, 50, 0.46);
  outline-offset: 5px;
}

/* =========================================================
   ANIMATION KEYFRAMES
========================================================= */

@keyframes pastor-about-background-lines {
  0% {
    transform: translate3d(-3%, -2%, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(3%, 2%, 0) rotate(4deg);
  }
}

@keyframes pastor-about-radial-glow {
  0%,
  100% {
    opacity: 0.52;
    transform: translate(-50%, -50%) scale(0.9);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.17);
  }
}

@keyframes pastor-about-glow-movement {
  0% {
    transform: translate3d(-14px, -10px, 0) scale(0.93);
  }

  100% {
    transform: translate3d(31px, 33px, 0) scale(1.14);
  }
}

@keyframes pastor-about-floating-circle {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-27px) rotate(13deg);
  }
}

@keyframes pastor-about-cross-pulse {
  0%,
  100% {
    opacity: 0.37;
    filter: blur(0);
  }

  50% {
    opacity: 0.9;
    filter: drop-shadow(0 0 13px rgba(200, 149, 50, 0.42));
  }
}

@keyframes pastor-about-line-travel {
  0%,
  100% {
    opacity: 0.2;
    margin-left: -35px;
  }

  50% {
    opacity: 0.78;
    margin-left: 65px;
  }
}

@keyframes pastor-about-particle-float {
  0%,
  100% {
    opacity: 0.4;
    transform: translateY(0) scale(0.8);
  }

  50% {
    opacity: 1;
    transform: translateY(-38px) scale(1.3);
  }
}

@keyframes pastor-about-ring-clockwise {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pastor-about-ring-counter {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes pastor-about-dot-pulse {
  0%,
  100% {
    opacity: 0.47;
    transform: scale(0.75);
  }

  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}

@keyframes pastor-about-image-cross-pulse {
  0%,
  100% {
    transform: scale(0.93);
    box-shadow:
      0 15px 35px rgba(65, 42, 22, 0.16),
      0 0 20px rgba(200, 149, 50, 0.19);
  }

  50% {
    transform: scale(1.08);
    box-shadow:
      0 18px 38px rgba(65, 42, 22, 0.2),
      0 0 39px rgba(200, 149, 50, 0.46);
  }
}

@keyframes pastor-about-badge-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-11px);
  }
}

@keyframes pastor-about-faith-float {
  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }

  50% {
    transform: translateY(-14px) rotate(5deg);
  }
}

/* =========================================================
   RESPONSIVE: LAPTOP AND TABLET
========================================================= */

@media (max-width: 1199.98px) {
  .pastor-about-section {
    padding: 100px 0;
  }

  .pastor-about-content {
    padding-left: 8px;
  }

  .pastor-about-features {
    grid-template-columns: 1fr;
  }

  .pastor-about-feature {
    min-height: 103px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .pastor-about-feature-arrow {
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
  }

  .pastor-about-feature:hover .pastor-about-feature-arrow {
    transform: translate(4px, -50%);
  }
}

/* =========================================================
   RESPONSIVE: TABLET
========================================================= */

@media (max-width: 991.98px) {
  .pastor-about-section {
    padding: 88px 0;
  }

  .pastor-about-image-area {
    max-width: 485px;
    margin-bottom: 31px;
  }

  .pastor-about-content {
    max-width: 790px;
    margin-inline: auto;
    padding-left: 0;
    text-align: center;
  }

  .pastor-about-section-label {
    justify-content: center;
  }

  .pastor-about-subtitle,
  .pastor-about-description {
    margin-inline: auto;
  }

  .pastor-about-highlight {
    max-width: 690px;
    margin-inline: auto;
    margin-bottom: 24px;
    text-align: left;
  }

  .pastor-about-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pastor-about-feature {
    min-height: 150px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }

  .pastor-about-feature-arrow {
    right: 16px;
    top: 18px;
    transform: rotate(-35deg);
  }

  .pastor-about-feature:hover .pastor-about-feature-arrow {
    transform: rotate(0deg) translateX(3px);
  }

  .pastor-about-button-wrapper {
    justify-content: center;
  }
}

/* =========================================================
   RESPONSIVE: MOBILE
========================================================= */

@media (max-width: 767.98px) {
  .pastor-about-section {
    padding: 75px 0;
  }

  .pastor-about-image-area {
    max-width: 400px;
  }

  .pastor-about-image-frame {
    width: 72%;
  }

  .pastor-about-image-cross {
    width: 50px;
    height: 50px;
  }

  .pastor-about-image-cross i {
    font-size: 19px;
  }

  .pastor-about-pastor-badge {
    right: 0;
    bottom: 9%;
    min-width: 178px;
    padding: 11px 14px;
  }

  .pastor-about-badge-icon {
    width: 40px;
    height: 40px;
  }

  .pastor-about-title {
    font-size: clamp(36px, 10vw, 53px);
    letter-spacing: -1.4px;
  }

  .pastor-about-subtitle {
    font-size: 16px;
  }

  .pastor-about-features {
    grid-template-columns: 1fr;
    max-width: 460px;
    margin-inline: auto;
    margin-bottom: 31px;
  }

  .pastor-about-feature {
    min-height: 105px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .pastor-about-feature-arrow {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }

  .pastor-about-feature:hover .pastor-about-feature-arrow {
    transform: translate(4px, -50%);
  }

  .pastor-about-bg-cross-two,
  .pastor-about-moving-line-two {
    display: none;
  }
}

/* =========================================================
   RESPONSIVE: SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {
  .pastor-about-section {
    padding: 63px 0;
  }

  .pastor-about-image-area {
    width: 100%;
    max-width: 340px;
    margin-bottom: 47px;
  }

  .pastor-about-image-frame {
    width: 69%;
    padding: 6px;
    box-shadow:
      0 21px 51px rgba(65, 42, 22, 0.21),
      0 0 0 8px rgba(255, 255, 255, 0.53),
      0 0 39px rgba(200, 149, 50, 0.23);
  }

  .pastor-about-image-inner {
    padding: 5px;
  }

  .pastor-about-image-frame::before {
    inset: -14px;
  }

  .pastor-about-image-frame::after {
    inset: -23px;
  }

  .pastor-about-image-cross {
    top: 10%;
    right: 5%;
    width: 44px;
    height: 44px;
  }

  .pastor-about-faith-badge {
    left: 4%;
    bottom: 21%;
    width: 41px;
    height: 41px;
  }

  .pastor-about-pastor-badge {
    left: 50%;
    right: auto;
    bottom: -13px;
    min-width: 181px;
    transform: translateX(-50%);
    animation: none;
  }

  .pastor-about-section-label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .pastor-about-label-line {
    width: 28px;
  }

  .pastor-about-title {
    margin-bottom: 21px;
    font-size: clamp(33px, 10.7vw, 45px);
    line-height: 1.13;
  }

  .pastor-about-subtitle {
    font-size: 15px;
    line-height: 1.72;
  }

  .pastor-about-highlight {
    padding: 16px;
  }

  .pastor-about-highlight-icon {
    font-size: 18px;
  }

  .pastor-about-highlight-text {
    font-size: 14.5px;
  }

  .pastor-about-description {
    font-size: 14.5px;
    line-height: 1.8;
  }

  .pastor-about-feature {
    min-height: 98px;
    padding: 15px;
  }

  .pastor-about-feature-icon {
    width: 42px;
    height: 42px;
  }

  .pastor-about-feature-content {
    padding-right: 22px;
  }

  .pastor-about-feature-content strong {
    font-size: 13px;
  }

  .pastor-about-button {
    width: 100%;
    max-width: 270px;
    min-height: 57px;
  }

  .pastor-about-bg-circle-one {
    width: 78px;
    height: 78px;
  }

  .pastor-about-bg-cross-one {
    font-size: 43px;
  }
}

/* =========================================================
   REDUCED MOTION ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .pastor-about-section *,
  .pastor-about-section *::before,
  .pastor-about-section *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}



    * {
      box-sizing: border-box;
    }

 

    .photo-double-border {
      padding: 7px;
      border: 1px solid #c5c4c1;
      border-radius: 15px;
      background: #ffffff;
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
    }

    .photo-double-border img {
      display: block;
      width: 100%;
      object-fit: cover;
      border: 1px solid #1e3158;
      border-radius: 8px;
    }

    @media (max-width: 576px) {
      .photo-double-border {
        width: 90%;
      }

      .photo-double-border img {
        height: 240px;
      }
    }