@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);
  }
}

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;
}

/* .mission-vision .card-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
}
.mission-vision .card-title span {
  border-right: 5px solid #FFFFFF;
}
@media (max-width: 575.98px) {
  .mission-vision .card-title {
    font-size: 24px;
  }
}
.mission-vision .title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #B84110;
  line-height: 20px;
}
.mission-vision .title span {
  border-right: 5px solid #B84110;
}
@media (max-width: 575.98px) {
  .mission-vision .title {
    font-size: 24px;
  }
} */

.guru {
  background-image: url("../img/guru-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ...existing code... */

/* PHILOSOPHY SECTION */
.philosophy {
  background: #FFFFFF;
  padding: 80px 0;
}

.philosophy .head {
  color: #B84110;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.philosophy-underline {
  width: 100px;
  height: 4px;
  background: #B84110;
  border-radius: 2px;
  margin: 0 auto;
}

.philosophy-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.philosophy-main-image,
.philosophy-secondary-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.philosophy-image-wrapper:hover .philosophy-main-image,
.philosophy-image-wrapper:hover .philosophy-secondary-image {
  transform: scale(1.05);
}

.philosophy-content-wrapper {
  padding: 0;
}

.philosophy-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #B84110;
  line-height: 1.3;
}

.philosophy-subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #034B9F;
  font-style: italic;
}

.philosophy-content-wrapper p {
  line-height: 1.8;
  font-size: 18px;
  color: #262626;
}

.philosophy-content-wrapper p:last-child {
  margin-bottom: 0;
}

.philosophy-content-wrapper strong {
  color: #B84110;
  font-weight: 700;
}

/* Hover effect for better interactivity */
.philosophy-content-wrapper p {
  transition: color 0.3s ease;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .philosophy {
    padding: 60px 0;
  }

  .philosophy .head {
    font-size: 36px;
  }

  .philosophy-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .philosophy-subtitle {
    font-size: 16px;
    margin-bottom: 1.5rem;
  }

  .philosophy-content-wrapper p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }

  .philosophy-image-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .philosophy {
    padding: 40px 0;
  }

  .philosophy .head {
    font-size: 28px;
    margin-bottom: 0.75rem;
  }

  .philosophy-underline {
    width: 80px;
    height: 3px;
  }

  .philosophy-title {
    font-size: 24px;
    margin-bottom: 0.75rem;
  }

  .philosophy-subtitle {
    font-size: 15px;
    margin-bottom: 1.25rem;
  }

  .philosophy-content-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  .philosophy-image-wrapper {
    margin-bottom: 2rem;
  }

  .philosophy-content-wrapper {
    padding: 0;
  }
}
.journey {
  position: relative;
}
.journey .journeybox {
  background: #FFF4EA;
  border-radius: 8px;
  padding: 10px;
}
.journey .journeybox .card-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #B84110;
}
@media (max-width: 575.98px) {
  .journey .journeybox .card-title {
    font-size: 20px;
  }
}
.journey .process-timeline {
  position: relative;
}
.journey .process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent 0%, #f5f5f5 10%, #f5f5f5 90%, transparent 100%);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .journey .process-timeline::before {
    left: 14px;
    transform: none;
    width: 2px;
  }
}
.journey .process-timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 0%;
  background: rgba(119, 39, 6, 0.38);
  z-index: 2;
  transform-origin: top;
  transition: height 0.3s ease;
}
@media (max-width: 575.98px) {
  .journey .process-timeline::after {
    left: 14px;
    transform: none;
    width: 2px;
  }
}
.journey .process-step {
  position: relative;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 80%;
  margin: 22px;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .journey .process-step {
    margin: 22px 0;
    width: 100%;
  }
}
.journey .process-step:last-child {
  margin-bottom: 0;
}
.journey .process-step.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.journey .process-step:nth-child(2), .journey .process-step:nth-child(3), .journey .process-step:nth-child(4) {
  margin-top: -100px;
}
@media (min-width: 769px) {
  .journey .process-step {
    display: flex;
    align-items: center;
  }
  .journey .process-step:nth-child(even) .process-content {
    margin-left: 16px;
  }
  .journey .process-step:nth-child(even) .process-content::before {
    left: auto;
    right: -144px;
    background: rgba(119, 39, 6, 0.38);
  }
  .journey .process-step:nth-child(even) .process-content::after {
    left: auto;
    right: -154px;
  }
  .journey .process-step:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .journey .process-step:nth-child(odd) .process-content {
    margin-right: -200px;
  }
}
.journey .process-step .process-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 1rem;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: 45%;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-content {
    width: calc(100% - 60px);
    margin-left: 60px !important;
    margin-right: 0 !important;
  }
}
.journey .process-step .process-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(119, 39, 6, 0.38);
  border-color: #B84110;
}
.journey .process-step .process-content::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 143px;
  height: 2px;
  background: rgba(119, 39, 6, 0.38);
  z-index: 0;
  left: -145px;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-content::before {
    left: -40px;
    width: 40px;
  }
}
.journey .process-step .process-content::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border-radius: 50%;
  border: 3px solid #fffef8;
  z-index: 10;
  box-shadow: 0 0 0 2px rgba(229, 70, 79, 0.2);
  transition: all 0.3s ease;
  left: -153px;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-content::after {
    left: -52px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}
.journey .process-step .process-content-nm {
  margin-top: -90px;
}
.journey .process-step .process-info {
  flex: 1;
}
.journey .process-step .process-step-title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-step-title {
    font-size: 20px;
  }
}
.journey .process-step:hover .process-content::after {
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(119, 39, 6, 0.38);
}
.journey .process-step:nth-child(1) {
  transition-delay: 0.1s;
}
.journey .process-step:nth-child(2) {
  transition-delay: 0.2s;
}
.journey .process-step:nth-child(3) {
  transition-delay: 0.3s;
}
.journey .process-step:nth-child(4) {
  transition-delay: 0.4s;
}
.journey .process-step:nth-child(5) {
  transition-delay: 0.5s;
}
.journey .process-step:nth-child(6) {
  transition-delay: 0.6s;
}/*# sourceMappingURL=about.css.map */
