/* Header */

.navbar-nav .nav-link {
  padding: 0.75rem 1rem;
  color: #181818;
  font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #cc0000; /* Red */
}

.website-logo img {
  width: 100%;
  max-width: 226px;
}
.desktop-menu .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 0.5em;
  border: none;
  vertical-align: unset;
}
.desktop-menu a.nav-link {
  padding: 10px 16px !important;
}
/* Hero section  */

.hero-slider {
  overflow: hidden;
}

.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-content h1 {
  font-size: 46px;
  font-weight: 800;
}
.hero-bg-video {
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero-section .container {
  z-index: 2;
}
.hero-section .overlay {
  z-index: 1;
}
.blue-btn i {
  padding-right: 5px;
}

/* Feature section */

.feature-section {
  padding: 110px 0;
  text-align: center;
}

.feature-box {
  background: #f1f3f8;
  box-shadow: 2px 4px 20px 0px #00000003;
  padding: 50px 20px;
  border-radius: 16px;
}
.feature-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #252525;
}
.feature-box p {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
}

.subtitle {
  text-align: center;
}

.subtitle .line {
  flex: 1;
  height: 2px;
  background-color: #044674; /* same blue tone as in image */
  max-width: 79px;
}
.subtitle.light .line {
  background-color: #fff; /* same blue tone as in image */
}

.subtitle .text {
  color: #044674;
  font-weight: 700;
  letter-spacing: 1px;
}
.subtitle.light .text {
  color: #fff;
}
.feature-box img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-box:hover img {
  transform: translateY(-6px);
}

/* testimonial section */
.testimonial-section {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
	padding-left:22px;
}

/* Full width slider */
.testimonial-slider-wrapper {
  width: 100vw;
  padding-right: calc(100vw - 1140px);
  overflow: hidden;
  padding-top: 80px;
	padding-left:22px;
	
}

/* Slick List visible for cutoff */
.testimonial-slider .slick-list {
  overflow: visible !important;
}

/* Spacing between cards */
.testimonial-slider .slick-slide {
  margin-right: 24px;
  height: auto;
  display: flex;
}

.testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* This fills parent's height */
  width: 100%;
}

.quote-icon {
  position: absolute;
  top: -20px;
  background-color: red;
  color: #fff;
  font-size: 15px;
  padding: 10.5px 15px;
  border-radius: 50%;
  font-family: Georgia, serif;
}
.stars {
  color: #ffa500;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.testimonial-card p {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeff3;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-footer .name {
  font-weight: 500;
  font-size: 15px;
  color: #453232;
}

.testimonial-slider-wrapper .slick-next:before {
  content: "\f054" !important;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900;
  color: #252525 !important;
  background-color: #eaeff3;
  border-radius: 50%;
  padding: 10px 15px;
  z-index: 9999;
  opacity: 1 !important;
  margin-left: -80px;
  box-shadow: 2px 4px 20px 0px #00000012 !important;
}
.testimonial-slider-wrapper .slick-prev {
  z-index: 9999 !important;
  left: -22px !important;
}
.testimonial-slider-wrapper .slick-prev:before {
  content: "\f053" !important;
  font-family: "Font Awesome 6 Pro" !important;
  opacity: 1 !important;
  background-color: #eaeff3;
  color: #252525 !important;
  border-radius: 50%;
  padding: 10px 15px;
  box-shadow: 2px 4px 20px 0px #00000012 !important;
}
/* Location section */

.location-section {
  padding: 110px 0px 80px;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #044674 50%,
    #044674 100%
  );
}

.card-img-top {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.location-card .info-item {
  margin-bottom: 15px;
}

.location-card .card-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.location-card {
  padding: 40px 24px;
}

.info-item img {
  margin-right: 14px;
}

.location-card .location-title {
  font-weight: 600;
  margin: 0;
  font-size: 0.95rem;
  color: #000;
}

.location-card .location-content {
  margin: 0 0 0 33px;
  font-size: 0.9rem;
  color: #555;
}
.location-card .info-item:last-child {
  margin-bottom: 0px;
}

/* About content section */

.about-section {
  padding: 100px 0px;
}
.about-section .title {
  position: relative;
}

.about-section .title:before {
  content: "";
  position: absolute;
  right: 90px;
  background-image: url('https://demo.indapoint.in/lg/wp-content/uploads/2025/04/mynaui_sparkles-solid.png');
  background-size: contain;
  background-position: center;
  height: 62px;
  width: 62px;
  background-repeat: no-repeat;
  top: -25px;
}

.icon-circle {
  background: #095da4;
  padding: 10px 10px 7px;
  border-radius: 50%;
  text-align: center;
}

.icon-circle i {
  width: 24px;
  height: 24px;
  color: #fff;
}
.image-stack {
  position: relative;
  width: fit-content;
}
.icon-points h6 {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}
.icon-points p {
  color: #676767;
}
.bg-design {
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 0;
  width: 183px;
}
.about-section .right-content .about-content p {
  padding: 30px 0px;
  font-size: 16px;
  font-weight: 400;
}
.main-img {
  border-radius: 16px;
  width: 355px;
  height: 468px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

.top-img {
  position: absolute;
  top: -50px;
  left: -50px;
  border-radius: 12px;
  width: 214px;
  height: 253px;
  object-fit: cover;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transform: scaleX(-1);
}
.icon-box {
  margin-bottom: 30px;
}

/* Brand logo section */

.brand-logos {
  padding: 20px 0px 67px;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 65%,
    #e1e7f3 65%,
    #e1e7f3 100%
  );
}
.logo-box {
  background-color: #0c3c60;
  border-radius: 12px;
  padding: 80px 50px;
  margin-top: 20px;
  display: flex;
  gap: 70px;
  justify-content: center;
}
.brand-logos .logo-img {
  max-height: 80px;
  object-fit: contain;
}
/* About content 2 section */

.about-cards-section {
  padding: 120px 0px;
}
.about-cards-section .card-img-top {
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.about-cards-section .card {
  border-radius: 16px;
  transition: transform 0.2s ease;
}

.about-cards-section .card:hover {
  transform: translateY(-5px);
}

.arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #b5d5ec; /* soft blue */
  color: #ffff; /* Bootstrap primary */
  border-radius: 50%;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.about-cards-section .card:hover .arrow-icon {
  background-color: #044674;
  color: #fff;
}
.about-cards-section .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #252525;
}
.about-cards-section .card-text {
  color: #676767;
  font-size: 16px;
  font-weight: 500;
}

.image-overlay {
  background-color: #206ea433;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.about-cards-section .image-wrapper {
  border-radius: 20px;
}
.about-cards-section .card:hover .image-overlay {
  opacity: 1;
}
/* FAQ section */

.faq-container {
  padding: 70px 15px 90px;
}

.faq-title {
  font-weight: 700;
  font-size: 2rem;
}

.faq-title span {
  color: red;
}

.nav-pills .nav-link {
  border-radius: 8px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  padding: 24px 16px;
  background-color: #fff;
  transition: all 0.2s ease;
  border-radius: 0px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.nav-pills .nav-link.active {
  background-color: #fffafa;
  color: #000;
  font-weight: 500;
}

.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 16px;
}
.nav-pills .nav-link .dot {
  background-color: #a5c5f6;
}
.nav-pills .nav-link.active .dot {
  background-color: #cc0000;
}

.faq-arrow {
  color: #a5c5f6;
}

.nav-link.active .faq-arrow {
  color: #cc0000;
}

.tab-content {
  min-height: 260px;
}

.faq-question {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #18191f;
}
.faq-question p {
  font-size: 16px;
  color: #252525;
  font-weight: 400;
}
.faq-section .left-column {
  z-index: 99;
  padding: 26px 0px;
}

.faq-section .right-column {
  background: #fafbff;
  box-shadow: 0px 0px 6px 1px #00000014;
  border-radius: 16px;
  padding: 80px;
  margin-left: -50px;
  width: 100%;
  max-width: 600px;
}
/* Footer Section */
.footer-area {
  background-color: #044674;
  padding: 54px 15px;
}
.footer-area ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-area .footer-line {
  margin: 60px 0px;
  color: #fff;
  opacity: 0.2;
}
 .addresses:first-child {
    margin-bottom: 20px;
  }
.footer-area h6 {
  font-size: 20px;
  font-weight: 700;
}
.footer-area p {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.footer-area .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent; 
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s ease;
  border: 1px solid #ffffff0d;
}

.footer-area .social-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.text-36 {
  font-size: 36px;
}
span.dark-blue {
  color: #044674;
}

/* For Pricing Page Start */
/* For Pricing Banner Start */
.desc {
  font-size: 18px;
}
.pricing-inner-section {
  padding: 100px 0 150px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.pricing-inner-section::before {
  content: "";
  background-color: rgb(255 255 255 / 84%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.inner-text {
  margin: 0 auto;
  width: 65%;
}
/* For Pricing Banner End */

/* For Feature Start */

.feature-wrap {
  box-shadow: 2px 4px 30px 0px #00000012;
  padding: 60px;
  border-radius: 50px;
  margin-top: -70px;
  z-index: 9;
}
.service-left {
  padding-right: 25px;
}
.feature-img img {
  border-radius: 20px;
}
.service-right {
  padding-left: 50px;
}
.feature-list li:not(:last-child) {
  margin-bottom: 30px;
}
.feature-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cc0000;
  border-radius: 50%;
}
.feature-title {
  font-size: 18px;
  font-weight: 700;
}
.feature-desc {
  color: #676767;
}
/* For Feature End */

/* Self-Serve Wash Pricing Start */
.self-serve-pricing {
  padding: 80px 0 60px 0;
}
.self-serve-pricing.dry {
  padding: 0px 0 60px 0;
}
.pricing-text {
  width: 84%;
}
.pricing-text h2.title {
  color: #cc0000;
}
.self-serve-pricing .pricing-table th,
.self-serve-pricing .pricing-table td {
  vertical-align: text-top;
  border-color: #d0dcee;
}
.self-serve-pricing .pricing-table thead th {
  background: #fafbff;
  padding: 30px;
}
.self-serve-pricing.wash .pricing-table thead th {
  width: 25%;
}
.self-serve-pricing .pricing-table thead th .top-head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.self-serve-pricing .pricing-table thead th small {
  font-size: 16px;
  font-weight: 400;
}
.self-serve-pricing .pricing-table tbody th {
  background: #fafbff;
  font-size: 20px;
  font-weight: 700;
  padding: 30px;
}
.self-serve-pricing .pricing-table td {
  font-size: 20px;
  padding: 30px;
}
.self-serve-pricing .text-primary {
  color: #044674 !important;
}
.self-serve-pricing .pricing-table td .check.black {
  font-size: 26px;
  font-weight: 600;
  margin-left: 30px;
}
.self-serve-pricing .pricing-table td .check.black {
  color: #252525;
}
.table-corners{
    border-radius: 20px;
    border: 1px solid #D0DCEE;
}
.self-serve-pricing .pricing-table tbody th,
.self-serve-pricing .pricing-table thead th:not(:last-child),
.self-serve-pricing .pricing-table td:not(:last-child){
    border-right: 1px solid #D0DCEE;
}
table.pricing-table{
	margin-bottom:0px;
}
table.pricing-table tr:last-child td,
table.pricing-table tr:last-child th.text-primary{
	border-bottom:none;
}
/* Self-Serve Wash Pricing End */

/* Join Our Program Start */
.join-our {
  padding: 40px 0 100px 0;
}
.join-our-content {
  padding: 120px 80px 120px 80px;
  background-image: url(../images/join-bac.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.join-our-content::before {
  content: "";
  background-color: rgb(5 27 43 / 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.join-text {
  width: 58%;
}
.loyalty-list {
  margin-top: 50px;
}
.loyalty-list li:not(:last-child) {
  margin-bottom: 30px;
}
.loyalty-check {
  font-size: 30px;
}
.loyalty-list-title {
  font-size: 18px;
  font-weight: 700;
}
.loyalty-list-desc {
  font-weight: 500;
}
/* Join Our Program End */
/* Pricing Page End */

/* Loyalty Program page CSS Start */

.blue-banner-sec {
  background-color: #044674;
  color: white;
}

.loyalty-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loyalty-section {
  padding: 2rem 1rem;
  max-width: 600px;
  width: 100%;
}

.loyalty-container {
  min-height: 100%; /* fallback */
  height: 100%;
}
.loyalty-section ul li {
  padding-bottom: 30px;
  list-style-type: none;
  position: relative;
}
.loyalty-section ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: -30px;
}
.loyalty-section h3 {
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 30px;
}
.loyalty-section p {
  font-size: 18px;
  font-weight: 500;
}

/* Exclusive Benefit */

.benefits-section {
  background-color: #fafbff;
  padding: 120px 0;
}

.benefits-section h2 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.benefit-icon img {
  max-width: 75px;
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.benefits-section h5 {
  color: #095da4;
  font-size: 28px;
  font-weight: 700;
  padding: 35px 0px 10px;
}
.benefits-section p {
  font-weight: 500;
  color: #676767;
}
.app-store-icons img {
  width: 50px;
  margin-right: 10px;
  padding-top: 20px;
}
.extra-content p {
  color: #044674;
  font-weight: bold;
  padding-top: 10px;
}
/* feature-detail-section */
.feature-detail-section {
  padding: 100px 0 100px 0;
}
.feature-detail-section h2.title {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.feature-container {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 110px;
}
.feature-container .feature-row:nth-child(even) {
  flex-direction: row-reverse;
}
.feature-container .feature-row:nth-child(even) .feature-right {
  padding-left: 12px;
  padding-right: 50px;
}

.feature-row img {
  border-radius: 26px;
  width: 580px;
  height: 450px;
  object-fit: cover;
}
.feature-right {
  padding-left: 60px;
}
.feature-row h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}
.feature-right .btn {
  margin-top: 20px;
}
/* Loyalty Program page CSS Start */

/* Location page CSS Start */

/* Location Section Start */
.map-section {
  padding: 60px 0 60px 0;
}
.location-info h2 {
  font-size: 36px;
}

.location-left {
  padding-right: 50px;
}
.location-list {
  margin-bottom: 32px;
}
.location-icon {
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  background-color: #044674;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.contact-item .label {
  font-size: 18px;
  font-weight: 700;
}
.contact-item .content {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
}
.contact-item span a {
  color: #676767;
}
.contact-item span .text-primary {
  color: #095da4 !important;
}
.location-map {
  min-height: 320px;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
/* / Location Section End / */
/* / Transport Section Start / */
.transport {
  padding: 70px 0 70px 0;
  background-color: #fafbff;
}
.transport-item {
  padding: 20px 20px 20px 20px;
}
.transport-item img {
  width: 76px;
}
.transport-item h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 25px 0 20px 0;
}
.transport-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.transport-item p {
  font-weight: 500;
  color: #676767;
  margin-bottom: 0;
  line-height: 22px;
}
.transport-item a {
  font-size: 18px;
  font-weight: 700;
  color: #095da4;
  display: inline-block;
  margin-top: 20px;
}
/* Transport Section End */

/* Location page CSS End */

/* About page CSS  Start */

/* two content col */
.two-content-sec {
  padding: 120px 0px;
  background-color: #fafbff;
}

.left-heading h3 {
  position: relative;
  font-size: 38px;
  font-weight: 800;
  width: 100%;
  max-width: 450px;
}
.left-heading h3:before {
  content: "";
  position: absolute;
  left: -50px;
  background-image: url('https://demo.indapoint.in/lg/wp-content/uploads/2025/04/mynaui_sparkles-solid.png');
  background-size: contain;
  background-position: center;
  height: 62px;
  width: 62px;
  background-repeat: no-repeat;
  top: -50px;
}

/* our team section */

.our-teams {
  padding: 100px 0px;
}
.content-col h3 {
  color: #095da4;
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 20px;
}
.image-col img {
  border-radius: 27px;
}
.content-col {
  padding-left: 36px;
}
.content-col.left {
  padding-right: 36px;
  padding-left: 0px;
}
.first-col {
  padding-bottom: 70px;
}
/* About page CSS  end */

/* For FAQ Page Start */
.small-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 80px 0;
}
.small-banner::before {
  content: "";
  background-color: #051b2b80;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.small-banner-text h1 {
  font-size: 46px;
  font-weight: 800;
	margin-bottom:20px;
}
.small-banner p{
	font-size:18px;
	font-weight:500;
}
.faq-sec {
  padding: 60px 0 60px 0;
  background-color: #fafbff;
}
.accordion-item a {
  text-decoration: none;
  color: #095da4;
}
.accordion-item strong {
  color: #095da4;
}
.accordion-item a:hover {
  color: #333;
}
.faq-page-container .accordion-item + .accordion-item {
  margin-top: 30px;
}
.faq-page-container .accordion-item {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  border-left: 4px solid #cc0000;
}
.faq-page-container .accordion-button {
  font-size: 20px;
  font-weight: 700;
  padding: 25px 30px;
}
.faq-page-container .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #fff;
}
.faq-page-container .accordion-button:focus {
  border-color: #fff;
  box-shadow: none;
}
.faq-page-container .accordion-button::after {
  content: "\f107";
  font-size: 18px;
  font-family: "Font Awesome 6 Pro";
  height: auto;
  width: auto;
  color: #181818;
  background-image: none;
  transform-origin: center;
}
.faq-page-container .accordion-body {
  font-weight: 500;
  color: #676767;
  padding: 0px 30px 25px 30px;
}
.faq-page-container .accordion-body span {
  color: #095da4;
}
.accordion-body ul {
  list-style-type: none;
  padding-left: 0px;
}
.accordion-body ul li {
  padding-left: 25px;
  position: relative;
}
.faq-page-container .accordion-body ul li:not(:last-child) {
  margin-bottom: 10px;
}
.faq-page-container .accordion-body ul li::before {
  content: "\2713";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #095da4;
  font-size: 18px;
}
.faq-page-container .accordion-body ul li strong {
  font-weight: 700;
  color: #095da4;
}
/* For FAQ Page End */

/* Live Status page CSS Start */

.livestatus-sec .card {
  border-radius: 20px;
  border: 1px solid #d0dcee;
}
.livestatus-sec .table-area {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #d0dcee;
  padding: 0px;
}
.livestatus-sec .table {
  margin-bottom: 0;
  background: transparent;
}
.livestatus-sec .table th,
.livestatus-sec .table td {
  border: none;
  font-size: 18px;
  padding: 40px 24px;
}
.livestatus-sec .table thead th {
  background: #fafbff;
  font-weight: 700;
  font-size: 20px;
  color: #252525;
  border-bottom: 1.5px solid #f0f0f0;
  vertical-align: middle;
}
.livestatus-sec .table tbody tr {
  border-bottom: 1.5px solid #f0f0f0;
}
.livestatus-sec .table tbody tr:last-child {
  border-bottom: none;
}
.livestatus-sec .status-badge {
  font-size: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
}
.livestatus-sec .badge-inuse {
  background: #ff9f1c;
  color: #fff;
}
.livestatus-sec .badge-available {
  background: #26c00b;
  color: #fff;
}
.livestatus-sec .badge-offline {
  background: #bcbcbc;
  color: #fff;
}
.livestatus-sec .badge-complete {
  background: #1494ec;
  color: #fff;
}
.livestatus-sec .machine-link {
  color: #044674;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
}
.livestatus-sec .machine-link:hover {
  text-decoration: underline;
}
.livestatus-sec .alert-link {
  color: #9e4eb2;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.livestatus-sec .alert-link:hover {
  text-decoration: underline;
}
.livestatus-sec .status-meta {
  font-size: 13px;
  color: #888;
  font-weight: 400;
}

.livestatus-sec {
  padding: 110px 0px 80px;
}
.alert-form-section h5 {
  font-size: 24px;
  font-weight: 700;
  background: #fafbff;
  padding: 40px 24px;
  border-radius: 20px 20px 0px 0px;
}
.alert-form-section form {
  padding: 30px;
}
.alert-form-section {
  padding: 0px;
}

.alert-form-section .form-select {
      min-width: 180px;
		width:100%;
		height:62px;
    }
  .alert-form-section .form-control{
      min-width: 480px;
		width:100%;
		height:62px;
    }
    .alert-form-section .input-group-text {
      background: #fff;
      border-right: 0;
    }
 .alert-form-section .input-group .form-control, 
.alert-form-section .input-group .form-select {
      border-left: 0;
    }
.alert-form-section .form-inline-custom {
      gap: 0.5rem;
      align-items: center;
      flex-wrap: wrap;
    }
.service-form-sec {
  padding-bottom: 100px;
}
.service-form-sec p {
  font-size: 24px;
}
.service-form-sec {
  background-color: #023253;
  padding: 60px 50px;
  border-radius: 20px;
  margin-bottom:100px;
}
.service-form-sec .form-wrapper {
    padding-top: 40px;
}
.livestatus-sec .table-area tr th i {
  font-size: 15px;
  margin-left: 5px;
}
.service-form label {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 12px;
}
.btn.service-form-btn{
    background-color: #CC0000;
    color: #fff;
    width: 240px;
    height: 50px;
    border-radius: 6px;
	margin-top:20px;
}
.btn.service-form-btn:hover{
	background-color:#EB0017;
}
.service-form input.form-control {
	height:62px;
}
.service-form textarea{
	height:180px;
}

/* Alert popup form CSS */

.alert-title {
    background: #FA8F00;
}
.alert-title i {
    color: #FA8F00;
    background: #fff;
    margin-right: 12px;
    padding: 10px 12px;
    border-radius: 50%;
}
.alert-detail select, .alert-detail input {
    border: 1px solid #E1E9F9;
    height: 62px;
}
.alert-detail button{
    background: #044674;
    border: none;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
}
.alert-detail button:hover{
	color:#BCBCBC;
}
.alert-detail label {
	color:#044674;
	font-size:18px;
	font-weight:500;
}
.alert-title h5{
	font-size:28px;
	font-weight:800;
}
/* Contact page CSS Start */

.contactform-sec {
    padding: 50px 0px;
    background-color: #FAFBFF;
}
.location-section.contactus {
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #FAFBFF 50%, #FAFBFF 100%);
}


  .contactform-sec .contact-container {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .contactform-sec .contact-card {
      border: none;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 16px rgba(0,0,0,0.05);
      background: #fff;
    }
    .contactform-sec .contact-left {
      background: #0c426f;
      color: #fff;
      padding: 40px 30px 40px 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-width: 402px;
    }
    .contactform-sec .contact-left .contact-info {
      margin-bottom: 40px;
		z-index:99;
    }
    .contactform-sec .contact-left h3 {
      font-weight: 600;
      margin-bottom: 50px;
    }
    .contactform-sec .contact-left .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 40px;
    }
    .contactform-sec .contact-left .info-item i {
      margin-right: 12px;
      font-size: 18px;
    }
    .contactform-sec .contact-left .social {
      margin-top: 40px;
    }
    .contactform-sec .contact-left .social a {
      color: #fff;
      font-size: 15px;
      margin-right: 12px;
      transition: color 0.2s;
		text-decoration:none;
    }
    .contactform-sec .contact-left .social a:last-child {
      margin-right: 0;
    }
    .contactform-sec .contact-left .bg-shape {
      position: absolute;
      bottom: 20px;
      left: 10px;
      width: 160px;
      opacity: 0.2;
      z-index: 0;
    }
    .contactform-sec .contact-left {
      position: relative;
    }
    .contactform-sec .contact-form-section {
      padding: 40px;
      background: #fff;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
			z-index:1;
    }
    .contactform-sec .form-label {
      font-weight: 500;
			color:#044674;
    }
    .contactform-sec .form-control, .contactform-sec .form-select {
      border-radius: 8px;
      border: 1px solid #E1E9F9;
      font-size: 15px;
      padding: 13px 14px;
    }
    .contactform-sec .form-control:focus, 
.contactform-sec .form-select:focus {
      border-color: #E1E9F9;
	box-shadow:none;
    }
    .contactform-sec .form-check-input:checked {
      background-color: #E1E9F9;
      border-color: #E1E9F9;
    }
.contactform-sec .social i{
	background-color: #F6AF03;
    padding: 10px;
    border-radius: 30px;
}
.contactform-sec .contact-left:after {
    position: absolute;
    content: "";
    background-image: url('https://demo.indapoint.in/lg/wp-content/uploads/2025/04/contactdetail-img.png');
    width: 290px;
    right: -100px;
    height: 100%;
    bottom: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
/* Sustainability page CSS start */
.missions .feature-row img {
    border-radius: 26px;
    width: 520px;
    height: 380px;
}
.feature-detail-section.missions h2.title {
    max-width: 100%;
}

/* Blog page CSS start */

.blogs {
    padding: 60px 0px 100px;
    background: #FAFBFF;
}
.blog{
	background:#fff;
	border-radius:8px;
}
.blog-content{
	padding:30px;
}

.blog-image {
      height: 280px;
	 width:100%;
      object-fit: cover;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
    }
    .category-badge {
      background-color: #FFCA284D;
      color: #252525;
      font-size: 0.85rem;
      font-weight: 500;
      border-radius: 0.25rem;
      padding: 8px 10px;
      display: inline-block;
      margin-bottom: 0.75rem;
    }
    .blog-title {
      font-size: 20px;
      font-weight: 700;
    }
    .blog-text {
      font-size: 16px;
		font-weight:500;
      color: #676767;
    }
    .read-more-link {
      color: #095DA4;
      font-weight: 800;
      text-decoration: none;
      font-size: 18px;
    }
    .read-more-link:hover {
      text-decoration: underline;
    } 

/* Blog details page */

.single-blog img{
	width:100%;
}
.single-blog h1{
	font-size:36px;
	font-weight:800;
	padding-bottom:40px;
}
.single-blog{
	padding:40px 0px 80px;
}
.feature-image img{
	border-radius:24px;
}
.category-text a {
    color: #044674;
    text-decoration: none;
}
.single-blog h2{
	font-size:24px;
	font-weight:800;
}
.single-blog img{
	margin-bottom:40px;
	height:auto;
}
.recent-posts {
    background: #FAFBFF;
    padding: 60px 0px 80px;
}
.recent-posts h2{
	font-size:36px;
	font-weight:800;
}