body {
  font-family: "Figtree", sans-serif;
  padding-top: 90px;
}

.figtree-header {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}

.anek-devanagari-contact-us {
  font-family: "Anek Devanagari", sans-serif;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
}

.anek-devanagari-contact-us-1 {
  font-family: "Anek Devanagari", sans-serif;
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  color: #0160bd;
  line-height: 59.69px;
}

.anek-devanagari-blog {
  font-family: "Anek Devanagari", sans-serif;
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  color: #213b5c;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 38px;
  font-style: normal;
}

.custom-bg {
  background-color: #213b5c !important;
  position: relative; /* Ensure the navbar is the reference point for the pseudo-element */
  z-index: 999;
}

.custom-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  height: 80px;
  background: linear-gradient(
    to top,
    rgb(245 245 245 / 0%),
    rgb(245 245 245 / 44%)
  );
  z-index: -1;
}

a {
  color: #213b5c;
  text-decoration: none;
}

.custom-footer {
  background: linear-gradient(to right, rgb(1, 113, 224), rgb(0, 38, 76));
}

.custom-footer-1 {
  padding: 80px 110px 5px 110px;
  background-color: #f0ece3;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

ul.no-bullets li {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 500;
}

.quick-link {
  padding-top: 90px;
}

.quick-link a {
  color: black;
  text-decoration: none;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.banner-background {
  /* padding-top: 90px; */
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("./../../../assets/homeBanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  position: relative;
}

.header-text {
  color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-title-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.blog-body-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.header-text .top-heading {
  font-size: 50px;
  color: #fff;
}

.my-card-img {
  height: 400px;
  object-fit: cover;
  border-radius: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-card {
  height: 118px;
  border-radius: 25px;
  background-color: #026da3;
  padding: 15px;
  margin-bottom: 25px;
}

.service-card img {
  width: 90px;
}

.service-card span {
  padding-left: 20px;
}

.home-about {
  padding: 115px 50px;
  background-color: #00000099;
  width: 100%;
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("./../../../assets/bgimage1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  position: relative;
}

.service-background {
  width: 100%;
  height: 100vh;
  background: url("./../../../assets/service-page-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  position: relative;
}

.service-box-text ul li {
  padding-bottom: 10px;
  font-size: 18px;
}

.service-background a {
  text-decoration: none;
}

.service-background a:hover {
  color: #f0ece3;
  text-decoration: underline;
  border-bottom: 1px solid #ccc;
}

.custom-footer h2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-bg .nav-link {
  padding: 27px 38px 27px 38px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.active {
  color: #ffd968 !important; /* Example active link color */
}

.bg-inputbox {
  background-color: #ececec;
}

.getstartedButton:hover {
  background-color: white;
  border-color: white;
}

.no-bullets {
  list-style-type: none;
  padding: 0;
}

.no-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px; /* Adjust size as needed */
  height: 30px; /* Adjust size as needed */
  background-color: #026da3;
  border-radius: 50%;
  margin-right: 10px;
}

.icon-circle .bi {
  color: white; /* Adjust icon color if needed */
  font-size: 16px; /* Adjust icon size as needed */
}

.puzzle-container {
  position: relative;
  display: inline-block;
}

.puzzle-image {
  display: block;
  width: 300px; /* Adjust as needed */
  height: auto; /* Maintain aspect ratio */
  border: 2px solid #000; /* Border color */
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.serviceLink {
  padding-top: 180px !important;
}

.serviceLink h1 {
  color: #ffd968;
  font-size: 40px;
  font-weight: 500 !important;
}

.anek-devanagari-font {
  font-family: "Anek Devanagari", sans-serif;
}

.anek-devanagari-service {
  font-family: "Anek Devanagari", sans-serif;
  font-size: 45px;
  font-weight: 600;
  font-style: normal;
  color: #026da3;
}

.responsiveImg {
  height: 250px;
}

.d-none-big {
  display: none;
}

.position-relative {
  position: relative;
}

.bottom-left-text {
  position: absolute;
  bottom: 80px; /* Adjust as needed */
  left: 7px; /* Adjust as needed */
  color: white; /* Adjust text color as needed */
  padding: 5px; /* Optional: Add some padding */
  font-size: 18px; /* Adjust font size as needed */
}

.img-badge {
  padding-left: 18px;
  padding-right: 15px;
  padding-top: 5px;
  font-size: 20px;
  color: #ffd968;
  background-color: #026da3;
  padding-bottom: 5px;
  border-radius: 0 20px 20px 0;
}

.btn {
  border-radius: 15px;
  padding: 8px 35px;
}

.btn-primary {
  background: linear-gradient(to right, rgb(1, 113, 224), rgb(0, 38, 76));
  border: none;
}

.aboutpage-top {
  padding-top: 95px;
}

.aboutpage-content {
  line-height: 35px;
  font-size: 19px;
}

.border-custom-bottom {
  border-bottom: 2.5px solid #ffd968 !important;
}

.blog-detail-top {
  padding-top: 100px;
}

.mainlogo {
  height: 135px;
}

.logoplacement {
  margin-bottom: -90px;
  z-index: 1;
}

.text-md-primary {
  color: #026da3;
}
