.services-section {
  padding: 80px 0;
}

.services-subtitle {
  color: #888;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.services-title {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.services-accent-line {
  width: 50px;
  height: 4px;
  background-color: #006cb5;
  margin: 0 auto 50px auto;
  border: none;
}

/* Service Card Styles */
.service-card {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
}

.service-card-image {
  width: 100%;
  aspect-ratio: 1.85;
  object-fit: cover;
  object-position: center;
}

.service-card-content {
  padding: 29px 20px 15px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-card-title {
  color: #222;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.service-card-description {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  flex-grow: 1;
}

.service-card-footer {
  border-top: 1px solid #eee;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: auto;
}

.service-card-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: color 0.3s ease;
}

.service-card-link:hover {
  color: #006cb5;
}

.service-card-link:focus {
  outline: 2px solid #006cb5;
  outline-offset: 2px;
  color: #006cb5;
}

.service-card-arrow {
  color: #006cb5;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .services-section {
    padding: 60px 0;
  }

  .services-title {
    font-size: 32px;
  }

  .service-card-content {
    padding: 20px 15px 15px 15px;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-description {
    line-height: 19px;
  }

  .service-card-footer {
    padding: 0 15px;
  }

  .services-accent-line {
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  .services-section {
    padding: 36px 0;
  }

  .services-title {
    font-size: 28px;
  }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card-link {
    transition: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .service-card {
    border: 1px solid #000;
  }

  .service-card-footer {
    border-top: 2px solid #000;
  }
}
.bg-arai-gray {
  background-color: rgb(240 240 240) !important;
}
/* Custom Footer Styles for Bootstrap 5 */
.footer-custom {
  background-color: #006cb5 !important;
  font-family: "Rubik", -apple-system, "Roboto", "Helvetica", sans-serif;
}

.footer-social-icons i {
  color: #fff;
}


.company-logo {
  width: 101px;
  max-width: 100%;
  aspect-ratio: 1.77;
  object-fit: contain;
  object-position: center;
}

.registered-office-info {
  font-family: "Roboto", -apple-system, "Roboto", "Helvetica", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

.contact-spacing {
  line-height: 30px;
}

.certification-logo {
  width: 158px;
  max-width: 100%;
  aspect-ratio: 8.77;
  object-fit: contain;
  object-position: center;
}

.last-updated {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  color: #fff;
}

.copyright {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}

.nav-heading {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin: 0;
}

.nav-link-custom {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease;
}

.nav-link-custom:hover {
  color: #fff;
  text-decoration: underline;
}

.legal-links {
  font-size: 14px;
  line-height: 23px;
}

.legal-link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
}

.legal-link:hover {
  color: #fff;
  text-decoration: underline;
}

.link-separator {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.visitor-counter {
  text-align: center;
  letter-spacing: 0.48px;
}

.visitor-label {
  color: #fff;
  font-family: "Roboto", -apple-system, "Roboto", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}

.visitor-label span:not(.text-lowercase) {
  text-transform: none;
}

.counter-digits {
  font-family: "Rubik", -apple-system, "Roboto", "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: capitalize;
}

.digit {
  color: #006cb5;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e4e4e4;
}

.first-digit {
  border-radius: 5px 0px 0px 5px;
  padding-left: 13px;
  padding-right: 13px;
}

.digit:nth-child(2) {
  padding-left: 12px;
  padding-right: 12px;
}

.digit:nth-child(4) {
  padding-left: 10px;
  padding-right: 10px;
}

.last-digit {
  border-radius: 0px 5px 5px 0px;
  border-right: none;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .footer-custom {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .visitor-counter {
    justify-content: start !important;
    margin-right: 10px;
  }

  .counter-digits {
    white-space: normal;
  }

  .digit {
    white-space: normal;
  }
}

@media (max-width: 767.98px) {
  .company-nav,
  .quick-links-nav,
  .services-nav {
    margin-top: 2rem;
  }

  .legal-links {
    margin-top: 2rem;
  }
}

/* Bootstrap override for container padding */
@media (min-width: 992px) {
  .footer-custom .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

/* Userfull link css */
.useful-links-section {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  font-family: "Rubik", sans-serif;
}
.about-label {
  font-weight: 700;
  font-size: 15px;
  color: #888;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-label {
  font-family: Rubik;
  font-weight: 700;
  font-size: 15px;
  color: #888;
  width: 185px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
}

@media (max-width: 636px) {
  .section-label {
    font-size: 12px !important;
  }
}

.about-title-sub {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.about-title {
  font-family: Rubik;
  font-weight: 700;
  font-size: 36px;
  color: #222;

  line-height: 36px;
}

.main-title {
  font-family: Rubik;
  font-weight: 700;
  font-size: 36px;
  color: #222;
  width: 453px;
  height: 47px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: 0px;
  top: -4px;
}

@media (max-width: 991px) {
  .main-title {
    font-size: 32px !important;
  }
}

@media (max-width: 636px) {
  .main-title {
    font-size: 28px !important;
  }
}

.title-underline {
  width: 50px;
  height: 4px;
  position: absolute;
  background-color: #006cb5;
}

.ministry-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 19.781px;
  height: 80px;
}

.ministry-item.wide {
  width: 438px;
}

.ministry-item.medium {
  width: 322px;
}

.ministry-item.extra-wide {
  width: 482px;
}

@media (max-width: 991px) {
  .ministry-item {
    width: 100% !important;
    max-width: 500px !important;
    justify-content: center !important;
  }
}

@media (max-width: 636px) {
  .ministry-item {
    flex-direction: column !important;
    text-align: center !important;
    height: auto !important;
    gap: 10px !important;
  }
}

.ministry-logo {
  width: 48px;
  height: 80px;
  flex-shrink: 0;
}

.ministry-info {
  flex-shrink: 0;
}

.ministry-info.wide {
  width: 370px;
  height: 74px;
}

.ministry-info.medium {
  width: 254px;
  height: 74px;
}

@media (max-width: 991px) {
  .ministry-info {
    width: 100% !important;
    max-width: 500px !important;
    justify-content: center !important;
  }
}

@media (max-width: 636px) {
  .ministry-info {
    flex-direction: column !important;
    text-align: center !important;
    height: auto !important;
    gap: 10px !important;
    width: 100% !important;
  }
}

.ministry-name-hindi {
  font-family: Rubik;
  font-weight: 400;
  font-size: 20px;
  color: #222;
  line-height: 39px;
  height: 36px;
}

.ministry-name-hindi.short {
  width: 256px;
}

.ministry-name-hindi.medium {
  width: 255px;
}

@media (max-width: 636px) {
  .ministry-name-hindi {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    height: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .ministry-name-hindi {
    width: 100% !important;
    max-width: 500px !important;
  }
}

.ministry-name-english {
  font-family: Rubik;
  font-weight: 500;
  font-size: 20px;
  color: #222;
  line-height: 39px;
  height: 36px;
}

.ministry-name-english.transport {
  width: 393px;
}

.ministry-name-english.heavy {
  font-weight: 700;
  width: 280px;
}

.ministry-name-english.government {
  width: 196px;
}

.ministry-name-english.micro {
  width: 436px;
}

@media (max-width: 636px) {
  .ministry-name-english {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    height: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .ministry-name-english {
    width: 100% !important;
    max-width: 500px !important;
  }
}

.standalone-logo {
  width: 351px;
  height: 61px;
  flex-shrink: 0;
}

.custom-indicators {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 281px;
  height: 15px;
}

@media (max-width: 991px) {
  .custom-indicators {
    top: 400px !important;
  }
}

@media (max-width: 636px) {
  .custom-indicators {
    top: 450px !important;
  }
}

.indicator-dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #006cb5;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.indicator-dot:not(.active) {
  opacity: 0.2;
}

.indicator-dot.active {
  opacity: 1;
}

/* Hide default Bootstrap carousel indicators */
.carousel-indicators {
  display: none;
}

/* Hide default Bootstrap carousel controls */
.carousel-control-prev,
.carousel-control-next {
  display: none;
}

/* Ensure carousel doesn't auto-advance */
.carousel {
  pointer-events: none;
}

.carousel-item {
  pointer-events: auto;
}
/* Custom styles to complement Bootstrap 5 */
body {
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #222;
}

/* Background image positioning */
.background-image {
  width: 829px;
  height: 458px;
  opacity: 0.2;
  left: -39px;
  top: 173px;
  z-index: 0;
  object-fit: cover;
}

/* Main title styling */
.main-title {
  font-size: 38px;
  line-height: 52px;
  color: #222;
}

/* Title underline */
.about-underline {
  width: 50px;
  height: 4px;
  background-color: #006cb5;
}

/* Description text */
.description-text {
  font-size: 16px;
  color: #888;
  line-height: 27px;
}

/* See more link styling */
.see-more-link {
  color: #222;
  border-bottom: 2px solid #eee;
  padding: 24px 0 25px;
  transition: border-color 0.3s ease;
  width: fit-content;
}

.see-more-link:hover {
  border-bottom-color: #006cb5;
  color: #222;
}

.see-more-link:focus {
  outline: 2px solid #006cb5;
  outline-offset: 2px;
  color: #222;
}

.link-text {
  font-size: 13px;
  line-height: 13px;
}

.arrow-icon {
  width: 9px;
  height: 13px;
}

/* Award items */
.award-icon {
  width: 66px;
  height: 66px;
}

.award-text {
  font-size: 16px;
  color: #888;
  line-height: 24px;
}

/* Director message card */
.director-message-card {
  background-color: rgba(0, 108, 181, 0.1);
  min-height: 704px;
  display: flex;
  flex-direction: column;
}

.director-message-title {
  font-size: 26px;
  color: #222;
}

.quote-icon {
  width: 18px;
  height: 15px;
}

.quote-text {
  font-size: 15px;
  color: #222;
  line-height: 18px;
}

/* Director info */
.director-photo {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.director-name {
  font-size: 17px;
  color: #222;
}

.director-title {
  font-size: 14px;
  color: #222;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
  .background-image {
    width: 700px;
    height: 400px;
  }
}

@media (max-width: 992px) {
  .main-title {
    font-size: 32px;
    line-height: 44px;
  }

  .director-message-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
    line-height: 36px;
  }

  .description-text {
    font-size: 16px;
    line-height: 24px;
  }

  .award-item {
    flex-direction: column !important;
    text-align: center;
  }

  .award-icon {
    width: 50px;
    height: 50px;
  }

  .award-text {
    font-size: 16px;
    text-align: center;
  }

  .director-message-title {
    font-size: 22px;
  }

  .quote-text {
    font-size: 14px;
    line-height: 20px;
  }

  .director-photo {
    width: 70px;
    height: 70px;
  }

  .director-name {
    font-size: 16px;
  }

  .director-title {
    font-size: 13px;
  }

  .background-image {
    display: none;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 24px;
    line-height: 32px;
  }

  .director-message-title {
    font-size: 20px;
  }

  .quote-text {
    font-size: 13px;
    line-height: 18px;
  }
}

/* Focus styles for accessibility */
.see-more-link:focus-visible {
  outline: 2px solid #006cb5;
  outline-offset: 2px;
  border-radius: 4px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .background-image {
    opacity: 0.1;
  }

  .director-message-card {
    background-color: rgba(0, 108, 181, 0.15) !important;
    border: 1px solid #006cb5 !important;
  }

  .title-underline {
    height: 6px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .see-more-link {
    transition: none;
  }
}

/* Bootstrap utility overrides for specific styling */
.about-arai-section {
  background-color: #fff;
}

/* Ensure proper spacing in Bootstrap grid */
.awards-grid .row {
  --bs-gutter-x: 3.5rem;
}

@media (max-width: 768px) {
  .awards-grid .row {
    --bs-gutter-x: 1.5rem;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 80% !important;
  }
}
.global-presence-section {
  display: flex;
  padding: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

@media (max-width: 991px) {
  .global-presence-section {
    padding: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1567px;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.content-wrapper {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .content-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

/* Text Content Section */
.text-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 42%;
  margin-left: 0;
}

@media (max-width: 991px) {
  .text-content {
    width: 100%;
  }
}

.content-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .content-section {
    max-width: 100%;
    margin-top: 36px;
  }
}

.main-title {
  color: #222;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin: 19px 0 0 0;
}

.title-underline {
  display: flex;
  width: 50px;
  flex-shrink: 0;
  height: 4px;
  background-color: #006cb5;
}

.description {
  color: #888;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  align-self: stretch;
  margin: 30px 0 0 0;
}

@media (max-width: 991px) {
  .description {
    max-width: 100%;
  }
}

/* Statistics Section */
.statistics-container {
  margin-top: 67px;
  width: 550px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .statistics-container {
    margin-top: 36px;
  }
}

.stats-grid {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .stats-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.stat-item:first-child {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 24%;
  margin-left: 0;
}

.stat-item:nth-child(2),
.stat-item:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 38%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .stat-item:first-child,
  .stat-item:nth-child(2),
  .stat-item:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}

.stat-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .stat-content {
    margin-top: 36px;
    white-space: initial;
  }
}

.stat-number {
  color: #006cb5;
  font-size: 60px;
  font-weight: 700;
}

.stat-item:first-child .stat-number {
  align-self: flex-start;
}

@media (max-width: 991px) {
  .stat-number {
    font-size: 36px;
  }
}

.stat-label {
  color: #888;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.stat-item:nth-child(2) .stat-label,
.stat-item:nth-child(3) .stat-label {
  align-self: flex-start;
}

/* Image Content Section */
.image-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 58%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .image-content {
    width: 100%;
    margin-left: 0;
  }
}

.presence-image {
  aspect-ratio: 1.81;
  object-fit: contain;
  object-position: center;
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .presence-image {
    max-width: 100%;
    margin-top: 36px;
  }
}

/* Focus and Accessibility Styles */
.presence-image:focus {
  outline: 2px solid #006cb5;
  outline-offset: 2px;
}

/* Header Styles */
.top-bar-left i {
  color: #006cb5;
}

.topbar-social-icons i {
  color: #888888;
}


/* testimonial */
/* Testimonials Section Styles */
.testimonials-section {
  display: flex;
  width: 100%;
  max-width: 1920px;
  padding: 58px 20px 50px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.testimonials-container {
  width: 100%;
  max-width: 1210px;
  position: relative;
}

.testimonials-header {
  width: 100%;
  max-width: 1170px;
  height: 66px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin: 0 auto 30px auto;
}

.title-wrapper {
  display: flex;
  align-items: center;
  gap: 12.549px;
  position: absolute;
  left: 0;
  top: -5px;
  height: 50px;
}

.testimonials-icon {
  font-size: 30px;
  color: #006cb5;
}

.testimonials-title {
  color: #222;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 49.2px;
  margin: 0;
}

.testimonials-navigation {
  display: flex;
  gap: 4px;
  position: absolute;
  right: 0;
  top: 4px;
}

.nav-button {
  display: flex;
  width: 48px;
  height: 37px;
  padding: 10px 0 11px 0;
  justify-content: center;
  align-items: center;
  border-radius: 42.5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.01);
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: background-color 0.2s ease;
}

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-button:focus {
  outline: 2px solid #006cb5;
  outline-offset: 2px;
}

.nav-button--next {
  padding: 8.5px 0;
  border-radius: 32.5px;
}

.nav-icon {
  font-size: 15px;
}

.testimonials-content {
  width: 100%;
  height: 317px;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: 500%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 30px;
}

.testimonial-card {
  width: 570px;
  height: 257px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.slide {
  opacity: 1;
}

.card-border-accent {
  width: 35px;
  height: 35px;
  border-top: 35px solid #e4e4e4;
  border-right: 35px solid #e4e4e4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-content {
  width: 478px;
  height: 169px;
  position: absolute;
  left: 45px;
  top: 38px;
}

.author-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.author-avatar {
  width: 54px;
  height: 54px;
  position: relative;
  flex-shrink: 0;
}

.avatar-image {
  width: 54px !important;
  height: 54px;
  border-radius: 54px;
}

.avatar-placeholder {
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background-color: #c7ced3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.avatar-icon {
  width: 30px;
  height: 28px;
}

.author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4px;
  height: 44px;
  margin-top: 5px;
}

.author-name {
  color: #222;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.6px;
  margin: 0;
}

.author-title {
  color: #222;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.testimonial-text {
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24.9px;
  margin: 0;
}

.testimonial-text--simple {
  margin-top: 12px;
}

.testimonial-quote {
  color: #888;
  font-weight: 400;
  margin: 0 0 8px 0;
}

.read-more-button {
  color: #006cb5;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

.read-more-button:hover {
  color: #004d87;
}

.read-more-button:focus {
  outline: 2px solid #006cb5;
  outline-offset: 2px;
}

.read-more-button[aria-expanded="true"] {
  color: #004d87;
}

/* Pagination Styles */
.pagination-dots {
  display: flex;
  width: 100%;
  padding-top: 3px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  height: 15px;
  margin-top: 30px;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #222;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.pagination-dot:not(.pagination-dot--active) {
  opacity: 0.2;
}

.pagination-dot:hover {
  opacity: 0.7;
}

.pagination-dot:focus {
  outline: 2px solid #006cb5;
  outline-offset: 2px;
}

.pagination-dot--active {
  opacity: 1;
}

/* Screen reader only content */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Slider animations */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide.active {
  animation: slideIn 0.5s ease-out;
}

/* Focus management */
.testimonials-section:focus-within .nav-button,
.testimonials-section:focus-within .pagination-dot {
  outline-offset: 3px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .slider-track {
    transition: none;
  }

  .testimonial-card {
    transition: none;
  }

  .slide.active {
    animation: none;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .testimonials-title {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .testimonials-content {
    height: auto !important;
  }

  .slider-track {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px !important;
  }

  .testimonial-card {
    width: 100% !important;
    max-width: 500px !important;
  }

  .card-content {
    width: calc(100% - 90px) !important;
  }

  .author-details {
    width: calc(100% - 80px) !important;
  }

  .testimonial-text {
    /* width: calc(100% - 90px) !important; */
  }
}

@media (max-width: 636px) {
  .testimonials-header {
    width: 100% !important;
  }

  .testimonials-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .testimonials-navigation {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin-top: 10px;
    float: right;
  }

  .testimonials-content {
    padding: 20px 0 !important;
  }

  .testimonial-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 10px !important;
  }

  .card-content {
    left: 20px !important;
    width: calc(100% - 36px) !important;
  }

  .author-details {
    left: 36px !important;
    width: calc(100% - 80px) !important;
  }

  .author-avatar {
    left: 20px !important;
    width: calc(100% - 36px) !important;
  }

  /* Mobile slider adjustments */
  .slider-track {
    gap: 15px !important;
  }

  /* Touch-friendly navigation */
  .nav-button {
    min-height: 44px;
    min-width: 44px;
  }

  .pagination-dot {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination-dot::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #222;
    opacity: inherit;
  }
}
.small-title {
  color: #888;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0;
}
.main-home-title {
  color: #222;
  font-family: Rubik, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 70px;
}
#usefulink .owl-item img {
  display: block;
  width: 92% !important;
}

/* About section css */

/* Custom Bootstrap Button */
.btn-arai-blue {
  background-color: var(--arai-blue);
  border-color: var(--arai-blue);
  color: white;
}

.btn-arai-blue:hover {
  background-color: #005494;
  border-color: #005494;
  color: white;
}

.gov-logo {
  height: 32px;
  width: auto;
}

.gov-logo-tall {
  height: 50px;
  width: auto;
}
/* Hero Section */
.hero-about {
  position: relative;
  height: 310px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/aboutus_hero_img.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #006cb5 !important;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--arai-dark-text);
  opacity: 0.7;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
}

.hero-title {
  font-size: 2.875rem;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.breadcrumb-tab {
  position: absolute;
  bottom: 0;
  left: 60px;
  background-color: var(--arai-blue);
  color: white;
  padding: 20px 30px;
  border-radius: 20px 20px 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  z-index: 4;
}

/* Introduction Section */
.intro-image {
  position: relative;
}

.rounded-image {
  border-radius: 40px 0 40px 0;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.intro-text .lead {
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}

/* Vision and Mission Cards */
.vision-mission-card {
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 40px;
  padding: 1.375rem;
  height: 216px;
  display: flex;
  align-items: center;
}

.card-icon {
  width: 178px;
  height: 172px;
  border-radius: 20px;
  object-fit: cover;
  flex-shrink: 0;
}

.about-card-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--arai-dark-text);
  margin-bottom: 1rem;
  line-height: 2.11;
}

.about-about-card-text {
  font-size: 1rem;
  color: var(--arai-dark-text);
  line-height: normal;
  margin: 0;
}

/* Detailed Description */
.detailed-text {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: var(--arai-dark-text);
}

.rounded-corners {
  border-radius: 0 40px 0 40px;
  width: 100%;
  height: 468px;
  object-fit: cover;
}

/* ISO Section */
.iso-section {
  position: relative;
  background: linear-gradient(
    to bottom right,
    var(--arai-bg-light) 0%,
    var(--arai-bg-light) 20%,
    white 20.1%,
    white 100%
  );
  padding: 2rem 0;
  overflow: hidden;
}

.iso-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(2.45deg, var(--arai-bg-light) 0%, white 100%);
  z-index: 1;
}

.iso-section .container {
  position: relative;
  z-index: 2;
}

.iso-logo {
  max-width: 301px;
  height: auto;
}

/* Publications */
.publications-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--arai-dark-text);
  line-height: 2.38;
}

.publication-image {
  width: 100%;
  height: 268px;
  object-fit: cover;
  border-radius: 40px;
}

/* Floating Buttons */
.floating-buttons {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1000;
}

.float-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.chat-btn {
  background-color: var(--arai-dark-text);
  color: white;
}

.chat-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
}

.scroll-top-btn {
  background-color: white;
  color: var(--arai-dark-text);
  border: 1px solid var(--arai-lighter-gray);
  opacity: 0.7;
}

.scroll-top-btn:hover {
  background-color: var(--arai-light-gray);
  opacity: 1;
  transform: translateY(-2px);
}

/* about csr pg*/
.csr-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/about_csr_hero_img.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .breadcrumb-tab {
    left: 20px;
    padding: 15px 20px;
    font-size: 1rem;
  }

  .arai-title {
    font-size: 1rem;
  }

  .arai-subtitle {
    font-size: 0.8rem;
  }

  .vision-mission-card {
    height: auto;
    padding: 1rem;
  }

  .card-icon {
    width: 120px;
    height: 120px;
  }

  .rounded-corners {
    height: 300px;
  }

  .floating-buttons {
    bottom: 1rem;
    right: 1rem;
  }

  .float-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-about {
    height: 250px;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .intro-text .lead {
    font-size: 1rem;
    line-height: 1.8;
  }

  .rounded-image {
    height: 250px;
  }

  .vision-mission-card {
    flex-direction: column;
    text-align: center;
    height: auto;
    padding: 1.5rem;
  }

  .card-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }

  .arai-nav .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .arai-nav .nav-link {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .visitor-counter {
    justify-content: center;
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .top-bar {
    display: none;
  }

  .gov-logo,
  .gov-logo-tall {
    height: 25px;
  }

  .hero-about {
    height: 200px;
  }

  .breadcrumb-tab {
    left: 10px;
    right: 10px;
    text-align: center;
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .hero-overlay {
    opacity: 0.9;
  }

  .vision-mission-card {
    border: 2px solid var(--arai-dark-text);
  }

  .float-btn {
    border: 2px solid var(--arai-dark-text);
  }
}

/* Focus States for Better Accessibility */

.dropdown-toggle:focus {
  outline: 3px solid var(--arai-blue);
  outline-offset: 2px;
}

.about-title-bold {
  font-weight: 700;
}
/* Animation for smooth scrolling */

/* Loading States */
/* .img-fluid {
  transition: opacity 0.3s ease;
}

.img-fluid[loading="lazy"] {
  opacity: 0;
}

.img-fluid[loading="lazy"].loaded {
  opacity: 1;
} */

/* Main Container */
.policy-container {
  width: 100%;
  padding: 40px 60px;
}

.policy-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

/* Navigation Sidebar - Override Bootstrap defaults */
.policy-navigation {
  width: 378px;
  flex-shrink: 0;
}

.custom-nav-tabs {
  border: none !important;
  gap: 10px;
  margin-top: -2px;
}

.custom-nav-tabs .nav-item {
  margin-bottom: 0 !important;
}

.custom-nav-tab {
  display: flex !important;
  width: 100% !important;
  height: 60px !important;
  padding: 20px !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-radius: 5px !important;
  border: none !important;
  background-color: #e4e4e4 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Rubik", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #222 !important;
  text-decoration: none !important;
}

.custom-nav-tab:hover {
  background-color: #d4d4d4 !important;
  color: #222 !important;
  transform: translateY(-1px);
  border: none !important;
}

.custom-nav-tab:focus {
  outline: 2px solid #006cb5 !important;
  outline-offset: 2px;
  box-shadow: none !important;
  border: none !important;
}

.custom-nav-tab.active {
  background-color: #006cb5 !important;
  color: #fff !important;
  border: none !important;
}

.custom-nav-tab.active:hover {
  background-color: #005a9a !important;
  color: #fff !important;
}

.nav-tab-text {
  flex: 1;
  text-align: left;
}

.nav-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.custom-nav-tab.active .nav-tab-icon svg path {
  fill: white !important;
}

.custom-nav-tab:not(.active) .nav-tab-icon svg path {
  fill: #222 !important;
}

/* Main Content Area - Override Bootstrap defaults */
.policy-content {
  flex: 1;
  min-width: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.content-wrapper {
  width: 100%;
}

/* Policy Description */
.policy-description {
  margin-bottom: 40px;
}

.policy-title {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
}

.policy-text {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #222;
}

.policy-intro {
  font-weight: 400;
  margin-bottom: 20px;
}

.policy-list {
  list-style: none;
  padding: 0;
}

.policy-list li {
  padding-left: 0;
  font-weight: 400;
}

.policy-list li:before {
  content: "• ";
  font-weight: bold;
  margin-right: 8px;
}

/* Branch Sections */
.branch-section {
  margin-bottom: 30px;
}

.branch-header {
  margin-bottom: 20px;
}

.branch-title {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #222;
  margin: 0;
}

/* Members Grid */
.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21%, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.member-card {
  color: #222;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.member-name {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #222;
  margin-bottom: 5px;
}

.member-contact {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  margin: 0;
}

/* Bootstrap Tab Fade Animation Override */
.tab-pane.fade {
  transition: opacity 0.3s ease-in-out;
}

.tab-pane.fade:not(.show) {
  opacity: 0;
}

.tab-pane.fade.show {
  opacity: 1;
}

/* about csr page */
.csr-section {
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 22px;
  font-family: Rubik, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
  .csr-section {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.light-text {
  font-weight: 300;
}

.medium-line-height {
  font-weight: 300;
  line-height: 34px;
}

.initiatives-container {
  margin-top: 28px;
  max-width: 1746px;
  margin-left: auto;
  margin-right: auto;
}

.main-initiatives {
  flex: 0 0 79%;
}

@media (max-width: 991px) {
  .main-initiatives {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}

.initiatives-row {
  display: flex;
  align-items: start;
  gap: 20px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.initiative-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
}

.initiative-icon {
  width: 141px;
  height: 141px;
  object-fit: contain;
  object-position: center;
}

.initiative-title {
  color: #222;
  margin-top: 14px;
}

.special-icon {
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 991px) {
  .special-icon {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.drought-icon {
  margin-right: 8px;
}

.cancer-title {
  margin-right: 3px;
}

.secondary-initiatives {
  flex: 0 0 21%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .secondary-initiatives {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.blood-donation {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
}

.blood-donation-icon {
  width: 141px;
  height: 141px;
  object-fit: contain;
  object-position: center;
  align-self: center;
}

.blood-donation-title {
  color: #222;
  margin-top: 14px;
}

.small-images {
  align-self: start;
}

.small-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.additional-text {
  color: #222;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 26px;
}



/* home page */
.gear-icon {
  color: #006CB5;
}

.capabilities_list span {
  line-height: 1.7;
}

.events_icon {
  font-size: 40px;
  color: #888888;
}
.right_arrow_icon {
  color: #006CB5;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}



/* home page Hero Carousel */
#homeHeroCarousel .owl-carousel + .owl-dots {
  display: none !important;
}

#homeHeroCarousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none; /* allow arrow icons to be clickable */
}

#homeHeroCarousel .owl-nav button {
  border: none;
  border-radius: 50%;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}

#homeHeroCarousel .owl-nav button img {
  width: 35px;
  height: 35px;
}

#homeHeroCarousel .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}

/* #homeHeroCarousel .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 9999px;
  background: white;
  opacity: 0.6;
} */

/* #homeHeroCarousel .owl-dot.active {
  background: #007dc3; 
  opacity: 1;
} */


/* homepage member companies carousel */
#memberCompaniesCarousel .member_logo_div {
  margin-bottom: 3.5rem;
}

#memberCompaniesCarousel .member_company_logo {
  max-height: 60px;
  object-fit: contain;
  max-width: 100%;
  transition: transform 0.3s ease;
}

#memberCompaniesCarousel .member_company_logo:hover {
  transform: scale(1.05);
}

#memberCompaniesCarousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

#memberCompaniesCarousel .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #777;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.3s ease;
}

#memberCompaniesCarousel .owl-dot.active span {
  opacity: 1;
  background: #222;
}
.z-index-9{
  z-index:9;
}
      .Submenu_menu {
          /* width: 100%; */
    position: absolute;
    left: 0px;
    top: 6px !important;
    transform: translate(0px, 30px) !important;
    padding: 19px 16px;
      }
      .left_bg {
    background: #e4e4e4;
    padding: 19px 22px;
}
.menu_list h6 {
    font-weight: 600;
    margin-bottom: 19px;
}
.dropdown-position{
    position: unset !important;
}
.dropdown-item{
  color: #565656 !important;
}