.about-content {
  font-family: "Mukta Vaani", sans-serif;
  font-size: 20px;
}
.item-bg1 {
  background-image: url("");
}

.item-bg2 {
  background-image: url("../images/bannerimg/hadiyana.jpg");
}

.item-bg3 {
  background-image: url("../images/bannerimg/entry.jpg");
}
.item-bg4 {
  background-image: url("../images/bannerimg/havan.jpg");
}
.item-bg5 {
  background-image: url("../images/bannerimg/maintemple.jpg");
}
.item-bg6 {
  background-image: url("../images/bannerimg/hall.jpg");
}

.video-box {
  position: relative;
  overflow: hidden;
}

.video-box iframe {
  width: 100%;
  height: 250px;
  border-radius: 8px;
}

.nived-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1382b;
}

.section-space {
  margin-top: 40px;
}

.counter-another-content {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  border: 1px solid #cfe3f5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.counter-another-content h3 {
  font-size: 24px;
  color: #252525;
  margin-bottom: 10px;
  line-height: 1.4;
}

.counter-another-content span {
  font-size: 17px;
  color: #555;
  line-height: 1.9;
  display: block;
}

.counter-another-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: #b8d8f3;
}

.about-img img:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: #cfe3f5;
}

.about-img img {
  border-radius: 12px;
  border: 1px solid #cfe3f5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.patidar-table-section {
  padding: 70px 0;
}

.patidar-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.patidar-table th,
.patidar-table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.patidar-table th{
  background-color: #f1382b;
  color: white;
}

.services-card1 {
  padding: 30px 20px 25px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services-card1::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #f1382b;
  border-radius: 272px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}
.services-card1::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #f1382b;
  border-radius: 170px 0 0 0;
  opacity: 0.1;
  transition: 0.7s;
}

.play-area .play-on img {
  margin-bottom: -185px;
  margin-left: -117px;
  padding-top: 30px;
  padding-bottom: 40px;
  width: 180px;
}

.footer-widget i,
span {
  color: #fff;
}

.social-icon {
  display: flex;
  list-style: none;
  gap: 10px;
}
.social-icon li {
  font-size: 20px;
}
.social-icon a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff40;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon a:hover {
  background: #f4c430;
  border-color: #f4c430;
  color: #000;
}

.banner-slider-area .owl-dots {
  display: none;
}

.case-study-area {
  padding-bottom: 0;
  padding-top:30px;
}

.footer-bg {
  background-color: #0d3b67;
  padding-top:30px;
  padding-bottom: 5px;
}

.nived-section .section-title h1 {
  color: white;
  margin: 0;
}
.go-top {
  background: #252525;
}
.contact-info {
  background-color: #f1382b;
}
.read-btn{
background-color: #f1382b;
}

.about-area{
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-top{
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}

.c-soon{
  padding-top: 0;
  padding-bottom: 30px;
}