:root {
  --brand: #01b5fb;
  --sub: #6ac754;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 28px;
    /* Smaller font size for mobile */
  }
}

@media (min-width: 1200px) {
  .margin-banner-top {
    margin-top: -800px !important;
  }
}


@media (max-width: 1200px) {
  .margin-banner-top {
    margin-top: -400px !important;
  }

}

/* Default style for desktop and laptop */
.hero-title-para {
  margin-top: 180px;
  font-family: "Volkhov", "DM Serif Display", cursive;
  font-weight: 700pxs;
  font-size: 3.18651rem;
  color: #181E4B;
}

/* Mobile-specific override */
@media screen and (max-width: 768px) {
  .hero-title-para {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 30px;
    text-align: center;
  }

  .hero-title-para span {
    display: block;
  }
}


.tp-btn.bot-btn {
  background-color: #F1A501;
  color: white;
  /* dark green or any dark tone */
  border: none;
  border-radius: 10px;
  /* gives the rounded shape */
  padding: 12px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  width: 93%;
  text-align: center;
  transition: all 0.3s ease;
}

.tp-btn.bot-btn:hover {
  background-color: #F1A501;
  /* optional hover effect */
  color: white;
}

.footer-video {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
}

.tp-footer-top-bdr-bottom {
  border-bottom: unset;
  position: relative;
  z-index: 2;
}

/**packages*/
.breadcrumb-section {
  background-color: #fff;
  padding: 30px 15px 15px;
}

.breadcrumb {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  /* Black breadcrumb text */
}

.breadcrumb a {
  color: #000;
  /* Black breadcrumb links */
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.page-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
}

.divider-line {
  border-bottom: 1px solid #dee2e6;
  margin: 10px 0;
}

.top-divider {
  border-top: 1px solid #dee2e6;
  margin-bottom: 10px;
}


.accordion-button {
  background-color: #f9f9f9;
  font-weight: 600;
  border-left: 4px solid #f5a623;
  /* orange border */
  box-shadow: none;
}

.accordion-item {
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  /* soft shadow */
  border: 1px solid black;
  overflow: hidden;
}

.accordion-button:focus {
  box-shadow: none;
  border-left-color: #f5a623;
}

.accordion-body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}


.arrow-circle {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.arrow-circle i {
  color: #fff;
}

.arrow-circle:hover {
  background-color: #fff;
}

.arrow-circle:hover i {
  color: #000;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.gallery-item {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 10px;
  transition: box-shadow 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-item h5 {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

.gallery-item p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.gallery-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


.about-kodai {
  padding: 60px 20px;
  background-color: #fff;
}

.about-kodai img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.feature-icon {
  background-color: #f5f5dc;
  width: 78px;
  height: 58px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.feature-text h6 {
  margin-bottom: 5px;
  font-weight: 600;
}

/*bottom nav*/
.bottom-nav {
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 190px;
  z-index: 999;
}

.bottom-nav a {
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-circle {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 4px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #333;
}

.bottom-nav a:hover {
  color: black;
  text-decoration: none;
}

.bootom-nav span{
  font-size: 24;
}


@media (max-width: 767px) {
  .about-kodai img {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
  }
}
