.social-container {
  margin-left: -81px;
  margin-top: -17px;
}
.social-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Base Social Icon Styling */
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #284369;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;

  font-size: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(40, 67, 105, 0.3);
}

/* Hover Effects */
.social-icon:hover {
  box-shadow: 0 15px 40px rgba(40, 67, 105, 0.5);
  border-color: #284369;

  color: #fff;
}

/* Individual Icon Colors on Hover */
.facebook,
.youtube,
.instagram:hover {
  background: linear-gradient(55deg, rgb(40, 67, 105), #284369);
  color: #fff;
  border-color: #284369;
}

/* Animation Effect */
.social-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.social-icon:hover::before {
  left: 100%;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 67, 105, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(40, 67, 105, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 67, 105, 0);
  }
}

.social-icon:hover {
  animation: pulse 1.5s infinite;
}

.scroll-top svg {
  color: #284369;
}

.scroll-top::after {
  color: #284369;
  border: 2px solid #284369;
}
.scroll-top .progress-circle path {
  stroke: #284369;
}
.copyright-wrap {
  background-color: #284369;
  padding: 18px;
}
.th-widget-contact .info-card:not(:first-child) {
  margin-top: 4px;
}
.phone-card-footer-section {
  margin-bottom: -13px;
}
.th-widget-about .about-logo img {
  height: 75px;
  margin-top: -24px;
}
.th-widget-contact {
  padding: 12px 14px 20px 12px;
}
.th-widget-contact .info-card .box-title {
  font-size: 15px;
  color: #fff;
}
.th-widget-contact {
  background: rgb(50, 79, 131);
  border: 1px solid rgb(40, 67, 105);
}
.th-widget-contact .th-social {
  background-: rgb(40, 67, 105);
  border: 1px solid #fff;
}
.footer-widget .widget_title {
  color: #222;
}
.footer-widget .widget_title::after {
  background-color: #284369;
}
.footer-widget.widget_meta a::before,
.footer-widget.widget_pages a::before,
.footer-widget.widget_archive a::before,
.footer-widget.widget_categories a::before,
.footer-widget.widget_nav_menu a::before {
  color: #284369;
}
.footer-default {
  background: #fefefe;
}
.th-widget-about .about-text {
  color: #222;
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  color: #242424;
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: #222;
}
.footer-widget.widget_meta a:hover::before,
.footer-widget.widget_pages a:hover::before,
.footer-widget.widget_archive a:hover::before,
.footer-widget.widget_categories a:hover::before,
.footer-widget.widget_nav_menu a:hover::before {
  color: #284369;
}
.iskcon-donate-form {
  background: linear-gradient(
      135deg,
      rgba(26, 26, 46, 0.9) 0%,
      rgba(22, 33, 62, 0.85) 50%,
      rgba(15, 52, 96, 0.9) 100%
    ),
    url("../image/banner/1.jpeg") center/cover no-repeat;
  min-height: 100vh;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.iskcon-donate-form .form-illustration {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main Image Section */
.iskcon-donate-form .main-image {
  position: relative;
  width: 700px;
  height: 700px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(40, 67, 105, 0.2);
  z-index: 2;
}

.iskcon-donate-form .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.iskcon-donate-form .main-image:hover img {
  transform: scale(1.05);
}

.iskcon-donate-form .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(40, 67, 105, 0.3),
    rgba(58, 89, 152, 0.4)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.iskcon-donate-form .main-image:hover .image-overlay {
  opacity: 1;
}

.iskcon-donate-form .donation-icon {
  font-size: 3rem;
  color: #fff;
  animation: iconGlow 2s ease-in-out infinite alternate;
}

@keyframes iconGlow {
  from {
    text-shadow: 0 0 10px #fff;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #fff;
  }
}

/* Floating Elements with Images */
.iskcon-donate-form .floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.iskcon-donate-form .floating-item {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: float 4s ease-in-out infinite;
}

.iskcon-donate-form .floating-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #284369;
  box-shadow: 0 5px 15px rgba(40, 67, 105, 0.2);
}

.iskcon-donate-form .icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.iskcon-donate-form .floating-item:hover .icon-overlay {
  opacity: 1;
}

.iskcon-donate-form .lotus {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.iskcon-donate-form .diya {
  top: 60%;
  right: 10%;
  animation-delay: 1.5s;
}

.iskcon-donate-form .temple {
  bottom: 15%;
  left: 15%;
  animation-delay: 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Envelope with Image */
.iskcon-donate-form .envelope-container {
  position: absolute;
  top: 70%;
  right: 5%;
  z-index: 3;
}

.iskcon-donate-form .envelope {
  position: relative;
  width: 120px;
  height: 84px;
}

.iskcon-donate-form .envelope-back {
  width: 100%;
  height: 100%;
  background: #284369;
  border-radius: 8px;
  position: absolute;
}

.iskcon-donate-form .envelope-front {
  width: 100%;
  height: 70%;
  background: #fff;
  border: 2px solid #284369;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 5px 15px rgba(40, 67, 105, 0.2);
  overflow: hidden;
}

.iskcon-donate-form .envelope-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.iskcon-donate-form .envelope-flap {
  width: 100%;
  height: 50%;
  background: #284369;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 50% 70%, 100% 0);
  transform-origin: top;
  animation: flapFloat 3s ease-in-out infinite;
}

@keyframes flapFloat {
  0%,
  100% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-15deg);
  }
}

.iskcon-donate-form .donation-heart {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #284369;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #284369;
  animation: heartBeat 1.5s ease-in-out infinite;
}

@keyframes heartBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Form Section */
.iskcon-donate-form .form-right {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(40, 67, 105, 0.15),
    0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(40, 67, 105, 0.1);
  position: relative;
  overflow: hidden;
}

.iskcon-donate-form .form-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #284369, #3a5998, #284369);
}

.iskcon-donate-form .form-header {
  text-align: center;
  margin-bottom: 35px;
}

.iskcon-donate-form .header-image {
  margin-bottom: 20px;
}

.iskcon-donate-form .logo-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #284369;
  box-shadow: 0 5px 15px rgba(40, 67, 105, 0.2);
}

.iskcon-donate-form .form-header h2 {
  font-size: 2.2rem;
  color: #222 !important;
  font-weight: 800;
  margin-bottom: 10px;
}

.iskcon-donate-form .form-header h2 i {
  margin-right: 10px;
}

.iskcon-donate-form .form-header p {
  color: #222;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 600;
}

.iskcon-donate-form label {
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
  display: block;
}
select,
.form-control,
.form-select,
textarea,
input {
  height: 53px !important;
}

.iskcon-donate-form label i {
  margin-right: 8px;
  width: 16px;
}

.iskcon-donate-form .form-control {
  padding: 14px 18px;
  border: 2px solid rgba(40, 67, 105, 0.2);
  border-radius: 26px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
  color: #222;
}

.iskcon-donate-form .form-control:focus {
  border-color: #284369;
  box-shadow: 0 0 0 3px rgba(40, 67, 105, 0.1);
  transform: translateY(-2px);
}

.iskcon-donate-form .form-control::placeholder {
  color: #999;
  opacity: 0.7;
}

.iskcon-donate-form select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23284369' viewBox='0 0 16 16'%3e%3cpath d='m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}

.iskcon-donate-form .donate-btn {
  background: linear-gradient(45deg, #284369 0%, #3a5998 50%, #284369 100%);
  color: #fff;
  border: none;
  padding: 13px 50px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 41px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(40, 67, 105, 0.3);
  width: 100%;
  max-width: 300px;
}

.iskcon-donate-form .btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
  z-index: 1;
}

.iskcon-donate-form .donate-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 40px rgba(40, 67, 105, 0.4);
  background: linear-gradient(45deg, #3a5998 0%, #284369 50%, #3a5998 100%);
}

.iskcon-donate-form .donate-btn:hover .btn-shine {
  left: 100%;
}

.iskcon-donate-form .btn-text {
  position: relative;
  z-index: 2;
}

.iskcon-donate-form .btn-text i {
  margin-right: 8px;
}

.iskcon-donate-form .security-note p {
  color: #284369;
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
  margin: 0;
}

.iskcon-donate-form .security-note i {
  margin-right: 5px;
}

.iskcon-agra-donation.temple-schedule {
  max-width: auto;
  margin: 0 auto;
  padding: 60px 81px;
  background: linear-gradient(135deg, #faffff 0%, #f8fbff 50%, #f0f7ff 100%);
  min-height: 100vh;
}

.iskcon-agra-donation.temple-schedule .schedule-item {
  background: linear-gradient(
    135deg,
    rgba(40, 67, 105, 0.06) 0%,
    rgba(58, 89, 152, 0.08) 100%
  ) !important;
}

.iskcon-agra-donation.temple-schedule .title-line {
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #284369 0%, #3a5998 100%);
  margin: 0 auto 15px;
  border-radius: 2px;
}

.iskcon-agra-donation.temple-schedule .section-title p {
  font-size: 1.1rem;
  color: #1a2332;
  margin-top: 12px;
  opacity: 0.85;
}

.iskcon-agra-donation.temple-schedule .schedule-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.iskcon-agra-donation.temple-schedule .schedule-card {
  background: linear-gradient(145deg, #ffffff 0%, #f9fcff 50%, #f4f8fd 100%);
  border-radius: 49px 10px 49px 10px;
  box-shadow: 0 10px 30px rgba(40, 67, 105, 0.12),
    0 3px 15px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(40, 67, 105, 0.08);
  position: relative;
}

.iskcon-agra-donation.temple-schedule .schedule-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(40, 67, 105, 0.15),
    0 6px 20px rgba(0, 0, 0, 0.06);
}

.iskcon-agra-donation.temple-schedule .schedule-header {
  background: linear-gradient(135deg, #284369 0%, #3a5998 50%, #2d5aa0 100%);
  color: #fff;
  padding: 18px 20px;
  text-align: center;
  position: relative;
}

.iskcon-agra-donation.temple-schedule .schedule-header h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.iskcon-agra-donation.temple-schedule .schedule-list {
  padding: 20px 15px;
  background: linear-gradient(160deg, #ffffff 0%, #f8fbff 30%, #f2f7fc 100%);
}

.iskcon-agra-donation.temple-schedule .schedule-item {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  margin-bottom: 6px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.6);
}

.iskcon-agra-donation.temple-schedule .schedule-item:last-child {
  margin-bottom: 0;
}

.iskcon-agra-donation.temple-schedule .schedule-item:hover {
  background: linear-gradient(
    135deg,
    rgba(40, 67, 105, 0.06) 0%,
    rgba(58, 89, 152, 0.08) 100%
  );
  transform: translateX(6px);
  box-shadow: inset 3px 0 0 #284369;
}

.iskcon-agra-donation.temple-schedule .time-badge {
  background: linear-gradient(135deg, #284369 0%, #3a5998 100%);
  color: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  min-width: 80px;
  text-align: center;
  margin-right: 15px;
  box-shadow: 0 4px 12px rgba(40, 67, 105, 0.25);
  transition: all 0.3s ease;
}

.iskcon-agra-donation.temple-schedule .schedule-item:hover .time-badge {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(40, 67, 105, 0.35);
}

.iskcon-agra-donation.temple-schedule .event-details h4 {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.iskcon-agra-donation.temple-schedule .event-details p {
  color: #222;
  font-size: 0.8rem;
  margin: 0;
  opacity: 0.8;
  font-style: italic;
}

.iskcon-agra-donation.temple-schedule .morning .schedule-header {
  background: linear-gradient(135deg, #284369 0%, #2d5aa0 100%);
}

.iskcon-agra-donation.temple-schedule .evening .schedule-header {
  background: linear-gradient(135deg, #3a5998 0%, #1e2f4f 100%);
}

.iskcon-agra-donation.temple-schedule .schedule-note {
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 2px solid #284369;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(40, 67, 105, 0.12);
}

.iskcon-agra-donation.temple-schedule .schedule-note p {
  color: #284369;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
}

/* Custom About Us Image - 4 Images Layout */
.th-btn {
  background: #284369;
  border-radius: 10px !important;
}
.th-btn:hover,
.th-btn:active {
  box-shadow: inset 0 -100px 0 0 #284369;
  background-color: #fff !important;
  border: 1px solid #284369 !important;
  color: #222;
  -webkit-box-shadow: inset 0 0 0 0 #284369;
}
.about-wrap4 {
  margin-top: -48px !important;
}
.custom-about-us-image {
  position: relative;
  padding: 30px 20px;
  display: flex;
  margin-top: -200px;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.custom-about-us-image .image-gallery-four {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  width: 100%;
  max-width: 500px;
}

/* Main Temple Image - Largest */
.custom-about-us-image .img-main {
  grid-row: 1 / 3;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transform: rotate(-1.5deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  border: 3px solid rgba(255, 114, 67, 0.3);
}

/* Deity Image - Top Right */
.custom-about-us-image .img-deity {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transform: rotate(2deg) translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
  border: 2px solid rgba(40, 67, 105, 0.3);
}

/* Festival Image - Bottom Right */
.custom-about-us-image .img-festival {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg) translateY(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 4;
  border: 2px solid rgba(255, 114, 67, 0.3);
}

/* Interior Image - Floating */
.custom-about-us-image .img-interior {
  position: absolute;
  top: 33%;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) rotate(5deg);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
  border: 4px solid rgba(255, 255, 255, 0.9);
}

/* Image Elements */
.custom-about-us-image .img-main img,
.custom-about-us-image .img-deity img,
.custom-about-us-image .img-festival img,
.custom-about-us-image .img-interior img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Image Overlays */
.custom-about-us-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  backdrop-filter: blur(0px);
}

/* Hover Effects */
.custom-about-us-image .img-main:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  z-index: 6;
}

.custom-about-us-image .img-deity:hover,
.custom-about-us-image .img-festival:hover {
  transform: rotate(0deg) translateY(0) scale(1.05);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  z-index: 6;
}

.custom-about-us-image .img-interior:hover {
  transform: translateY(-50%) rotate(0deg) scale(1.1);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.4);
  z-index: 7;
}

.custom-about-us-image .img-main:hover .image-overlay,
.custom-about-us-image .img-deity:hover .image-overlay,
.custom-about-us-image .img-festival:hover .image-overlay,
.custom-about-us-image .img-interior:hover .image-overlay {
  opacity: 1;
}

.custom-about-us-image .img-main:hover img,
.custom-about-us-image .img-deity:hover img,
.custom-about-us-image .img-festival:hover img,
.custom-about-us-image .img-interior:hover img {
  transform: scale(1.1);
}

/* Floating Decorative Dots - 6 dots in grid */
.custom-about-us-image .floating-dots {
  position: absolute;
  top: 30px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  z-index: 1;
}

.custom-about-us-image .floating-dots span {
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #284369);
  border-radius: 50%;
  opacity: 0.6;
  animation: float-dots 3s ease-in-out infinite alternate;
}

.custom-about-us-image .floating-dots span:nth-child(1) {
  animation-delay: 0s;
}
.custom-about-us-image .floating-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.custom-about-us-image .floating-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
.custom-about-us-image .floating-dots span:nth-child(4) {
  animation-delay: 0.6s;
}
.custom-about-us-image .floating-dots span:nth-child(5) {
  animation-delay: 0.8s;
}
.custom-about-us-image .floating-dots span:nth-child(6) {
  animation-delay: 1s;
}

@keyframes float-dots {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-8px) scale(1.3);
    opacity: 1;
  }
}

/* Background Glow Effect */
.custom-about-us-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 114, 67, 0.1) 0%,
    rgba(40, 67, 105, 0.08) 40%,
    transparent 70%
  );
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.custom-about-us-image:hover::before {
  opacity: 1;
}

/* Loading Animations */
.custom-about-us-image .img-main,
.custom-about-us-image .img-deity,
.custom-about-us-image .img-festival,
.custom-about-us-image .img-interior {
  opacity: 0;
  animation: slideInScale 0.8s ease forwards;
}

.custom-about-us-image .img-main {
  animation-delay: 0.1s;
}
.custom-about-us-image .img-deity {
  animation-delay: 0.3s;
}
.custom-about-us-image .img-festival {
  animation-delay: 0.5s;
}
.custom-about-us-image .img-interior {
  animation-delay: 0.7s;
}

@keyframes slideInScale {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.title-area p {
  text-align: justify !important;
  color: #242424 !important;
}
.sub-title {
  color: #334155;
}
.sub-title::before,
.sub-title::after {
  background: #334155;
}
.th-header.header-layout3 {
  background: linear-gradient(58deg, #fff 28%, #284369 13%);
}
.custom-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 12px 24px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  color: #334155;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e2e8f0;
  position: relative;
  z-index: 10;
}

.custom-top-header nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.custom-top-header nav ul li {
  position: relative;
}

.custom-top-header nav ul li a {
  text-decoration: none;
  color: #475569;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}

.custom-top-header nav ul li a:hover {
  color: #1e40af;
  background-color: rgba(59, 130, 246, 0.1);
  transform: translateY(-1px);
}

.custom-top-header .temple-status {
  display: flex;
  gap: 20px;
  align-items: center;
}

.custom-top-header .temp-time {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
}

.custom-top-header .temp-time::before {
  content: "";
  font-size: 8px;
}

.custom-top-header .weather {
  color: #64748b;
  font-weight: 500;
  padding: 6px 12px;
  background: rgba(148, 163, 184, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.custom-top-header .weather::before {
  content: "☀️";
  font-size: 12px;
}

/* Custom Banner Slider - Grabbable Version */
.custom-banner-slider {
  width: 100%;
  height: 600px;
  min-height: auto;

  position: relative;
  overflow: hidden;
}

.custom-banner-swiper {
  width: 100%;
  height: 100%;
  cursor: grab;
  user-select: none;
}

.custom-banner-swiper:active {
  cursor: grabbing;
}

.custom-banner-swiper.swiper-container-dragging {
  cursor: grabbing;
}

.custom-banner-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 25%; /* मूर्तियों का face focus */
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Enhanced Overlay with Drag Effect */
.custom-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1;
  transition: opacity 0.3s ease;
}

.custom-banner-swiper:active .custom-banner-overlay {
  opacity: 0.9;
}

/* Content Styling */
.custom-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
  animation: customBannerFadeIn 1s ease-out;
  pointer-events: none; /* Allow dragging over content */
}

.custom-banner-content * {
  pointer-events: auto; /* Re-enable for buttons and links */
}

.custom-banner-icon {
  font-size: 60px;
  margin-bottom: 20px;
  opacity: 0.9;
  animation: customBannerBounce 2s infinite;
  transition: transform 0.3s ease;
}

.custom-banner-swiper:active .custom-banner-icon {
  transform: scale(0.95);
}

.custom-banner-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #f4d03f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.custom-banner-main {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
  color: #fff;
  transition: transform 0.3s ease;
}

.custom-banner-swiper:active .custom-banner-main {
  transform: scale(0.98);
}

.custom-banner-text {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  color: #fff;
  margin-right: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Enhanced Button with Drag Protection */
.custom-banner-btn {
  background: linear-gradient(135deg, #2c4a72, #1e3555);
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(44, 74, 114, 0.4);
  position: relative;
  z-index: 10;
}

.custom-banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 74, 114, 0.6);
  cursor: pointer !important;
}

.custom-banner-btn-donate {
  background: linear-gradient(135deg, #d4af37, #b8941f);
}

/* Drag Hint Indicator */
.custom-banner-drag-hint {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  animation: customBannerPulse 2s infinite;
}

.custom-banner-drag-hint span {
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 15px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

/* Enhanced Navigation */
.custom-banner-next,
.custom-banner-prev {
  color: white;
  background: rgba(44, 74, 114, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 27%;
  transition: all 0.3s ease;
  z-index: 10;
}

.custom-banner-next:hover,
.custom-banner-prev:hover {
  background: rgba(44, 74, 114, 1);
  transform: scale(1.1);
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  font-size: 13px !important;
  font-weight: 600;
}
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  font-size: 13px !important;
  font-weight: 600;
}
/* Enhanced Pagination */
.custom-banner-pagination {
  bottom: 80px !important;
  z-index: 10;
}

.custom-banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-banner-pagination .swiper-pagination-bullet-active {
  background: #f4d03f;
  transform: scale(1.3);
}

.custom-banner-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

/* Animations */
@keyframes customBannerFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes customBannerBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@keyframes customBannerPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
}

.header-logo img {
  height: 78px;
}
.header-layout3 .main-menu > ul > li > a {
  color: #fff !important;
}
.header-layout3 .main-menu > ul > li:has(.sub-menu) > a::after,
.header-layout3 .main-menu > ul > li:has(.mega-menu) > a::after,
.header-layout3 .main-menu > ul > li.menu-item-has-children > a::after {
  color: #fff !important;
}
.header-layout3 .menu-area .menu-area-wrap {
  background: transparent !important;
}
.header-layout3 .sticky-wrapper.sticky {
  background: linear-gradient(58deg, #fff 28%, #284369 13%);
  padding: 0px 0;
}
.header-layout3 .sticky-wrapper {
  padding: 0;
}
.header-logo {
  padding-top: 5px;
  padding-bottom: 14px;
}
.th-btn.style3 {
  background: linear-gradient(135deg, #fff, #fff);
  color: #284369;
  border: none;
  padding: 12px 30px;
  border-radius: 15px;

  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(44, 74, 114, 0.3), 0 2px 6px rgba(30, 53, 85, 0.2);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.th-btn.style3:hover {
  background: linear-gradient(135deg, #1e3555, #2c4a72);
  box-shadow: 0 6px 16px rgba(44, 74, 114, 0.4), 0 3px 8px rgba(30, 53, 85, 0.3);
  transform: translateY(-2px);
  border: 1px solid #fff;
  color: #fff;
}
.main-menu ul.sub-menu li a::before {
  color: #2c4a72 !important;
}
.main-menu a:hover {
  color: #2c4a72 !important;
}
.main-menu ul.sub-menu li a::before {
  content: "\f664"; /* Gopuram icon */
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #2c4a72;
  font-size: 14px;
  display: inline-block;
  width: 16px;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .custom-about-us-image .img-main {
    height: 350px;
  }
  .custom-about-us-image .img-deity,
  .custom-about-us-image .img-festival {
    height: 165px;
  }
  .custom-about-us-image .img-interior {
    width: 100px;
    height: 100px;
    right: -25px;
  }
}
/* Responsive Design */
@media (max-width: 768px) {
  .copyright-wrap {
    margin-bottom: 70px;
    margin-top: -64px;
    padding: 15px;
  }
  .th-widget-contact .info-card .box-title a {
    font-size: 13px;
  }
  .th-widget-contact .info-card .box-title {
    font-size: 13px;
  }
  .th-widget-about .about-text {
    font-size: 15px;
  }
  .woosw-btn.woosw-btn-icon-only,
  .icon-btn {
    color: #284369;
    background-color: #f8f9fa;
  }
  .woosw-btn.woosw-btn-icon-only:hover,
  .icon-btn:hover {
    color: #284369;
    background-color: #f8f9fa;
    border: 1px solid #284369;
  }
  .header-logo img {
    height: 51px !important;
  }
  .th-menu-wrapper .th-menu-area {
    border-right: 3px solid #284369;
  }

  .th-menu-wrapper .th-menu-toggle {
    background-color: #284369;
  }
  .th-header.header-layout3 {
    background: linear-gradient(45deg, #fff 60%, #284369 13%);
  }
  .social-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .social-container {
    margin-left: -144px;
    margin-top: -34px;
  }
  .copyright-wrap .copyright-text {
    font-size: 15px;
  }
  .copyright-wrap .copyright-text a {
    font-size: 15px;
  }
  .custom-about-us-image {
    padding: 20px 10px;
    min-height: auto;
    margin-top: -70px;
    display: none;
  }
  .about-wrap4 {
    margin-top: -102px !important;
    margin-bottom: -48px;
  }
  .sec-text {
    font-size: 16px;
  }
  /* .custom-about-us-image .image-gallery-four {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    max-width: 300px;
    gap: 20px;
  } */

  .custom-about-us-image .img-main {
    grid-row: 1 / 2;
    height: 200px;
    transform: none !important;
  }

  .custom-about-us-image .img-deity,
  .custom-about-us-image .img-festival {
    height: 120px;
    transform: none !important;
  }

  .custom-about-us-image .img-interior {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 100px;
    border-radius: 15px;
    transform: none !important;
    margin-top: 10px;
  }

  .custom-about-us-image .floating-dots {
    display: none;
  }

  .custom-top-header {
    display: none !important;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }

  .custom-top-header nav ul {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .custom-top-header .temple-status {
    gap: 16px;
  }

  .custom-banner-slider {
    height: 200px;
    min-height: auto;
  }

  .custom-banner-main {
    font-size: 32px;
  }

  .custom-banner-title {
    font-size: 18px;
  }

  .custom-banner-text {
    font-size: 16px;
  }

  .custom-banner-icon {
    font-size: 40px;
  }

  .custom-banner-drag-hint {
    bottom: 20px;
    font-size: 12px;
  }

  .iskcon-agra-donation.temple-schedule {
    padding: 40px 20px;
  }

  .iskcon-agra-donation.temple-schedule .schedule-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iskcon-agra-donation.temple-schedule .section-title h2 {
    font-size: 2rem;
  }
  .header-layout3 .sticky-wrapper.sticky {
    background: linear-gradient(45deg, #fff 61%, #284369 13%);
  }
  .iskcon-agra-donation.temple-schedule .schedule-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    background: linear-gradient(
      135deg,
      rgba(40, 67, 105, 0.06) 0%,
      rgba(58, 89, 152, 0.08) 100%
    ) !important;
  }

  .iskcon-agra-donation.temple-schedule .time-badge {
    margin-right: 0;
    margin-bottom: 8px;
    min-width: auto;
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  .iskcon-agra-donation.temple-schedule .event-details h4 {
    font-size: 0.95rem;
  }

  .iskcon-agra-donation.temple-schedule .event-details p {
    font-size: 0.75rem;
  }
  .iskcon-donate-form .form-illustration {
    height: 400px;
    margin-bottom: 30px;
  }

  .iskcon-donate-form .main-image {
    width: 250px;
    height: 170px;
  }

  .iskcon-donate-form .floating-item {
    width: 60px;
    height: 60px;
  }

  .iskcon-donate-form .envelope {
    width: 100px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .th-widget-about .about-logo img {
    height: 68px;
    margin-top: -65px;
  }
  .copyright-wrap {
    margin-bottom: 70px;
    margin-top: -64px;
    padding: 12px;
  }
  .iskcon-donate-form label {
    margin-top: -19px;
    margin-bottom: 4px;
  }
  .woosw-btn.woosw-btn-icon-only,
  .icon-btn {
    color: #284369;
    background-color: #f8f9fa;
  }
  .woosw-btn.woosw-btn-icon-only:hover,
  .icon-btn:hover {
    color: #284369;
    background-color: #f8f9fa;
    border: 1px solid #284369;
  }
  .th-menu-wrapper .th-menu-toggle {
    background-color: #284369;
  }
  .header-logo img {
    max-width: 187px !important;
    height: 51px !important;
  }
  .th-header.header-layout3 {
    background: linear-gradient(45deg, #fff 60%, #284369 13%);
  }
  .iskcon-donate-form {
    padding: 40px 0;
  }

  .iskcon-donate-form .form-right {
    padding: 25px 20px;
  }

  .iskcon-donate-form .form-header h2 {
    font-size: 28px;
  }
  .iskcon-donate-form .form-header p {
    font-size: 14px !important;
  }
  select,
  .form-control,
  .form-select,
  textarea,
  input {
    height: 49px !important;
  }

  .iskcon-donate-form .form-control {
    padding: 12px 15px;
  }

  .iskcon-donate-form .donate-btn {
    padding: 14px 40px;
    font-size: 14px;
    margin-top: -11px;
  }

  .iskcon-donate-form .main-image {
    width: 200px;
    height: 140px;
  }

  .iskcon-donate-form .floating-item {
    width: 50px;
    height: 50px;
  }

  .iskcon-agra-donation.temple-schedule {
    padding: 30px 15px;
  }

  .iskcon-agra-donation.temple-schedule .section-title h2 {
    font-size: 1.7rem;
  }

  .iskcon-agra-donation.temple-schedule .schedule-list {
    padding: 15px 12px;
  }

  .iskcon-agra-donation.temple-schedule .schedule-header {
    padding: 15px;
  }

  .iskcon-agra-donation.temple-schedule .schedule-header h3 {
    font-size: 1.1rem;
  }

  .custom-about-us-image .image-gallery-four {
    max-width: 280px;
  }

  .custom-about-us-image .img-main {
    height: 180px;
  }
  .custom-about-us-image .img-deity,
  .custom-about-us-image .img-festival {
    height: 100px;
  }
  .custom-about-us-image .img-interior {
    height: 80px;
  }
  .custom-top-header nav ul {
    gap: 16px;
  }

  .custom-top-header nav ul li a {
    font-size: 13px;
    padding: 4px 8px;
  }
}
