:root {
  --primary-color: #894300;
  --secondary-color: #C3852F;
  --teritary-color: #FFE076;
  --black-color: #010101;
  --white-color: #FFFFFF;
}

*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p,
a,
li,
ul {
  font-family: 500;
  font-family: "Montserrat", serif;
text-decoration: none;
}

.headingHighlighter {
  color: var(--primary-color);
}

.bg-dark {
  background: var(--black-color) !important;
}


.topbar {
  padding: 0px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  width: 100%;
  z-index: 20;
}

.po-relative {
  position: relative;
}

.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.navbar-nav {
  font-weight: 400;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

ul.list-inline li {
  display: inline-block;
}

ul.list-inline li:first-child {
  padding-left: 0px;
}

ul.list-inline li a {
  color: var(--black-color);
}

ul.list-inline li a:hover {
  color: #316ce8;
}

.dropdown-item:active {
  background-color: #316ce8;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-item>.ml-auto {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none;
}

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.header3 {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}

.header3 .h3-topbar {
  padding: 10px 0;
}

.header3 .h3-topbar .list-inline {
  margin-bottom: 0px;
}

.header3 .h3-topbar .list-inline li {
  display: inline-block;
}

.header3 .h3-topbar .list-inline li a {
  padding: 10px 8px;
  display: block;
  color: var(--black-color);
  font-weight: 400;
  font-size: 14px;
}

.header3 .h3-topbar .list-inline li a:hover {
  color: #263238;
}

.header3 .h3-topbar .list-inline li a .info-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 25px;
}

.header3 .h3-topbar .list-inline li a .vdevider {
  width: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: inline-block;
  height: 25px;
  vertical-align: middle;
}

.header3 .h3-topbar .t-r {
  text-align: right;
}

.header3 .h3-navbar {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  position: relative;
}

.header3 .h3-navbar .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 240px;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 30px 15px;
  top: -75px;
}

.header3 .h3-navbar .navbar {
  padding: 0px;
  margin-top: -1px;
}

.header3 .h3-navbar .navbar .navbar-nav .nav-item {
  margin: 0 10px;
}

.header3 .h3-navbar .navbar .navbar-nav .nav-link {
  padding: 22px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--black-color);
  border-top: 1px solid transparent;
}

.header3 .h3-navbar .navbar .navbar-nav .nav-item.active .nav-link,
.header3 .h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link {
  border-top: 1px solid var(--primary-color);
  color: var(--primary-color);
}

@media (max-width: 1023px) {
  .header3 .h3-topbar .t-r {
    text-align: left;
  }

  .header3 .h3-navbar .navbar-brand {
    position: relative;
    top: 0px;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    background: transparent;
    padding: 10px 0;
    margin-left: 0px;
  }

  .header3 .h3-navbar .navbar-brand .spare-text {
    display: none;
  }

  .header3 .h3-navbar .navbar .navbar-nav .nav-link {
    border-top: 0px;
    border-left: 1px solid transparent;
  }

  .header3 .h3-navbar .navbar .navbar-nav .nav-item.active .nav-link,
  .header3 .h3-navbar .navbar .navbar-nav .nav-item:hover .nav-link {
    border-top: 0px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
  }
}

@media (min-width: 1024px) {
  .hover-dropdown .navbar-nav>.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0px;
  }

  .navbar-nav>.dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1023px) {
  .topbar {
    background: #316ce8;
    position: relative;
  }
}

/* Hero Section */
.hero-section {
  background: url('./assets/GuntkalStation.webp') no-repeat center center/cover;
  height:90vh;
  position: relative;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.navbar {
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 2;
  top: 40%;
  transform: translateY(-50%);
}

/* 
.btn-light {
  background: linear-gradient(135deg, #894300, #C3852F, #894300);
  color: var(--white-color);
  border: none;
  padding: 0.75rem 1.5rem;

} */

.btn-dark {
  background: linear-gradient(135deg, #894300, #C3852F, #894300);
  background-size: 200% auto;
  color: var(--white-color);
  border: none;
  padding: 0.75rem 1.5rem;
  transition: background-position 0.5s ease-in-out, color 0.3s ease-in-out;
}

.btn-dark:hover {
  background-position: right center;
  /* Smooth transition to move the gradient */
  color: var(--white-color);
  /* Ensures text color remains consistent */
}

.nav-link {
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
}

.carousel-item {
  margin-top: 250px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;

}

.railways-section {
  background: linear-gradient(135deg, #894300, #C3852F, #894300);
  padding: 60px 20px;
  color: var(--black-color);
}

.railways-heading {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #2c3e50;
  text-transform: uppercase;
  font-size: 2rem;
}

.station-image {
  height: 200px;
  object-fit: cover;
}

.card-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2c3e50;
}

.card-text {
  font-size: 0.95rem;
  color: #5d6d7e;
}

.highlight {
  color: #2980b9;
  font-weight: bold;
}

/* Style for the scroll container */
.projects {
  scrollbar-width: thin;
  /* For Firefox */

  padding-bottom: 40px;

  scrollbar-color: var(--primary-color) #f0f0f0;
  /* Thumb and track colors for Firefox */
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.projects::-webkit-scrollbar {
  height: 10px;
  /* Height of the scrollbar */
}

.projects::-webkit-scrollbar-track {
  background: var(--white-color);
  /* Track color */
  border-radius: 10px;
  /* Rounded corners for the track */
}

.projects::-webkit-scrollbar-thumb {

  border-radius: 10px;
  /* Rounded corners for the thumb */
  border: 2px solid #f0f0f0;
  /* Border around the thumb */
}

.projects::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker thumb color on hover */
}

.projects>img {
  height: 400px;
  object-fit: cover;
}



.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  transition: transform 0.5s ease-in-out;
  height: 400px;
}

.image-container:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container:hover .overlay {
  opacity: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);

}

.overlay-text {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.bg-brown {
  background-color: var(--primary-color);
}


.section-services {
	/* font-family: "Poppins", sans-serif; */
	/* background-color: var(--secondary-color); */
	color: #202020;
	padding-top: 50px;
    padding-bottom: 120px;
}
.border-dark{
  border-color: var(--primary-color) !important; 
}
.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: var(--primary-color);
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: var(--secondary-color);
    border: 6px solid var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}
.single-service{
  height: 350px;
}
.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: var(--secondary-color);
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: var(--secondary-color);
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--secondary-color);
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}