/*custom css by piyush*/
/* author - piyush*/
/* 23june */



button.btn-main {
    /* color: black; */
    /* height: 36px; */
    background: black;
    padding: 10px;
    border-radius: 22px; 
    
}

.span{
    color:#FF0000;  
}

.banner.contact-banner {
      position: relative;
      width: 100%; 

      background-image: url('img/mainbanner.png'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Optional overlay */
    .banner.contact-banner::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; 
      height: 100%; 
      background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
      z-index: 1;
    }
      

    /* Optional text or content inside the banner */
    .banner-content {
      position: relative;
      z-index: 2;
      color: #fff;
      text-align: center;
      padding: 20px;
    }

    .banner-content h1 {
      font-size: 2.5rem;
    }

    @media (max-width: 768px) {
      .banner-content h1 {
        font-size: 1.8rem;
      }
    }



    .application-section {
      padding: 60px 20px;
      text-align: center;
    }

    .application-section h2 {
      font-weight: 800;
      font-size: 1.5rem;  
    }

    .card {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 30px 20px;
      transition: 0.3s ease-in-out;
      height: 100%; 
      background-color:#ECF5FC;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    .card img {
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .card-title {
      font-weight: 700;
      font-size: 1.25rem;
    }

    .card-text {
      color: #333;
      font-size: 0.95rem;
    }

    @media (max-width: 576px) {
      .application-section h2 {
        font-size: 1rem;
      }

      .card-title {
        font-size: 1.1rem;
      }

      .card-text {
        font-size: 0.9rem;
      }
    }

/* Section Background */
.battery-section {
  background-color: #fff;
}

/* Image Style */
.battery-img {
  max-width: 100%;
  height: auto;
}

/* Description Text */
.product-description p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Features Heading */
.feature-heading {
  color: #d60000;
  font-weight: 700;
  font-size: 20px;
}

/* Features List */
.feature-list {
  list-style-type: disc;
}

.feature-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #444;
}
.battery-tables {
  background-color: #f9f9f9;
}

/* Table Title */
.table-title {
  font-weight: bold;
  font-size: 20px;
}

/* Table Header Styling */
.table thead th {
  vertical-align: middle;
  background-color: #ffe6e6; /* Light peach/pink background */
  color: #333;
  font-weight: 600;
}

/* General Table Styling */
.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  padding: 12px;
  font-size: 15px;
}

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

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    text-align: justify;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #d7a449;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;  
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #173880;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid ##FF0000;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}


  .custom-why-section {
    padding: 80px 20px; 
    background: linear-gradient(135deg, #001F3F, #003366);
    color: #fff;
  }
  .custom-why-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .custom-feature-card {
    background: #ffffff15;
    backdrop-filter: blur(6px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  }
  .custom-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  }
  .custom-feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #00d1ff;
  }
  .custom-feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .custom-feature-text {
    font-size: 1rem;
    color: #e0e0e0;
  }
  
  
              <!-- Include Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">


    .presence {
        background-color: #f9f9f9;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .presence h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .nav-tabs .nav-link {
        color: #333;
        font-weight: 500;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }

    .nav-tabs .nav-link.active {
        background-color: #002B57;
        color: #fff;
    }

    .tab-pane {
        display: none;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .tab-pane.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .tab-content h4 {
        font-size: 20px;
        margin-top: 20px;
    }

    .tab-content ul {
        columns: 2;
        padding-left: 0;
        list-style: none;
    }

    .tab-content ul li {
        margin-bottom: 8px;
        padding-left: 15px;
        position: relative;
    }

    .tab-content ul li::before {
        content: '•';
        position: absolute;
        left: 0;
        color: #007bff;
    }
    
    /* vision and mission*/
    
 @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200&display=swap");


.road-map-main {
  margin: 50px 0 51px;
}
.road-map-main .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 175px;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper {
    margin-bottom: 25px;
    height: auto;
    display: block;
  }
}
.road-map-main .road-map-wrapper::before {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper .road-map-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #FF0000;
  border-right-color:#FF0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .road-map-main .road-map-wrapper .road-map-circle {
    position: unset;
    border: 25px solid #183C82;
  }
}
.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #202351;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: 0px 0px 10px 5px #00000021;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.road-map-main .road-map-wrapper .road-map-card {
  width: 35%;
  background: #2153A2;
  padding: 20px 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  border-radius: 5px;
}
.road-map-main .road-map-wrapper .road-map-card::before {
  content: "";
  width: 25%;
  height: 20px;
  background: #FF0000;  
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23%;
  z-index: -1;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper .road-map-card {
    width: 100%;
    margin-top: 30px;
    position: unset;
  }
  .road-map-main .road-map-wrapper .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper .road-map-card {
    top: 45%;
  }
}
.road-map-main .road-map-wrapper .road-map-card .card-head {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
  color: #fff;
}
.road-map-main .road-map-wrapper .road-map-card .card-text {
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .road-map-main .road-map-wrapper .road-map-card .card-text {
    -webkit-line-clamp: 4;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #FF0000;
  border-left-color: #FF0000;
  border-top-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
    border-color: #183C82;
  }
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
  left: 0;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: -23%;
  left: unset;
}
@media (max-width: 991px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    content: "";
    width: 20px;
    height: 30%;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 425px) {
  .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
    top: 45%;
  }
}
  
/* contact us page css*/
 
/* contact form*/
    /* General Section Styling */
.section-contact {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
}

.heading p {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.heading .line {
  width: 60px;
  height: 3px;
  background-color: #009688;
  margin: 0 auto;
}

.contact-form label {
  font-weight: 600;
  display: block;
  margin: 20px 0 10px;
  font-size: 16px;
  color: #333;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .nice-select {
  border-radius: 6px;
  height: auto;  
  padding: 10px 15px;
}

/* Contact Info Box */
.contact-information {
  background-color: #009688;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.contact-info i {
  margin-right: 12px;
}

.contact-info h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-info p,
.contact-info a {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/* Map Section */
.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-info {
    flex-direction: row;
    align-items: center;
  }

  .contact-info i svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .section-contact {
    padding: 40px 20px;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    font-size: 14px;
  }

  .heading p {
    font-size: 18px;
  }
}
   


