@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.head {
  font-family: "Source Sans 3", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #B84110;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 24px;
  }
}

.subhead {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #034B9F;
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 18px;
  }
}

.text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
  }
}

.text-dark {
  color: #000000;
}

.btn.btn-blue {
  background-color: #034B9F;
  padding: 9px;
  box-shadow: 2px 0px 4.5px -1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
}
.btn.btn-blue::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  width: 40px;
  height: 106%;
  z-index: -1;
  background: #EDB600;
  border-radius: 4px;
}
.btn.btn-blue:hover {
  background-color: #0c3d74;
  color: #FFFFFF;
}

.btn.btn-white {
  background-color: #FFFFFF;
  padding: 7px 9px;
  box-shadow: 2px 0px 4.5px -1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transition: all 0.3s ease;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #034B9F;
}
.btn.btn-white:hover {
  background-color: #f0f0f0;
  color: #034B9F;
}

.bg-blue {
  background: #034B9F;
}

.bg-cream {
  background: #FFF4EA;
}

.breadcrumb {
  background: url("../img/breadcrumb-bg.jpg");
  background-size: cover;
  padding: 100px;
}
.breadcrumb h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .breadcrumb h1 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    padding: 40px 20px;
  }
}

.navbar {
  background: #FFFFFF;
  box-shadow: 0px 3px 22.5px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand {
  width: 95px;
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    width: 80px;
  }
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 0;
  margin-top: 8px;
  min-width: 200px;
}
.navbar .dropdown-menu .dropdown-item {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  padding: 10px;
  transition: all 0.3s ease;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #034B9F;
  transform: translateX(2px);
}
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa;
  color: #034B9F;
}
@media (max-width: 767.98px) {
  .navbar .dropend .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    padding-left: 20px;
    margin-top: 0;
    border-left: 2px solid #e9ecef;
    margin-left: 10px;
  }
  .navbar .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: middle;
    content: "›";
    border: none;
    font-size: 20px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .navbar .dropend .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease;
  }
  .navbar .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: block !important;
  }
  .navbar .dropend:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

.mobile-accordion-wrap .mobile-accordion .accordion-item {
  border: 0;
}
.mobile-accordion-wrap .mobile-accordion .accordion-button {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border-bottom: 1px solid #e9ecef;
}
.mobile-accordion-wrap .mobile-accordion .accordion-button:focus {
  box-shadow: none;
}
.mobile-accordion-wrap .mobile-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-weight: 700;
  transform: none;
}
.mobile-accordion-wrap .mobile-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}
.mobile-accordion-wrap .mobile-accordion .no-after::after {
  content: "";
}
.mobile-accordion-wrap .mobile-accordion .mobile-accordion-link {
  text-decoration: none;
  border-bottom: 1px solid #e9ecef;
}
.mobile-accordion-wrap .mobile-accordion .accordion-body {
  padding: 8px 0 12px;
}
.mobile-accordion-wrap .mobile-accordion-list {
  margin: 0;
  padding: 0 0 0 12px;
}
.mobile-accordion-wrap .mobile-accordion-list li {
  padding: 6px 0;
}
.mobile-accordion-wrap .mobile-accordion-sub-link {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  text-decoration: none;
  display: block;
}
.mobile-accordion-wrap .mobile-accordion-sub-link:hover {
  color: #034B9F;
}
.mobile-accordion-wrap .mobile-accordion-nested-toggle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-accordion-wrap .mobile-accordion-nested-toggle::after {
  content: "+";
  margin-left: auto;
  font-weight: 700;
}
.mobile-accordion-wrap .mobile-accordion-nested-toggle:not(.collapsed)::after {
  content: "–";
}

footer {
  background-image: url("../img/bg-footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #772706;
}
footer h5 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #B84110;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  footer h5 {
    font-size: 20px;
  }
}

.bottom p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/* Desktop only: multi-level dropdown positioning + hover open */
@media (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  /* position nested menu to the right */
  .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
  }
  /* show submenu on hover */
  .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
  }
  /* show first dropdown on hover */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* remove default caret (we'll show +) */
  .dropdown-toggle::after {
    display: none !important;
  }
}
/* small + badge */
.plus {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  user-select: none;
}

/* collapse buttons: show + / – without JS */
.collapsed .plus::before {
  content: "+";
}

.plus::before {
  content: "–";
}

/* dropdown items: always show + (visual cue only) */
.dropdown-item .plus::before {
  content: "+";
}

.banner1 {
  position: relative;
  background-image: url("../img/banner-maharajji.webp");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.banner1 h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 350px 15px;
  z-index: 2;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner1 h1 {
    font-size: 28px;
    padding: 100px 15px;
  }
}

.banner2 {
  position: relative;
  background-image: url("../img/banner-maharajji2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px; /* Added minimum height */
  display: flex; /* Added */
  align-items: flex-end; /* Added - aligns content to bottom */
}

.banner2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.banner2 h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 20px 5px; /* Reduced padding */
  z-index: 2;
  position: relative;
  text-align: left; /* Changed from center to left */
  margin-bottom: 0; /* Added */
}

@media (max-width: 575.98px) {
  .banner2 {
    min-height: 300px; /* Adjusted for mobile */
  }
  
  .banner2 h1 {
    font-size: 28px;
    padding: 30px 15px; /* Adjusted padding for mobile */
  }
}
.intro-portrait {
  max-width: 300px;
  box-shadow: 0px 8px 25px rgba(3, 75, 159, 0.2);
  border: 5px solid #FFFFFF;
}

.rounded-bio {
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.rounded-bio:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.rounded-legacy {
  border-radius: 12px;
  box-shadow: 0px 8px 25px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.rounded-legacy:hover {
  box-shadow: 0px 12px 35px rgba(255, 255, 255, 0.3);
}

.intro .section-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #034B9F;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.intro .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #B84110, #EDB600);
  border-radius: 2px;
}
@media (max-width: 575.98px) {
  .intro .section-title {
    font-size: 24px;
  }
}

.biography .bio-card {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.biography .bio-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.biography .bio-card .card-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #034B9F;
  margin-bottom: 15px;
}
.biography .achievement-list {
  list-style: none;
  padding-left: 0;
}
.biography .achievement-list li {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}
.biography .achievement-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #B84110;
  font-weight: 600;
}

.recognition {
  background: #FFFFFF;
  position: relative;
}
.recognition .timeline-content {
  position: relative;
  padding-left: 30px;
}
.recognition .timeline-content::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #034B9F, #B84110);
  border-radius: 2px;
}
.recognition .timeline-item {
  margin-bottom: 40px;
  position: relative;
}
.recognition .timeline-item .timeline-marker {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background: #034B9F;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -70px;
  top: 0;
  box-shadow: 0px 4px 12px rgba(3, 75, 159, 0.3);
}
.recognition .timeline-item h5 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #034B9F;
  margin-bottom: 12px;
}
.recognition .timeline-item .text {
  font-size: 16px;
}

.highlight-box {
  background: #FFF4EA;
  padding: 40px;
  border-radius: 8px;
  border-left: 5px solid #B84110;
  position: relative;
}
.highlight-box .highlight-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  line-height: 1.8;
}
.highlight-box .highlight-divider {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #EDB600, transparent);
  margin: 30px 0;
}

.highlight-box-right {
  background: #FFF4EA;
  padding: 40px;
  border-radius: 8px;
  border-right: 5px solid #B84110;
  position: relative;
}
.highlight-box-right .highlight-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  line-height: 1.8;
}
.highlight-box-right .highlight-divider {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #EDB600, transparent);
  margin: 30px 0;
}

.mission {
  background: #FAFAFA;
}
.mission .mission-card {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.mission .mission-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}
.mission .mission-card .mission-icon {
  font-size: 48px;
  margin-bottom: 15px;
  display: inline-block;
  animation: float 3s ease-in-out infinite;
}
.mission .mission-card h5 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #034B9F;
  margin-bottom: 15px;
}
.mission .mission-card .text {
  font-size: 15px;
  line-height: 1.7;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.philanthropy {
  background: #FFFFFF;
}
.philanthropy .achievement-list {
  list-style: none;
  padding-left: 0;
}
.philanthropy .achievement-list li {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #262626;
  padding: 10px 0;
  padding-left: 28px;
  position: relative;
}
.philanthropy .achievement-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #B84110;
  font-weight: 700;
  font-size: 18px;
}
.philanthropy .award-item {
  background: linear-gradient(135deg, rgba(3, 75, 159, 0.08) 0%, rgba(237, 182, 0, 0.08) 100%);
  border-radius: 8px;
  border-top: 3px solid #EDB600;
  transition: all 0.3s ease;
}
.philanthropy .award-item:hover {
  border-top-color: #B84110;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.philanthropy .award-item p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  margin: 0;
}
.philanthropy .award-item p strong {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
  color: #034B9F;
}
.philanthropy .award-item p .award-subtitle {
  font-size: 16px;
  color: #666;
  display: block;
  font-weight: 400;
  margin-top: 2px;
}

.legacy {
  background: linear-gradient(135deg, #034B9F 0%, #023d74 100%);
  position: relative;
  overflow: hidden;
}
.legacy::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(237, 182, 0, 0.1);
  border-radius: 50%;
  z-index: 0;
}
.legacy::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: rgba(184, 65, 16, 0.1);
  border-radius: 50%;
  z-index: 0;
}
.legacy .row {
  position: relative;
  z-index: 1;
}
.legacy .section-title::after {
  background: linear-gradient(90deg, #EDB600, #FFFFFF);
}
.legacy .btn-white {
  margin-top: 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.legacy .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.3);
}

.section-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #034B9F;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translatex(-50%);
  left: 50%;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #B84110, #EDB600);
  border-radius: 2px;
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 24px;
  }
}

.text-white .section-title::after {
  background: linear-gradient(90deg, #EDB600, #FFFFFF);
}

@media (max-width: 575.98px) {
  .bio-card,
  .mission-card,
  .award-item {
    padding: 20px;
  }
  .highlight-box {
    padding: 25px;
  }
  .mission-icon {
    font-size: 40px;
  }
}/*# sourceMappingURL=guru.css.map */