/*.btn-get-started {
  font-size: 0.4em;
  background-color: initial; /* Default background color */
/*color: rgb(9, 31, 131); /* Font color */
/*  padding: 10px 20px; /* Adds padding around text */
/* border: white; /* Removes any border */
/* border-radius: 20px; /* Optional: Rounds the corners */
/* text-decoration: none; /* Removes underline */
/*} 

.btn-get-started:hover {
  /*background-color: rgb(25, 25, 90) !important; */ /* Background color on hover */
/*background-color: #2e4190 !important;
  color: white;
  border: #2e4190 !important;
}*/

.info-wrap a {
  color: inherit; /* Keeps the original color */
  text-decoration: none; /* No underline */
}

.info-wrap a:hover {
  color: #2e4190 !important; /* Changes to a soft blue on hover */
}

.centered-heading {
  color: var(--default-color); /* Change this to your desired color */
  text-align: center; /* Center align the heading */
}

.centered-subheading {
  color: var(--default-color); /* Change this to your desired color */
  text-align: center; /* Center align the subheading */
}

.highlight {
  color: var(--accent-color); /* Change this to your desired color */
  font-weight: bold;
}

h2 .highlight {
  color: var(--accent-color); /* Change this to your desired color */
  font-weight: bold;
}

/*
.kannada-text {
  font-family: "Noto Sans Kannada", sans-serif; /* Change to 'Noto Sans Kannada' or 'Baloo Tamma 2' or 'Tiro Kannada' for different styles */
/*font-size: 0.6em;
  font-weight: 18;
  color: #2e4190;
}*/

.kannada-service-items {
  font-family: "Tiro Kannada", sans-serif; /* Change to 'Noto Sans Kannada' or 'Baloo Tamma 2' or 'Tiro Kannada' for different styles */
  font-size: 0.8em;
  font-weight: 18;
  line-height: 1.2;
  text-align: right;
  color: var(--accent-color);
}

.gallery-item {
  position: static;
  width: 100%;
  height: 250px; /* Adjust height as needed */
  overflow: hidden; /* Ensures image overflow is hidden if cropped */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* No cropping, but empty space may appear */
}

.rounded-image {
  border-radius: 5%; /* Makes the image rounded */
  width: 100%; /* Adjust as needed */
  max-width: 300px; /* Optional: limit the max size */
  height: 100%;
}

.page-title .btn-get-started {
  color: var(--default-color);
  /* background: var(--accent-color);*/
  background: #2e4190;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  transition: 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
}

.page-title .btn-get-started:hover {
  /*background-color: color-mix(in srgb, var(--accent-color) 90%, white 10%);*/
  background-color: var(--accent-color);
  border-radius: 20px;
}

.about .full-width-text {
  text-align: justify;
  font-size: 22px;
  padding: 15px 0;
}
.about h2 {
  font-size: 28px;
  margin-bottom: 20px;
  padding-top: 15px;
}

/* Style for the entire widget container */
.contact-widget {
  position: fixed;
  bottom: 70px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

/* Common styling for both icons */
.contact-widget a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

/* Call icon styling */
.call-widget {
  background-color: #4caf50;
}

/* WhatsApp icon styling */
.whatsapp-widget {
  background-color: #25d366;
}

/* Hover effect */
.contact-widget a:hover {
  transform: scale(1.1);
}
