.topbar {
  background-color: #1f337c;
}
.navbar {
  padding: 10px 0;
}
.work-counter-item-no {
  margin-top: 10px;
}
.main-footer {
  padding: 50px 0 0;
}
a.btn-default {
  border-radius: 10px;
}
.vertical-p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  /* Optional: depends on desired direction */
  text-transform: uppercase;
  /* Optional: for 'KEY STATS' in uppercase */
  letter-spacing: 2px;
  font-weight: bold;
  /* Optional: to match visual */
  margin: 0;
  text-align: center;
}
@media(min-width:768px) {
  .work-counter-list-item {
    width: calc(20% - 75px);
  }
}
.hero.hero-slider-layout .hero-slide {
  position: relative;
  padding: 210px 0 90px;
}
.main-menu ul li a {
  font-weight: 700;
}
.page-gallery {
  background: #fafafb;
}
.our-team.about-page-team {
  background: #FAFAFB;
}
.our-team.about-us {
  background: #fff;
}
.why-choose-image img {
  width: 100%;
  aspect-ratio: 0;
  object-fit: cover;
}
.btn-default {
  box-shadow: 2px 1px 10px #fff;
}
.awards-slider .swiper-slide figure::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta {
  padding: 40px;
  text-align: center;
  background: url(../images/footer-bg-image.png), var(--primary-color);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
.awards-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 0;
  object-fit: contain;
  height: 500px;
}
@media(max-width:768px) {
  .awards-slider .swiper-slide img {
    width: 100%;
    aspect-ratio: 0;
    object-fit: contain;
    height: 300px;
  }
}
.vertical-btn {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 2px;
  margin: 0;
}
.vertical-contact {
  background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
  background-size: 200% auto !important;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-transform: capitalize;
  border: none;
  padding: 15px 14px 15px 14px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
  border-radius: 10px;
}
.btn-vertical-posit {
  top: 50%;
  left: 10px;
}
.vertical-contact::before {
  content: none;
}
.accordion-button::after {
  content: none;
}
.accordion-btn {
  border-radius: 10px !important;
  width: 150px !important;
}
@media(max-width:768px) {
  .accordion-btn {
    border-radius: 10px !important;
    width: 100% !important;
    text-align: center;
  }
}
button.btn-default {
  border-radius: 10px;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0px rgba(13, 110, 253, 0.25) !important;
}
.accordion-body {
  padding: 10px 0 0 !important;
}
.accordion {
  padding: 10px 0 0;
}
.home-slider-content {
  text-shadow: 0px 2px 2px #000000;
}
@media(max-width:768px) {
  .home-slider-content {
    width: 70%;
  }
  p {
    line-height: 1.2em;
    margin-bottom: 1.5em;
  }
}
.rajan-size {
  font-size: 12px !important;
}
@media (max-width: 768px) {
  .about-mobile {
    padding-top: 20px;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  .resonsive-title-h2 h2 {
    font-size: 16px !important;
  }
  .life-at-arihant h2 {
    font-size: 26px !important;
  }
}
p {
  margin-bottom: 15px !important;
}
p:last-child {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 991px) {
  .why-choose-content {
    margin-bottom: 0px;
  }
}
.final-arihant {
  padding: 30px 0 50px !important;
}
@media only screen and (max-width: 767px) {
  .service-item {
    width: 50% !important;
  }
}
/* Make header sticky */
.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.3s ease;
}
/* Optional: on scroll, add shadow */
.header-sticky.sticky-active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* Global fix for sticky header */
.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  transition: all 0.3s ease;
}
/* Sticky shadow effect on scroll */
.header-sticky.sticky-active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
/* Mobile-specific fixes */
@media (max-width: 768px) {
  .header-sticky {
    height: auto;
    /* allow content to wrap */
    padding: 10px 0px;
  }
  body {
    padding-top: 80px;
    /* adjust based on your header height */
  }
  .main-header .navbar-brand img {
    max-height: 40px;
  }
  .navbar-toggle {
    z-index: 99999;
    position: relative;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    z-index: 0 !important;
  }
}

/* ----------------------------------- */
.policy {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: justify;
}
.policy h5{
  text-align: left;
}
.policy-content {
  text-align: justify;
}

.terms-and-condition{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: justify;
}
.terms-and-condition h5{
  text-align: left;
}
.policy-content a{
  color: black;
}
 
.terms-and-condition a{
  color: #000000;
}
 
.terms-and-condition-content{
  padding-top: 10px;
}
.policy-content{
  padding-top: 10px;
}
.ref-link a{
  color: #0d6efd;
  text-decoration: underline;
}