@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/*
font-family: "Krub", sans-serif;
font-family: "Mulish", sans-serif;
font-family: "Manrope", sans-serif;


*/
*, *::before, *::after {
  box-sizing: border-box; }

body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.2; }

h1 {
  /*font-size: 2.25rem;*/
  font-size: clamp(2rem, 4vw, 3rem); }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

p {
  margin-bottom: 1rem; }

a {
  color: inherit !important;
  text-decoration: none;
  transition: 0.2s ease; }
  a:hover {
    color: inherit !important; }

.ruler {
  height: 1px;
  border-top: 0.1em solid rgba(0, 0, 0, 0.1);
  margin: 5px 0; }

.card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03); }

.header {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 0; }

.section {
  padding: 4rem 0; }

/* ---------------------------------------------------------------------------- */
.footer {
  background: #1e293b;
  color: #fff;
  padding: 3rem 0;
  font-size: 0.9rem; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      opacity: 0.8; }

/* ---------------------------------------------------------------------------- */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #0066b3 !important;
  font-size: 14px;
  transition: 0.3s ease; }

.social-icons a:hover {
  background: #003c7f;
  color: #fff !important; }

/*
.social-icons a:nth-child(1):hover { background:#1877f2; }
.social-icons a:nth-child(2):hover { background:#000; }
.social-icons a:nth-child(3):hover { background:#e4405f; }
.social-icons a:nth-child(4):hover { background:#ff0000; }
.social-icons a:nth-child(5):hover { background:#0a66c2; }
.social-icons a:nth-child(8):hover { background:#25d366; }
*/
/* ---------------------------------------------------------------------------- */
.top1 {
  background-color: #3c9cd7;
  color: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.25), inset 0 -8px 10px -8px rgba(0, 0, 0, 0.25);
  /* bottom inner */
  font-size: 13px; }
  .top1 span {
    padding-left: 10px;
    padding-right: 10px; }

/* ---------------------------------------------------------------------------- */
.mainPageBg {
  background: url(../../images/yatra-hemkund-sahib/hemkund-sahib-wide-view-images.webp) no-repeat center fixed;
  min-height: 300px;
  padding-top: 150px;
  padding-bottom: 150px; }

/* ---------------------------------------------------------------------------- */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 40px; }

.top-item {
  display: flex;
  align-items: center;
  gap: 12px; }

.top-item:first-child {
  justify-content: flex-start; }

.top-item:last-child {
  justify-content: flex-end;
  gap: 12px; }

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    /* stack vertically */
    text-align: center; }

  .top-item {
    flex: none;
    /* remove equal width */
    width: 100%;
    justify-content: center !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 10px; }

  .top-item:last-child {
    border-bottom: none; } }
/* ---------------------------------------------------------------------------- */
.img-height-50 {
  max-height: 50px; }

.img-height-100 {
  max-height: 100px; }

.img-height-150 {
  max-height: 150px; }

.img-height-200 {
  max-height: 200px; }

.img-height-250 {
  max-height: 250px; }

.img-height-300 {
  max-height: 300px; }

.img-height-350 {
  max-height: 350px; }

.img-height-400 {
  max-height: 400px; }

.img-height-450 {
  max-height: 450px; }

.img-height-500 {
  max-height: 500px; }

/* ---------------------------------------------------------------------------- */
.myNav {
  background-color: #343a40;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #3c9cd7; }
  .myNav li.nav-item a.nav-link {
    color: white !important; }
  .myNav * {
    font-size: 14px !important; }

/* ---------------------------------------------------------------------------- */
.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

/* ---------------------------------------------------------------------------- */
.overview {
  padding-top: 75px;
  padding-bottom: 75px;
  /*background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,0.65) 47%,rgba(161,219,255,0.25) 100%);*/
  background-color: #eeeeee;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.15);
  /* bottom */
  z-index: 1000; }
  .overview * {
    text-align: center !important; }
  .overview h2 {
    color: #0d6efd !important; }
  .overview .home-sections {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap; }
    .overview .home-sections h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 500; }
      .overview .home-sections h3:not(:last-child)::after {
        content: "|";
        margin: 0 18px;
        color: #bbb; }

/* ---------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  border: none; }

.btn-lg {
  display: inline-block;
  padding: 0.5rem 2.25rem !important;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  border: none;
  font-size: 15px !important; }

.btn-primary {
  background-color: #0dcaf0;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #2c5c8a; }

.btn-primary:hover {
  background-color: #234a6d;
  border-color: #234a6d;
  transform: translateY(-2px); }

.btn-outline {
  display: inline-block;
  padding: 10px 22px;
  border: 2px solid #f59e0b;
  color: #f59e0b;
  background: transparent;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease; }
  .btn-outline:hover {
    background: #f59e0b;
    color: #fff; }

/* ---------------------------------------------------------------------------- */
footer {
  /*  background: linear-gradient(to bottom,  rgba(60,156,215,0.1) 0%,rgba(60,156,215,0.11) 1%,rgba(247,248,249,1) 100%);*/
  /*background-color: #eeeeee;
  padding-top:30px;*/
  border-top: 1px solid #0d4c73;
  background: #eef2f4;
  padding: 70px 0 40px; }
  footer h2, footer h3 {
    color: #0d4c73; }
  footer h2 {
    font-size: 20px; }
  footer h3 {
    font-size: 17px; }
  footer p, footer li {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7 !important; }
  footer a:hover {
    color: #B8972E !important; }
  footer .footerLinks ul.list-unstyled li {
    line-height: 1.2 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

.bottom1 {
  background-color: rgba(60, 156, 215, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center !important;
  font-size: 10px; }
  .bottom1 .footer-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px; }
  .bottom1 .footer-links a {
    white-space: nowrap;
    text-decoration: none; }
  .bottom1 .footer-links span {
    margin: 0 4px; }
  .bottom1 * {
    color: rgba(0, 0, 0, 0.6); }

.bottom2 {
  background-color: #0d4c73;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center !important;
  font-size: 12px; }

/* ---------------------------------------------------------------------------- */
.showSmall li {
  font-size: 9px; }

/* ---------------------------------------------------------------------------- */
.columnRight {
  background-color: white; }
  .columnRight h3 {
    color: #0d6efd; }
  .columnRight .sidebar-box .colBorderLeft {
    border-left: 2px solid Red;
    padding-left: 20px; }

/* ---------------------------------------------------------------------------- */
.btn-gold {
  background-color: #c9a227;
  color: #fff;
  border: none;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease; }
  .btn-gold:hover {
    background-color: #a78620;
    transform: translateY(-2px);
    color: white; }
  .btn-gold:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 162, 39, 0.4); }

.btn-gold-outline {
  background-color: rgba(201, 162, 39, 0.05);
  color: #c9a227 !important;
  border: 1.5px solid #c9a227;
  padding: 2px 10px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 11px; }
  .btn-gold-outline:hover {
    background-color: #c9a227;
    color: #fff !important;
    /*transform: translateY(-2px);*/ }
  .btn-gold-outline:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 162, 39, 0.4); }

/* ---------------------------------------------------------------------------- */
.mainPage {
  min-height: 500px;
  position: relative;
  overflow-x: hidden;
  background: radial-gradient(circle at -10% 40%, rgba(255, 179, 0, 0.17) 0%, rgba(255, 152, 0, 0.19) 20%, transparent 40%), radial-gradient(circle at 20% 60%, rgba(255, 213, 79, 0.25) 0%, transparent 50%), radial-gradient(circle at 70% 50%, rgba(165, 193, 180, 0.38) 0%, transparent 55%), radial-gradient(circle at 90% 70%, #cfd8dc 0%, #e0e0e0 60%);
  background-color: #f5f3e8; }

/* ---------------------------------------------------------------------------- */
.cta-advertise {
  padding: 70px 0;
  background: linear-gradient(135deg, #0d4c73, #1c6e8c);
  color: #fff; }
  .cta-advertise p {
    font-size: 1.1rem;
    opacity: 0.9; }
  .cta-advertise .btn {
    padding: 10px 22px;
    font-weight: 500; }

.cta-advertise h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  margin: 30px auto 20px;
  background: #c9a227; }

/* ---------------------------------------------------------------------------- */
.split-hero {
  display: flex;
  min-height: 450px; }

/* LEFT SIDE */
.split-left {
  flex: 1;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0d4c73, #1c6e8c), url("../images/your-left-image.webp") center center/cover no-repeat; }

/* Content styling */
.split-left .content {
  max-width: 500px; }

.split-left h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600; }

.split-left p {
  line-height: 1.7;
  opacity: 0.95;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%); }

/* RIGHT SIDE */
.split-right {
  flex: 1;
  background: url(../../images/yatra-hemkund-sahib/right.webp) no-repeat center; }

.split-left,
.split-right {
  width: 50%; }

@media (max-width: 991px) {
  .split-hero {
    min-height: 400px; }

  .split-left {
    flex: 0 0 60%;
    padding: 80px 50px; }

  .split-right {
    flex: 0 0 40%; }

  .split-left h2 {
    font-size: 2rem; } }
@media (max-width: 767px) {
  .split-hero {
    flex-direction: column; }

  .split-left,
  .split-right {
    width: 100%; }

  .split-left {
    padding: 70px 25px;
    min-height: 350px; }

  .split-left h2 {
    font-size: 1.8rem; }

  .split-left p {
    font-size: 1rem; }

  .split-right {
    min-height: 500px;
    background: url(../../images/yatra-hemkund-sahib/rightM.webp) no-repeat center; } }
/* ---------------------------------------------------------------------------- */
h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  text-align: center; }

/* ---------------------------------------------------------------------------- */
.section-glass {
  padding: 80px 0;
  backdrop-filter: blur(4px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* ---------------------------------------------------------------------------- */
/* Right Column Wrapper */
.sidebar {
  padding-left: 25px; }
  @media (max-width: 991px) {
    .sidebar {
      padding-left: 0;
      margin-top: 40px; } }

/* Common Sidebar Box */
.sidebar-box {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 22px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; }
  .sidebar-box h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 15px; }
  .sidebar-box p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px; }
  .sidebar-box ul {
    padding-left: 18px;
    margin-bottom: 0; }
  .sidebar-box li {
    margin-bottom: 8px;
    font-size: 0.95rem; }
  .sidebar-box a {
    color: #c9a227;
    text-decoration: none; }
    .sidebar-box a:hover {
      text-decoration: underline; }

/* ---------------------------------------------------------------------------- */
.headerTitle h1 {
  font-size: clamp(2rem, 4vw, 5rem);
  color: white !important;
  font-weight: 300 !important; }
.headerTitle h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  margin: 15px auto 20px;
  background: #c9a227; }
.headerTitle h2 {
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500 !important; }

/* ---------------------------------------------------------------------------- */
.faq-section {
  background-color: #eef2f4;
  border-top: .01em solid #CCC;
  border-bottom: .01em solid #CCC;
  padding: 40px;
  box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.25), inset 0 -8px 10px -8px rgba(0, 0, 0, 0.25);
  /* bottom inner */ }
  .faq-section .faq-contents {
    max-width: 85%;
    margin: 0 auto; }
  .faq-section h2 {
    font-size: 22px;
    color: #196787; }
  .faq-section h3 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #790f0f; }
  .faq-section p {
    font-size: 12px;
    border-left: 1px dashed rgba(0, 0, 0, 0.3);
    padding-left: 20px;
    text-align: justify; }

/* ---------------------------------------------------------------------------- */
.header-search {
  display: flex;
  align-items: center; }
  .header-search input {
    width: 180px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 20px 0 0 20px;
    outline: none; }
  .header-search button {
    padding: 6px 12px;
    border: none;
    background: #c9a227;
    color: #fff;
    border-radius: 0 20px 20px 0;
    cursor: pointer; }

/* ---------------------------------------------------------------------------- */
.breadcrumb-wrapper {
  font-size: 11px;
  background: #f8f8f8;
  padding: 8px 0;
  margin-bottom: 40px;
  border-bottom: 0.01em solid rgba(255, 0, 0, 0.3); }
  .breadcrumb-wrapper .breadcrumb {
    background: none;
    margin: 0; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
      text-decoration: none;
      color: #2563eb; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
      color: #666; }

/* ---------------------------------------------------------------------------- */
section.section-title {
  margin-bottom: 30px; }
  section.section-title h2, section.section-title h3, section.section-title h4 {
    text-align: center !important; }
  section.section-title h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    text-align: center !important;
    color: #166183 !important; }
  section.section-title h3 {
    margin-top: 10px !important;
    margin-bottom: 4px !important; }
  section.section-title h4 {
    margin-top: 0 !important;
    font-size: 16px; }
  section.section-title p {
    text-align: center !important;
    font-size: 12px;
    width: 80%;
    margin: 0 auto !important; }
  section.section-title .googleMap {
    width: 80%;
    margin: 30px auto 0 auto;
    padding-bottom: -10px !important;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.15);
    /* bottom */
    border: 0.1em solid rgba(0, 0, 0, 0.3); }

section.section-block {
  margin: 30px;
  padding: 20px 0 40px;
  border-bottom: 0.01em solid rgba(204, 204, 204, 0.6);
  /*  div{
      border-left:1px solid red;
      padding-left:20px;
      text-align: justify;
      margin-left:30px!important;
    }*/ }
  section.section-block h2, section.section-block h3, section.section-block h4 {
    font-weight: 400 !important; }
  section.section-block h2 {
    margin-bottom: 0 !important;
    color: #B8972E !important; }
  section.section-block h3 {
    margin-top: 10px !important;
    margin-bottom: 4px !important;
    color: rgba(22, 97, 131, 0.7) !important; }
  section.section-block h4 {
    margin-top: 0 !important;
    color: rgba(22, 97, 131, 0.5) !important; }
  section.section-block a {
    margin-top: 20px;
    margin-bottom: 20px; }
  section.section-block .addressLine {
    border-left: none !important;
    padding-left: 20px;
    text-align: justify;
    margin-left: 30px !important; }

div.abc {
  border-left: none !important;
  padding-left: 30px; }

.section-block:last-child {
  border-bottom: none !important; }

/* ---------------------------------------------------------------------------- */
.card-body li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2 !important; }

/* ---------------------------------------------------------------------------- */

/*# sourceMappingURL=main.css.map */
