/* Base Styles */
:root {
  --primary-color: #0e4685;
    --secondary-color: #bea2ec;
    --accent-color: #ff9900;
    --text-color: #333;
    --light-text: #fff;
  --dark-bg: #1a1a1a;
    --light-bg: #f9f9f9;
    --gray-bg: #f1f1f1;
    --border-color: #ddd;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
.description_box .caption {
    font-weight: 400 !important;
    line-height: normal !important;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition);
}

a:hover {
    color: var(--secondary-color);
}

ul {
    list-style: none;
}

.social-icons a {
    padding: 0 5px;
}
section.mission-vision {
    width: 100%;
    float: left;
}

.animated-video h2.section-title {
    margin-bottom: 16px !important;
}
.contact-info-section .contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#product-carousel-container {
  position: relative;
  width: 50%;
  margin: auto;
}

#product-carousel {
  height: 45vw;
  margin: 50px 0 0;
  list-style: none;
  position: relative;
}

#product-carousel li {
  position: absolute;
  left: 50%;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

#product-carousel li.item-1 {
  z-index: 2;
  transform: translateX(-50%) scale(1) translate3d(0, 0, 0);
}

#product-carousel li.item-2 {
  z-index: 1;
  transform: translateX(-50%) scale(0.7) translate3d(240%, -10%, 0);
}

#product-carousel li.item-3 {
  z-index: 0;
  transform: translateX(-50%) scale(0.5) translate3d(180%, -31%, 0);
}

#product-carousel li.item-4 {
  z-index: 0;
  transform: translateX(-50%) scale(0.5) translate3d(-180%, -31%, 0);
}

#product-carousel li.item-5 {
  z-index: 1;
  transform: translateX(-50%) scale(0.7) translate3d(-240%, -10%, 0);
}

#product-carousel li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://www.7up.com/images/bottle-shadow.png) no-repeat 50% 85%;
  background-size: 100% auto;
  transform: translateX(-50%);
  transition: 0.25s;
}

#product-carousel li:hover img {
  transform: translateY(-15px);
}

#product-carousel li:hover:after {
  width: 90%;
}

#product-carousel li:not(:hover) img {
  transition: transform 0.075s ease-out;
}

#product-carousel li:not(:hover):after {
  transition: 0.075s;
}

#product-carousel li img {
  width: 100%;
  height: auto;
  margin-top: 50%;
  transition: transform 0.25s ease-in;
}

#product-carousel-nav .carousel-nav {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  border-top: 2px solid #009e5f;
  border-right: 2px solid #009e5f;
  border-bottom: none;
  border-left: none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}

#product-carousel-nav .carousel-nav.prev {
  left: -35%;
  transform: rotate(-135deg);
}

#product-carousel-nav .carousel-nav.next {
  right: -35%;
  transform: rotate(45deg);
}

#carousel-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

#carousel-dots ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#carousel-dots ul li {
  display: inline-block;
  margin: 0 15px;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 100%;
  cursor: pointer;
}

#carousel-dots ul li.active {
  background-color: #009e5f;
}





img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gif-bg {
    background-image: url(/images/bg-img.gif);
    background-size: cover;
    height: 650px;
    width: 100%;
    float: left;
}

section.logo-section img {
    animation: 1s ease-in-out 0s infinite alternate none running pulse;
}
.feature-grid .feature-icon {
    animation: pulse 1s infinite ease-in-out alternate;
}

section.logo-section svg {
    font-size: 40px;
}

.animated-img img {
    width: 50%;
    border-radius: 30px;
    margin: 0 auto;
}

.bounceBtn {
		animation: pulse 1s infinite;
		display: flex;
		justify-content: center;
		align-items: center;
				-moz-animation: bounce 2s infinite;
		-webkit-animation: bounce 2s infinite;
		animation: bounce 2s infinite;
	}

	@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		40% {
			-moz-transform: translateY(-10px);
			-ms-transform: translateY(-10px);
			-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
		}
		60% {
			-moz-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px);
		}
	}

	a {
		font-weight: bold;
		text-decoration: none;
		color: inherit;
	}

.bounce1 {
  width: 50px;
  height: 50px;
  background: #bfff00;
  margin-left: 200px; 
  border-radius: 50%;
  position: relative;
  animation: bounce1 2s infinite;
}

@keyframes bounce1 {
  0%,
  100% {
    top: 0;
    animation-timing-function: ease-in;
  }

  50% {
    top: 10px;
    animation-timing-function: ease-out;
  }
}

.animated-img img {
    transition: transform 0.3s ease;
}

.feature-grid .feature-card.animate {
    transition: transform 0.3s ease;
    background: #fff;
    text-shadow: none;
}
.animated-img.battery-img img {
    width: 90%;
}
.blog-section {
    width: 80%;
    margin: 0 auto;
}
.blog-heading {
    font-size: 31px;
    font-weight: 600;
    padding: 6px 0;
}
.feature-grid .feature-card.animate:hover {
    transform: scale(1.1);
    box-shadow: 0 0px 9px 1px #0ebcff;
}
.header-icon .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1d008d;
    border-radius: 50%;
    color: #fff;
    transition: var(--transition);
}

.header-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgb(46 49 146);
    border-radius: 50%;
    color: #fff;
    transition: var(--transition);
}
header .container-fluid {
  display: flex;
    justify-content: space-around;
    align-items: center;
    /* position: sticky; */
    /* z-index: 999; */
}

.info-columns {
    padding: 60px 0;
    background: #ffffff;
    width: 100%;
    float: left;
}

.container-fluid {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 1em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 23%;
    max-width: 25%;
    width: 33%;
    background: #000000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

section.slider {
    width: 100%;
    float: left;
    background: #fff;
}

.info-column {
    flex: 1;
    min-width: 250px;
    padding: 15px;
}

.column-inner {
    background: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.column-inner:hover {
    transform: translateY(-10px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.info-column i {
    font-size: 2.5em;
    color: #0066cc;
    margin-bottom: 20px;
}

.info-column h3 {
  font-size: 1.3em;
  color: #333;
  margin-top: 22px;
    margin-bottom: 0px;
}

.info-column p {
    color: #666;
    margin-bottom: 15px;
}

.hover-content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffffeb;
    padding: 20px;
    top: 134px;
}

.column-inner:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}

.hover-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.hover-content ul li {
    color: #666;
    padding: 5px 0;
}

.learn-more {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.learn-more:hover {
    color: #004999;
}

.scroll-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
}

.scroll-progress-bar {
    height: 100%;
    background: linear-gradient(to right, #0066cc, #00a6ff);
    width: 0%;
    transition: width 0.1s ease-out;
    box-shadow: 0 2px 4px rgba(0, 102, 204, 0.3);
}
section.animated-video {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 54px 0 90px 0;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .info-column {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .info-column {
        flex: 0 0 100%;
    }
	.animated-img img {
		width: 100%;
		border-radius: 30px;
		margin: 10px auto 40px;
	}
	section.animated-video {
		padding: 54px 0 50px 0px;
	}
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    color: var(--text-color);
    font-weight: 700;
}

.section-title:after {
  content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.video-container {
    width: 100%;
    overflow: hidden;
  }
  video {
    width: 100%;
    height: auto;
    display: block;
}
.video-container {
    width: 100%;
    overflow: hidden;
  }
  video {
    width: 100%;
    height: auto;
    display: block;
  }
/* Battery Indicator Styles */
.battery-indicator {
  display: none;

    position: fixed;
    left: 25px;
    top: 63%;
    transform: translateY(-50%);
    width: 60px;
    height: 250px;
    background-color: rgba(40, 40, 40, 0.95);
    border: 3px solid #333;
    border-radius: 12px;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 3px;
}

.battery-level {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.3)
  );
    transition: height 0.3s ease, background-color 0.5s ease;
    border-radius: 8px;
}

.battery-segments {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3px;
    pointer-events: none;
}

.battery-segment {
    width: 100%;
    height: 8%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 3px;
    border-radius: 3px;
}

.battery-percentage {
    position: absolute;
    top: 0%;
    left: 16%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    z-index: 1001;
}

.battery-top {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 12px;
    background-color: #333;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.battery-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 50%
  );
    pointer-events: none;
    border-radius: 8px;
}

.battery-charging {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    z-index: 1002;
    display: none;
}

.battery-charging.active {
    display: block;
    animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@media screen and (max-width: 992px) {
    .battery-indicator {
        width: 50px;
        height: 220px;
    }
    
    .battery-percentage {
        font-size: 16px;
    }
    
    .battery-top {
        width: 20px;
        height: 10px;
        top: -10px;
    }
}

@media screen and (max-width: 768px) {
    .battery-indicator {
        left: 15px;
        width: 40px;
        height: 180px;
    }
    
    .battery-top {
        width: 16px;
        height: 8px;
        top: -8px;
    }
    
    .battery-percentage {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .battery-indicator {
        left: 10px;
        width: 35px;
        height: 150px;
    }
    
    .battery-percentage {
        font-size: 12px;
    }
    
    .battery-top {
        width: 14px;
        height: 7px;
        top: -7px;
    }
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--light-text);
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    color: var(--light-text);
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 102, 204, 0.4);
}

.btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--light-text);
    transform: translateY(-3px);
}

.btn-outline {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-outline:hover {
    background-color: var(--primary-color);
    color: var(--light-text);
    transform: translateY(-3px);
}

/* Header Styles */
header {
    background-color: #e7f5ff;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 15px 0;
    border-top: solid 3px #1d008d;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-color);
}

.logo-text {
    color: #fff;
}

.logo-highlight {
  color: #fff;
    margin-left: 5px;
}

.nav-links {
    display: flex;
    gap: 30px;
}
.footer-grid i {
    color: #fff !important;
}
ul.nav-links li {
    padding: 0 10px;
}
.nav-links a {
    color: #8785ca;
    font-weight: 400;
    position: relative;
    padding: 0px 0;
}

.nav-links a:hover,
.nav-links a.active {
    color: #1d008d;
}

.nav-links a.active:after,
.nav-links a:hover:after {
  content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
}

.mobile-menu {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary-color);
}

/* Hero Section */
.video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -2;
  }

  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero {
        background-size: cover;
    background-position: center;
    color: var(--light-text);
 
    text-align: center;
    position: relative;
}
section.animated-video.battry-instruction {
    padding: 60px 0;
}
.hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    animation: fadeInDown 1s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    line-height: normal;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    animation: fadeInUp 1s ease 0.3s;
    animation-fill-mode: both;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.fer-text.about-text p {
    margin-bottom: 5px;
}
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    animation: fadeIn 1s ease 0.6s;
    animation-fill-mode: both;
}

/* Features Section */
.features {
  background-image: url(/images/bg012.jpg);
    background-size: cover;
    width: 100%;
    float: left;
    padding: 80px 0 120px 0;
    background-color: var(--light-bg);
    position: relative;
    overflow: hidden;
    margin-top: 54px;
}
/*
.features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(46, 49, 146, 0.2), rgba(46, 49, 146, 0.3));
    z-index: 1;
}

.features::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(0 3 96) 0%, rgb(1 1 32) 70%);
    animation: rotate 20s linear infinite;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
*/
.features .container {
    position: relative;
    z-index: 2;
}

.features .section-title {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
}

.features .why-text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 37px;
    color: #ffffff;
    position: relative;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
}

.feature-card {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 2;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(46, 49, 146, 0.2);
    border-bottom: 3px solid #1d008d;
}

.feature-icon {
    font-size: 2.5rem;
    color: #1d008d;
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgba(46, 49, 146, 0.1);
    margin: 0 auto 20px;
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(46, 49, 146, 0.5);
    }
    100% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(46, 49, 146, 0);
    }
}

.feature-card h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: var(--text-color);
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

.mission-heading {
    font-weight: bold;
    font-size: 2em;
}

.mission-section {
    padding: 20px 0;
}

/* Product Showcase */
.product-showcase {
  padding: 80px 0;
  background-color: #fff;
  width: 100%;
  float: left;
}

.product-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card h3 {
    padding: 20px 20px 10px;
    font-size: 1.3rem;
    color: var(--text-color);
}

.product-card p {
    padding: 0 20px 20px;
    color: #666;
}

.product-card .btn {
    margin: 0 20px 20px;
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background-color: var(--light-bg);
    width: 100%;
    float: left;
   }

.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    position: relative;
}
section.logo-section p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/team-bg.jpg);
    padding: 160px 0;
    background-position: center center;
    background-size: cover;
}

.about-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/aerospace-banner.jpg);
    padding: 160px 0;
    background-position: center center;background-size:cover;
}


.contact-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/contact-banner.jpg);
  padding: 160px 0;
  background-position: top center;background-size:cover;
}

.aerospace-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/aerospace-banner.jpg);
    padding: 160px 0;
    background-position: center center;background-size:cover;
}
.robotics-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/robotics-banner.jpg);
    padding: 160px 0;
    background-position: center center;background-size:cover;
}
.ess-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/ess-banner.jpg);
    padding: 160px 0;
    background-position: center center; background-size:cover;
}
.ev-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/ev-banner.jpg);
    padding: 160px 0;
    background-position: center center;background-size:cover;
}

.ev-bg-two {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/two-banner.jpg);
    padding: 160px 0;
    background-position: bottom center;background-size:cover;
}
.ev-bg-three {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/three-banner.jpg);
    padding: 160px 0;
    background-position: bottom center;background-size:cover;
}
.ev-bg-four {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/four-banner.jpg);
    padding: 160px 0;
    background-position: bottom center;background-size:cover;
}
.ev-bg-bus {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/bus-banner.jpg);
    padding: 160px 0;
  background-position: center center;background-size:cover;
}

.telecom-banner {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/telecom-banner.jpg);
    padding: 160px 0;
  background-position: center center;background-size:cover;
}

.railways-banner {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/railways-banner.jpg);
    padding: 160px 0;
  background-position: center center;background-size:cover;
}

.marine-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/marine-bg.jpg);
    padding: 160px 0;
  background-position: center center;background-size:cover;
}

.marine-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/marine-bg.jpg);
    padding: 160px 0;
  background-position: center center;background-size:cover;
}

.defence-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/defence-bg.jpg);
    padding: 160px 0;
  background-position: bottom center;background-size:cover;
}

.medical-bg {
  color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/medical-bg.jpg);
    padding: 160px 0;
  background-position: bottom center;background-size:cover;
}

.solar-page {
  color: var(--light-text);background-size:cover;
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/solar-page.jpg);
    padding: 160px 0;
  background-position: bottom center;
}

section.hero-slider .slide-content img {
  width: 108px;
  margin: 0 auto;
}

section.logo-section {
    width: 100%;
    float: left;
    background: #423572;
    padding: 42px 0;
    margin-top: 0px;
}
section.logo-section {
    width: 100%;
    float: left;
}
section.animated-video .info-column {
    padding: 0;
}

section.logo-section li {
    display: inline-block;
    padding: 0 24px;
    width: 20%;
    float: left;
    text-align: center;
    font-weight: 600;
    line-height: 23px;
    color: #ffffff;
}

section.logo-section li p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: float 3s ease-in-out infinite;
}

.icon-circle i {
    font-size: 32px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    animation: float 3s ease-in-out infinite;
}

section.logo-section li:hover .icon-circle {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: none;
}

section.logo-section li:hover .icon-circle i {
    transform: scale(1.1);
    color: #ffffff;
    animation: none;
}
.top-bar {
    background: #1d008d;
    color: #fff;
    font-size: 16px;
}
.testimonial-card:before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 10px 0 0 10px;
}
section.features h2.section-title::after {
    display: none;
}

.testimonial-content {
    margin-bottom: 20px;
    position: relative;
}

.testimonial-content:before {
    content: '"';
    font-size: 5rem;
    color: rgba(0, 102, 204, 0.1);
    position: absolute;
    top: -20px;
    left: -15px;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.testimonial-author h4 {
    margin-bottom: 5px;
    color: var(--text-color);
}

.testimonial-author p {
    color: #666;
    font-size: 0.9rem;
}

/* CTA Section */
.cta {
    padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
    background-size: cover;
    background-position: center;
    color: var(--light-text);
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.cta p {
    margin-bottom: 30px;
    font-size: 1.1rem;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

section.animated-video .columns-wrapper {
  display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}

.animated-video h2 {
    text-align: left;
}
.animated-video .section-title:after {
  content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    bottom: -10px;
    left: 41px;
    transform: translateX(-50%);
}

/* Footer */
footer {
  background-color: #0c003a;
    color: #fff;
    padding: 70px 0 0;
    width: 100%;
    float: left;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-col p {
    margin-bottom: 20px;
    color: #bbb;
}

.footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
    color: var(--light-text);
}

.footer-col h4:after {
  content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #7d7e87;
    bottom: -10px;
    left: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #bbb;
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: var(--transition);
}

.social-links a:hover {
    background-color: var(--primary-color);
    transform: translateY(-5px);
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #bbb;
}

.contact-info li i {
  margin-right: 10px;
  margin-top: 10px;
    color: var(--primary-color);
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: #bbb;
}

/* Page Header */
.timeline-item p {
    color: #000;
}
.page-header {
  background: linear-gradient(rgb(46 49 146), rgb(25 27 88)),
    url(https://images.unsplash.com/photo-1593941707882-a56bbc8df48c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
    background-size: cover;
    background-position: center;
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    font-size: 1rem;
}

.breadcrumb a {
    color: var(--light-text);
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo img {
    height: 120px;
}
header {
    padding: 0;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
    .nav-links {
        gap: 20px;
    }
    
    .hero h1 {
        font-size: 2.8rem;
    }
    
    .feature-grid,
    .product-slider,
    .testimonial-slider,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-grid,
    .contact-grid,
    .service-item {
        flex-direction: column;
    }
    
    .about-image,
    .about-content,
    .contact-form,
    .contact-map {
        width: 100%;
    }
    
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .mobile-menu {
        display: block;
    }
    
    .nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        z-index: 99;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    .header-icon {
    display: none;
        gap: 15px;
    }

    .hero-buttons {
        flex-direction: column;
    gap: 15px;
    display: none;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .battery-indicator {
        left: 10px;
        width: 20px;
        height: 100vh;
        max-height: 150px;
    }
    
    .feature-grid,
    .product-slider,
    .testimonial-slider,
    .footer-grid,
    .team-grid,
    .case-study-grid,
    .partner-logos,
    .certification-grid {
        grid-template-columns: 1fr;
    }
    
    .service-item,
    .product-item,
    .about-grid,
    .mission-vision-grid,
    .contact-grid,
    .custom-solution-content {
        flex-direction: column;
    }
    
    .service-icon,
    .service-content,
    .product-image,
    .product-details,
    .about-image,
    .about-content,
    .contact-form,
    .contact-map,
    .custom-image,
    .custom-details {
        width: 100%;
    }
    
    .process-timeline {
        padding-left: 30px;
    }
    
    .timeline-item {
        padding-left: 30px;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 576px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-col {
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .page-header h1 {
        font-size: 2.2rem;
    }
    
    .testimonial-author {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .testimonial-author img {
        margin-bottom: 10px;
    }
}

/* Products Page Styles */
.product-categories {
    padding: 40px 0;
    background-color: var(--light-bg);
}

.category-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.category-tab {
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
    color: var(--text-color);
}

.category-tab:hover,
.category-tab.active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.product-section {
    padding: 60px 0;
    border-bottom: 1px solid var(--border-color);
}

.product-section:last-child {
    border-bottom: none;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: var(--text-color);
}

.section-header p {
    max-width: 800px;
    margin: 0 auto;
    color: #666;
}

.product-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-item {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 40%;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-item:hover .product-image img {
    transform: scale(1.05);
}

.product-details {
    width: 60%;
    padding: 30px;
}

.product-details h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--text-color);
}

.product-specs {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.product-features span {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.product-features span i {
    color: var(--primary-color);
    margin-right: 8px;
}

.custom-solution-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.custom-image {
    width: 40%;
}

.custom-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.custom-details {
    width: 60%;
}

.custom-details h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--text-color);
}

.custom-process {
    margin-top: 30px;
}

.process-step {
    display: flex;
    margin-bottom: 30px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-content h4 {
    margin-bottom: 10px;
    color: var(--text-color);
}

.product-certifications {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.certification-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.certification-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}

.certification-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.certification-item img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.certification-item h4 {
    margin-bottom: 10px;
    color: var(--text-color);
}

.certification-item p {
    color: #666;
    font-size: 0.9rem;
}

/* Media Queries for Products Page */
@media screen and (max-width: 992px) {
    .product-item {
        flex-direction: column;
    }
    
  .product-image,
  .product-details {
        width: 100%;
    }
    
    .product-image {
        height: 300px;
    }
    
    .custom-solution-content {
        flex-direction: column;
    }
    
  .custom-image,
  .custom-details {
        width: 100%;
    }
    
    .certification-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .category-tabs {
        flex-direction: column;
        align-items: center;
    }
    
    .category-tab {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .product-features {
        grid-template-columns: 1fr;
    }
    
    .certification-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .certification-grid {
        grid-template-columns: 1fr;
    }
}

/* About Page Styles */
.about-intro {
    padding: 80px 0;
}

.about-grid {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-content {
    flex: 1;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background-color: var(--light-bg);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.stat-item h3 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.mission-vision {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mission-box,
.vision-box,
.values-box {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    height: 100%;
}

.mission-box .icon,
.vision-box .icon,
.values-box .icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 102, 204, 0.1);
    margin: 0 auto 20px;
}

.mission-box h2,
.vision-box h2,
.values-box h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.values-box ul {
    text-align: left;
    margin-top: 15px;
}

.values-box ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.values-box ul li:before {
  content: "✓";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}

.team {
    padding: 80px 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.team-member {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.member-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.team-member:hover .member-image img {
    transform: scale(1.1);
}

.team-member h3 {
    margin: 20px 0 5px;
    font-size: 1.3rem;
}

.team-member .position {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
}

.team-member .bio {
    padding: 0 20px 15px;
    color: #666;
}

.team-member .social-links {
    margin: 0 0 20px;
    justify-content: center;
}

.milestones {
    padding: 80px 0 146px 0;
    background-color: var(--light-bg);
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  padding-left: 50px;
  top: 90px;
}

.timeline:before {
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item .year {
    position: absolute;
    left: -80px;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    z-index: 1;
}

.timeline-item .content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.timeline-item .content h3 {
    margin-bottom: 10px;
    color: var(--primary-color);
}

.partners {
    padding: 80px 0;
}

.partner-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    align-items: center;
    margin-top: 50px;
}

.partner-logo {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;

    transition: var(--transition);
}

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

.partner-logo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Media Queries for About Page */
@media screen and (max-width: 992px) {
    .about-grid {
        flex-direction: column;
    }
    
  .about-content,
  .about-image {
        width: 100%;
    }
    
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partner-logos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .about-stats {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline {
        padding-left: 30px;
    }
    
    .timeline-item {
        padding-left: 30px;
    }
    
    .timeline-item .year {
        left: -50px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .partner-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .partner-logos {
        grid-template-columns: 1fr;
    }
}

/* Services Page Styles */
.services-intro {
    padding: 60px 0;
    background-color: var(--light-bg);
    text-align: center;
}

.intro-content {
    max-width: 800px;
    margin: 0 auto;
}

.intro-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--text-color);
}

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

.service-item {
    display: flex;
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 102, 204, 0.05);
}

.service-icon i {
    font-size: 5rem;
    color: var(--primary-color);
}

.service-content {
    width: 70%;
    padding: 40px;
}

.service-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--text-color);
}

.service-features {
    margin-top: 20px;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.service-features ul li:before {
  content: "✓";
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
}

.service-process {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.process-timeline {
    max-width: 900px;
    margin: 50px auto 0;
    position: relative;
}

.process-timeline:before {
  content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.process-step {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.step-content {
    width: 45%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.process-step:nth-child(odd) .step-content {
    margin-right: auto;
}

.process-step:nth-child(even) .step-content {
    margin-left: auto;
}

.step-content h3 {
    margin-bottom: 10px;
    color: var(--text-color);
}

.case-studies {
    padding: 80px 0;
}

.case-study-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.case-study-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.case-study-image {
    height: 200px;
    overflow: hidden;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.case-study-card:hover .case-study-image img {
    transform: scale(1.1);
}

.case-study-content {
    padding: 25px;
}

.case-study-content h3 {
    margin-bottom: 10px;
    color: var(--text-color);
}

.case-study-content p {
    margin-bottom: 20px;
    color: #666;
}

.service-faqs {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.faq-accordion {
    max-width: 800px;
    margin: 50px auto 0;
}

.faq-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: var(--shadow);
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
}

.faq-question:hover {
    background-color: rgba(0, 102, 204, 0.05);
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2rem;
    color: var(--text-color);
}

.faq-toggle {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.faq-answer {
    padding: 0 20px 20px;
    display: none;
}

.faq-answer p {
    color: #666;
}

/* Media Queries for Services Page */
@media screen and (max-width: 992px) {
    .service-item {
        flex-direction: column;
    }
    
  .service-icon,
  .service-content {
        width: 100%;
    }
    
    .service-icon {
        padding: 30px;
    }
    
    .process-timeline:before {
        left: 30px;
    }
    
    .step-number {
        left: 30px;
        transform: none;
    }
    
    .step-content {
        width: 80%;
        margin-left: 60px !important;
    }
    
    .case-study-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .intro-content h2 {
        font-size: 2rem;
    }
    
    .service-content h3 {
        font-size: 1.5rem;
    }
    
    .case-study-grid {
        grid-template-columns: 1fr;
    }
    
    .step-content {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 576px) {
    .service-icon i {
        font-size: 3rem;
    }
    
    .service-content {
        padding: 25px;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
}

/* Contact Page Styles */
.contact-info-section {
    padding: 60px 0;
    background-color: var(--light-bg);
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.contact-info-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-card .icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 102, 204, 0.1);
    margin: 0 auto 20px;
}

.contact-info-card h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: var(--text-color);
}

.contact-info-card p {
    color: #666;
    margin-bottom: 8px;
}

.contact-form-section {
    padding: 80px 0;
}

.contact-grid {
    display: flex;
    gap: 50px;
}

.contact-form {
    flex: 1;
}

.contact-form h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--text-color);
}

.contact-form p {
    margin-bottom: 30px;
    color: #666;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-color);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-group.checkbox-group {
    display: flex;
    align-items: flex-start;
}

.form-group.checkbox-group input {
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
}

.form-group.checkbox-group label {
    margin-bottom: 0;
    font-weight: 400;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #ff5252;
}

.contact-map {
    flex: 1;
}

.contact-map h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--text-color);
}

.map-container {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-social h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: var(--text-color);
}

.contact-social .social-links {
    justify-content: flex-start;
}

.contact-social .social-link {
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    color: #fff;
}

.careers-section {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.careers-content {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.career-benefits {
    flex: 1;
}

.career-benefits h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: var(--text-color);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.benefit-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

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

.benefit-icon {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.benefit-item h4 {
    margin-bottom: 10px;
    color: var(--text-color);
}

.benefit-item p {
    color: #666;
}

.current-openings {
    flex: 1;
}

.current-openings h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: var(--text-color);
}

.job-listings {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.job-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

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

.job-card h4 {
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: var(--text-color);
}

.job-location,
.job-type {
    color: #666;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.job-location i,
.job-type i {
    color: var(--primary-color);
    margin-right: 8px;
}

.job-description {
    margin: 15px 0;
    color: #666;
}
li::marker {
    display: done !important;
    font-size: 0;
}
.product-features i {
    color: var(--primary-color);
}
.careers-cta {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
}
.product-new-heading p {
    padding: 11px 0;
}
.product-new-heading {
    margin-top: 52px;
}
.product-details h3 {
    border-bottom: solid 1px #d3d3d3;
    padding-bottom: 11px;
}
.careers-cta p {
    margin-bottom: 20px;
    color: #666;
}
ul.contact-info svg {
    margin-right: 8px !important;
    margin-top: 4px;
}
/* Media Queries for Contact Page */
@media screen and (max-width: 992px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-grid {
        flex-direction: column;
    }
    
  .contact-form,
  .contact-map {
        width: 100%;
    }
    
    .careers-content {
        flex-direction: column;
    }
    
  .career-benefits,
  .current-openings {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .job-card h4 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 576px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
    
    .form-group.checkbox-group {
        align-items: flex-start;
    }
    
    .form-group.checkbox-group input {
        margin-top: 5px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 768px) {
    /* Styles */
  .section_locationSlider
    .location_sliders
    .item_box
    .description_box
    .description {
		position: absolute;
		left: 15%;
		width: 70%;
		bottom: -90px;
		transition: all ease 0.5s;
	}
	section.animated-video {
		width: 100%;
		background-color: #fff;
		float: left;
		padding: 54px 0 0 0;
	}

    .section_locationSlider .heading_box .box {
        position: relative;
        width: 100% !important;
        margin: 0 auto;
    }

        .section_locationSlider .heading_box .subtitle {
        font-size: 29px !important;
        position: absolute;
        top: -68px;
        left: 0;
        right: 0;
        background: #1d008d;
		padding-bottom: 5px;
		    border-top: 1px solid #c2c2c2;
    }
	section.logo-section li:last-child {
    margin-bottom: 50px;
}
  .section_locationSlider
    .location_sliders
    .item_box
    .description_box
    .description
    .caption {
    font-size: 14px !important;

    height: 52px !important;
	}
	
	.section_locationSlider .location_sliders .item_box .arrow_box {
		top: -10px;
	}
	.mob-sect {
			margin-bottom: 50px;
	}
  .hero {
    display: none;
  }

  .hero-mobile {
    display: block !important;
  }
   
    .logo-section li {
        padding: 22px 24px !important;
        width: 100% !important;
    }

		.grid figure {
			position: relative;
			float: left;
			overflow: hidden;
			margin: 0;
			min-width: 100%;
			max-width: 25%;
			width: 33%;
			background: #3085a3;
			text-align: center;
			cursor: pointer;
			height: 380px;
		}
}

/* Services Slider Styles */
.services-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.services-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.service-card {
    flex: 0 0 calc(33.333% - 20px);
    background: #fff;
    border-radius: 10px;
    padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 300px;
}

.service-card:hover {
    transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.service-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}
.hero-mobile {
  display: none;
}

.service-link {
    color: #1d008d;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: #0056b3;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.slider-prev,
.slider-next {
    background: #1d008d;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.slider-prev:hover,
.slider-next:hover {
    background: #0056b3;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .service-card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .service-card {
        flex: 0 0 calc(100% - 20px);
    }
    
    .services-track {
        gap: 15px;
    }
	.section_locationSlider .heading_box .subtitle {
		line-height: 0;
	}
}

/* Dropdown Menu Styles */
.has-dropdown {
    position: relative;
}

.has-dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu li a {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
    background: rgba(46, 49, 146, 0.1);
    color: var(--primary-color);
}

/* Submenu Styles */
.has-submenu {
    position: relative;
}

.submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Mobile Menu Adjustments */
@media screen and (max-width: 768px) {
	ul.nav-links.active {
		overflow: scroll;
	}
    .dropdown-menu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
        display: block;
    }
	.dropdown-menu {
		position: absolute;
    top: 100%;
    left: -86px;
	}
    .has-dropdown.active .dropdown-menu {
        display: block;
    }

    .has-submenu.active .submenu {
        display: block;
    }

    .nav-links li a {
        padding: 15px 20px;
    }
	.submenu {
        position: relative;
        box-shadow: none;
        padding-left: 20px;
        display: block;
        opacity: 1;
        visibility: visible;
        left: 0;
    }

/* Particles Styles */
#particles-features {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.features .section-title,
.features .why-text,
.features .feature-grid {
    position: relative;
    z-index: 2;
}

/* Ensure text remains visible over particles */
.features .section-title,
.features .why-text,
.features .feature-card {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.features .feature-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-col ul.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #bbb;
    line-height: 1.4;
}

.footer-col ul.contact-info li i {
    margin-right: 10px;
    margin-top: 3px;
    color: var(--primary-color);
    font-size: 16px;
    min-width: 20px;
    text-align: center;
}

.footer-col ul.contact-info li i.fa-phone {
    transform: rotate(90deg);
}

.footer-col ul.contact-info li i.fa-envelope {
    font-size: 14px;
}

.footer-col ul.contact-info li i.fa-map-marker-alt {
    font-size: 16px;
    margin-top: 2px;
}
}
div#particles-features canvas {
    position: absolute;
	}
	
/* Base Styles */
:root {
  --primary-color: #1d008d;
  --secondary-color: #bea2ec;
  --accent-color: #ff9900;
  --text-color: #333;
  --light-text: #fff;
  --dark-bg: #1a1a1a;
  --light-bg: #f9f9f9;
  --gray-bg: #f1f1f1;
  --border-color: #ddd;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: var(--transition);
}

a:hover {
  color: var(--secondary-color);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gif-bg {
  background-image: url(/images/bg-img.gif);
  background-size: cover;
  height: 650px;
  width: 100%;
  float: left;
}

section.logo-section img {
  animation: 1s ease-in-out 0s infinite alternate none running pulse;
}
.feature-grid .feature-icon {
  animation: pulse 1s infinite ease-in-out alternate;
}

section.logo-section svg {
  font-size: 40px;
}

.animated-img img {
  width: 50%;
  border-radius: 30px;
  margin: 0 auto;
}
.animated-img.vsms img {
    width: 70%;

}
.bounceBtn {
  animation: pulse 1s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

a {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.bounce1 {
  width: 50px;
  height: 50px;
  background: #bfff00;
  margin-left: 200px;
  border-radius: 50%;
  position: relative;
  animation: bounce1 2s infinite;
}

@keyframes bounce1 {
  0%,
  100% {
    top: 0;
    animation-timing-function: ease-in;
  }

  50% {
    top: 10px;
    animation-timing-function: ease-out;
  }
}

.animated-img img {
  transition: transform 0.3s ease;
}

.feature-grid .feature-card.animate {
  transition: transform 0.3s ease;
  background: #fff;
  text-shadow: none;
}
.animated-img.battery-img img {
  width: 90%;
}
.blog-section {
  width: 80%;
  margin: 0 auto;
}
.blog-heading {
  font-size: 31px;
  font-weight: 600;
  padding: 6px 0;
}
.feature-grid .feature-card.animate:hover {
  transform: scale(1.1);
  box-shadow: 0 0px 9px 1px #0ebcff;
}
.header-icon .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1d008d;
  border-radius: 50%;
  color: #fff;
  transition: var(--transition);
}

.header-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgb(46 49 146);
  border-radius: 50%;
  color: #fff;
  transition: var(--transition);
}
header .container-fluid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* position: sticky; */
  /* z-index: 999; */
}

.info-columns {
  padding: 60px 0;
  background: #ffffff;
  width: 100%;
  float: left;
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 1em;
  max-width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  min-width: 23%;
  max-width: 25%;
  width: 33%;
  background: #000000;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

section.slider {
  width: 100%;
  float: left;
  background: #fff;
}

.info-column {
  flex: 1;
  min-width: 250px;
  padding: 15px;
}

.column-inner {
  background: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.column-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.info-column i {
  font-size: 2.5em;
  color: #0066cc;
  margin-bottom: 20px;
}

.info-column h3 {
  font-size: 1.3em;
  color: #333;
  margin-top: 22px;
  margin-bottom: 0px;
}

.info-column p {
  color: #666;
  margin-bottom: 15px;
}

.hover-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffffeb;
  padding: 20px;
  top: 134px;
}

.column-inner:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
}

.hover-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.hover-content ul li {
  color: #666;
  padding: 5px 0;
}

.learn-more {
  display: inline-block;
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.learn-more:hover {
  color: #004999;
}

.scroll-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 9999;
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(to right, #0066cc, #00a6ff);
  width: 0%;
  transition: width 0.1s ease-out;
  box-shadow: 0 2px 4px rgba(0, 102, 204, 0.3);
}
section.animated-video {
  width: 100%;
  background-color: #fff;
  float: left;
  padding: 54px 0 90px 0;
}
/* Responsive Design */
@media (max-width: 1200px) {
  .info-column {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .info-column {
    flex: 0 0 100%;
  }
  .animated-img img {
    width: 100%;
    border-radius: 30px;
    margin: 10px auto 40px;
  }
  section.animated-video {
    padding: 54px 0 50px 0px;
  }
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  color: var(--text-color);
  font-weight: 700;
}

.section-title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.video-container {
  width: 100%;
  overflow: hidden;
}
video {
  width: 100%;
  height: auto;
  display: block;
}
.video-container {
  width: 100%;
  overflow: hidden;
}
video {
  width: 100%;
  height: auto;
  display: block;
}
/* Battery Indicator Styles */
.battery-indicator {
  display: none;

  position: fixed;
  left: 25px;
  top: 63%;
  transform: translateY(-50%);
  width: 60px;
  height: 250px;
  background-color: rgba(40, 40, 40, 0.95);
  border: 3px solid #333;
  border-radius: 12px;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 3px;
}

.battery-level {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.3)
  );
  transition: height 0.3s ease, background-color 0.5s ease;
  border-radius: 8px;
}

.battery-segments {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3px;
  pointer-events: none;
}

.battery-segment {
  width: 100%;
  height: 8%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 3px;
  border-radius: 3px;
}

.battery-percentage {
  position: absolute;
  top: 0%;
  left: 16%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

.battery-top {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 12px;
  background-color: #333;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.battery-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  pointer-events: none;
  border-radius: 8px;
}

.battery-charging {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  z-index: 1002;
  display: none;
}

.battery-charging.active {
  display: block;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@media screen and (max-width: 992px) {
  .battery-indicator {
    width: 50px;
    height: 220px;
  }

  .battery-percentage {
    font-size: 16px;
  }

  .battery-top {
    width: 20px;
    height: 10px;
    top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .battery-indicator {
    left: 15px;
    width: 40px;
    height: 180px;
  }

  .battery-top {
    width: 16px;
    height: 8px;
    top: -8px;
  }

  .battery-percentage {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .battery-indicator {
    left: 10px;
    width: 35px;
    height: 150px;
  }

  .battery-percentage {
    font-size: 12px;
  }

  .battery-top {
    width: 14px;
    height: 7px;
    top: -7px;
  }
}

/* Button Styles */
.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.btn-primary {
    background-color: #0e4685;
    color: var(--light-text);
}

.btn-primary:hover {
  background-color: var(--secondary-color);
  color: var(--light-text);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 102, 204, 0.4);
}

.btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--light-text);
  transform: translateY(-3px);
}

.btn-outline {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btn-outline:hover {
  background-color: var(--primary-color);
  color: var(--light-text);
  transform: translateY(-3px);
}

/* Header Styles */
header {
  background-color: #e7f5ff;
  box-shadow: var(--shadow);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 15px 0;
  border-top: solid 3px #1d008d;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-color);
}

.logo-text {
  color: #fff;
}

.logo-highlight {
  color: #fff;
  margin-left: 5px;
}

.nav-links {
  display: flex;
  gap: 30px;
}
.footer-grid i {
  color: #fff !important;
}
ul.nav-links li {
  padding: 0 10px;
}
.nav-links a {
    color: #0e4685;
    font-weight: 400;
    position: relative;
    padding: 0px 0;
    text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.active {
  color: #1d008d;
}

.nav-links a.active:after,
.nav-links a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
}

.mobile-menu {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--primary-color);
}

/* Hero Section */
.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}

.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.hero {
  background-size: cover;
  background-position: center;
  color: var(--light-text);

  text-align: center;
  position: relative;
}
section.animated-video.battry-instruction {
  padding: 60px 0;
}
.hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  line-height: normal;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  animation: fadeInUp 1s ease 0.3s;
  animation-fill-mode: both;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.fer-text.about-text p {
  margin-bottom: 5px;
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  animation: fadeIn 1s ease 0.6s;
  animation-fill-mode: both;
}

/* Features Section */
.features {
  background-image: url(/images/bg012.jpg);
  background-size: cover;
  width: 100%;
  float: left;
  padding: 80px 0 120px 0;
  background-color: var(--light-bg);
  position: relative;
  overflow: hidden;
  margin-top: 54px;
}
/*
.features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(46, 49, 146, 0.2), rgba(46, 49, 146, 0.3));
    z-index: 1;
}

.features::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(0 3 96) 0%, rgb(1 1 32) 70%);
    animation: rotate 20s linear infinite;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
*/
.features .container {
  position: relative;
  z-index: 2;
}

.features .section-title {
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.features .why-text {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 37px;
  color: #ffffff;
  position: relative;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  position: relative;
}

.feature-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  position: relative;
  z-index: 2;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(46, 49, 146, 0.2);
  border-bottom: 3px solid #0e4685;
}

.feature-icon {
  font-size: 2.5rem;
  color: #0e4685;
  margin-bottom: 20px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(46, 49, 146, 0.1);
  margin: 0 auto 20px;
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(46, 49, 146, 0.5);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(46, 49, 146, 0);
  }
}

.feature-card h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: var(--text-color);
}

.feature-card p {
  color: #666;
  line-height: 1.6;
}

.mission-heading {
  font-weight: bold;
  font-size: 2em;
}

.mission-section {
  padding: 20px 0;
}

/* Product Showcase */
.product-showcase {
  padding: 80px 0;
  background-color: #fff;
  width: 100%;
  float: left;
}

.product-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.product-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-card h3 {
  padding: 20px 20px 10px;
  font-size: 1.3rem;
  color: var(--text-color);
}

.product-card p {
  padding: 0 20px 20px;
  color: #666;
}

.product-card .btn {
  margin: 0 20px 20px;
}

/* Testimonials */
.testimonials {
  padding: 80px 0;
  background-color: var(--light-bg);
  width: 100%;
  float: left;
}

.testimonial-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.testimonial-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  position: relative;
}
section.logo-section p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-bg {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/telecom-banner.jpg);
    padding: 160px 0;
    background-position: center center;
    background-size: cover;
}

.aerospace-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/aerospace-banner.jpg);
  padding: 160px 0;
  background-position: center center;background-size:cover;
}
.robotics-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/robotics-banner.jpg);
  padding: 160px 0;
  background-position: center center;background-size:cover;
}
.ess-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/ess-banner.jpg);
  padding: 160px 0;
  background-position: center center; background-size:cover;
}
.ev-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/ev-banner.jpg);
  padding: 160px 0;
  background-position: center center; background-size:cover;
}

.ev-bg-two {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/two-banner.jpg);
  padding: 160px 0;
  background-position: bottom center;background-size:cover;
}
.ev-bg-three {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/three-banner.jpg);
  padding: 160px 0;
  background-position: bottom center;background-size:cover;
}
.ev-bg-four {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/four-banner.jpg);
  padding: 160px 0;
  background-position: bottom center;background-size:cover;
}
.ev-bg-bus {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/bus-banner.jpg);
  padding: 160px 0;
  background-position: center center;background-size:cover;
}

.telecom-banner {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/telecom-banner.jpg);
  padding: 160px 0;
  background-position: center center;background-size:cover;
}

.railways-banner {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/railways-banner.jpg);
  padding: 160px 0;
  background-position: center center;background-size:cover;
}

.marine-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/marine-bg.jpg);
  padding: 160px 0;
  background-position: center center;background-size:cover;
}

.marine-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/marine-bg.jpg);
  padding: 160px 0;
  background-position: center center;background-size:cover;
}

.defence-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/defence-bg.jpg);
  padding: 160px 0;
  background-position: bottom center;background-size:cover;
}

.medical-bg {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/medical-bg.jpg);
  padding: 160px 0;
  background-position: bottom center;background-size:cover;
}

.solar-page {
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  background-image: url(https://pesl.co.in/images/solar-page.jpg);
  padding: 160px 0;
  background-position: bottom center;background-size:cover;
}
.career-page {
    color: var(--light-text);
    padding: 100px 0;
    text-align: center;
    background-image: url(https://pesl.co.in/images/career-bg.jpg);
    padding: 160px 0;
    background-position: top center;background-size:cover;
}
.career-item {    margin-top: 40px;
    box-shadow: 0px 3px 2px 0 #d5d5d5;
    padding: 36px 33px;
    border: solid 1px #e9e9e9;
}
.position {
    margin-top: 13px;
    font-size: 16px;
}
.career-form .form-group {
    width: 49%;
    float: left;
    margin: 7px 5px;
}

section.logo-section {
  width: 100%;
  float: left;
  background: #0e4685;
  padding: 42px 0;
  margin-top: 0px;
}
section.logo-section {
  width: 100%;
  float: left;
}
section.animated-video .info-column {
  padding: 0;
}

section.logo-section li {
  display: inline-block;
  padding: 0 24px;
  width: 20%;
  float: left;
  text-align: center;
  font-weight: 600;
  line-height: 23px;
  color: #ffffff;
}

section.logo-section li p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.icon-circle {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: none;
}

.icon-circle i {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  animation: none;
}

section.logo-section li:hover .icon-circle {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: none;
}

section.logo-section li:hover .icon-circle i {
  transform: scale(1.1);
  color: #ffffff;
  animation: none;
}
.top-bar {
  background: #1d008d;
  color: #fff;
  font-size: 16px;
}
.testimonial-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 10px 0 0 10px;
}
section.features h2.section-title::after {
  display: none;
}

.testimonial-content {
  margin-bottom: 20px;
  position: relative;
}

.testimonial-content:before {
  content: '"';
  font-size: 5rem;
  color: rgba(0, 102, 204, 0.1);
  position: absolute;
  top: -20px;
  left: -15px;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-author h4 {
  margin-bottom: 5px;
  color: var(--text-color);
}

.testimonial-author p {
  color: #666;
  font-size: 0.9rem;
}

/* CTA Section */
.cta {
  padding: 140px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
  background-size: cover;
  background-position: center;
  color: var(--light-text);
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.cta p {
  margin-bottom: 30px;
  font-size: 1.1rem;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

section.animated-video .columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.animated-video h2 {
  text-align: left;
}
.animated-video .section-title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  bottom: -10px;
  left: 41px;
  transform: translateX(-50%);
}

/* Footer */
footer {
    background-color: #0e4685;
    color: #fff;
    padding: 70px 0 0;
    width: 100%;
    float: left;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-col p {
  margin-bottom: 20px;
  color: #fff;
}

.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  position: relative;
  color: var(--light-text);
}

.footer-col h4:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #7d7e87;
  bottom: -10px;
  left: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #fff;
  transition: var(--transition);
}

.footer-col ul li a:hover {
    color: #a9a0cf;
    padding-left: 5px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: var(--transition);
}

.social-links a:hover {
  background-color: var(--primary-color);
  transform: translateY(-5px);
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #fff;
}

.contact-info li i {
  margin-right: 10px;
  margin-top: 10px;
  color: var(--primary-color);
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: #fff;
}

/* Page Header */
.timeline-item p {
  color: #000;
}
.page-header {
  background: linear-gradient(rgb(46 49 146), rgb(25 27 88)),
    url(https://images.unsplash.com/photo-1593941707882-a56bbc8df48c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
  background-size: cover;
  background-position: center;
  color: var(--light-text);
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.page-header h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
  font-size: 1rem;
}

.breadcrumb a {
  color: var(--light-text);
}

.breadcrumb a:hover {
  color: var(--primary-color);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo img {
  height: 120px;
}
header {
  padding: 0;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
  .nav-links {
    gap: 20px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .feature-grid,
  .product-slider,
  .testimonial-slider,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid,
  .contact-grid,
  .service-item {
    flex-direction: column;
  }

  .about-image,
  .about-content,
  .contact-form,
  .contact-map {
    width: 100%;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
  .career-form .form-group {
    width: 100%;
    float: left;
    margin: 7px 5px;
}

  .nav-links {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 99;
  }

  .nav-links.active {
    left: 0;
  }

  .hero h1 {
    font-size: 2.5rem;
  }
  .header-icon {
    display: none;
    gap: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    display: none;
  }

  .section-title {
    font-size: 2rem;
  }

  .battery-indicator {
    left: 10px;
    width: 20px;
    height: 100vh;
    max-height: 150px;
  }

  .feature-grid,
  .product-slider,
  .testimonial-slider,
  .footer-grid,
  .team-grid,
  .case-study-grid,
  .partner-logos,
  .certification-grid {
    grid-template-columns: 1fr;
  }

  .service-item,
  .product-item,
  .about-grid,
  .mission-vision-grid,
  .contact-grid,
  .custom-solution-content {
    flex-direction: column;
  }

  .service-icon,
  .service-content,
  .product-image,
  .product-details,
  .about-image,
  .about-content,
  .contact-form,
  .contact-map,
  .custom-image,
  .custom-details {
    width: 100%;
  }

  .process-timeline {
    padding-left: 30px;
  }

  .timeline-item {
    padding-left: 30px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 576px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .page-header h1 {
    font-size: 2.2rem;
  }

  .testimonial-author {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-author img {
    margin-bottom: 10px;
  }
}

/* Products Page Styles */
.product-categories {
  padding: 40px 0;
  background-color: var(--light-bg);
}

.category-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.category-tab {
  padding: 10px 20px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: var(--transition);
  color: var(--text-color);
}

.category-tab:hover,
.category-tab.active {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.product-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--border-color);
}

.product-section:last-child {
  border-bottom: none;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: var(--text-color);
}

.section-header p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
}

.product-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.product-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
  width: 40%;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}

.product-details {
  width: 60%;
  padding: 30px;
}

.product-details h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--text-color);
}

.product-specs {
  font-size: 0.9rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.product-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.product-features span {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.product-features span i {
  color: var(--primary-color);
  margin-right: 8px;
}

.custom-solution-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.custom-image {
  width: 40%;
}

.custom-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.custom-details {
  width: 60%;
}

.custom-details h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--text-color);
}

.custom-process {
  margin-top: 30px;
}

.process-step {
  display: flex;
  margin-bottom: 30px;
}

.process-step:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 20px;
  flex-shrink: 0;
}

.step-content h4 {
  margin-bottom: 10px;
  color: var(--text-color);
}

.product-certifications {
  padding: 80px 0;
  background-color: var(--light-bg);
}

.certification-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.certification-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: var(--transition);
}

.certification-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.certification-item img {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.certification-item h4 {
  margin-bottom: 10px;
  color: var(--text-color);
}

.certification-item p {
  color: #666;
  font-size: 0.9rem;
}

/* Media Queries for Products Page */
@media screen and (max-width: 992px) {
  .product-item {
    flex-direction: column;
  }

  .product-image,
  .product-details {
    width: 100%;
  }

  .product-image {
    height: 300px;
  }

  .custom-solution-content {
    flex-direction: column;
  }

  .custom-image,
  .custom-details {
    width: 100%;
  }

  .certification-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .category-tabs {
    flex-direction: column;
    align-items: center;
  }

  .category-tab {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .product-features {
    grid-template-columns: 1fr;
  }

  .certification-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .certification-grid {
    grid-template-columns: 1fr;
  }
}

/* About Page Styles */
.about-intro {
  padding: 80px 0;
}

.about-grid {
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-content {
  flex: 1;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background-color: var(--light-bg);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.stat-item h3 {
    font-size: 2rem;
    color: #0e4685;
    margin-bottom: 10px;
}

.mission-vision {
  padding: 80px 0;
  background-color: var(--light-bg);
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mission-box,
.vision-box,
.values-box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: center;
  height: 100%;
}

.mission-box .icon,
.vision-box .icon,
.values-box .icon {
  font-size: 2.5rem;
  color:#0e4685;
  margin-bottom: 20px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 102, 204, 0.1);
  margin: 0 auto 20px;
}

.mission-box h2,
.vision-box h2,
.values-box h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.values-box ul {
  text-align: left;
  margin-top: 15px;
}

.values-box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.values-box ul li:before {
  content: "✓";
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
}

.team {
  padding: 80px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.team-member {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  text-align: center;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.member-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.team-member:hover .member-image img {
  transform: scale(1.1);
}

.team-member h3 {
  margin: 20px 0 5px;
  font-size: 1.3rem;
}

.team-member .position {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.team-member .bio {
  padding: 0 20px 15px;
  color: #666;
}

.team-member .social-links {
  margin: 0 0 20px;
  justify-content: center;
}

.milestones {
  padding: 80px 0 146px 0;
  background-color: var(--light-bg);
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 50px;
  top: 90px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item .year {
  position: absolute;
  left: -80px;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 1;
}

.timeline-item .content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.timeline-item .content h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
}

.partners {
  padding: 80px 0;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 50px;
}

.partner-logo {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;

  transition: var(--transition);
}

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

.partner-logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Media Queries for About Page */
@media screen and (max-width: 992px) {
  .about-grid {
    flex-direction: column;
  }

  .about-content,
  .about-image {
    width: 100%;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .about-stats {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .timeline {
    padding-left: 30px;
  }

  .timeline-item {
    padding-left: 30px;
  }

  .timeline-item .year {
    left: -50px;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .partner-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .partner-logos {
    grid-template-columns: 1fr;
  }
}

/* Services Page Styles */
.services-intro {
  padding: 60px 0;
  background-color: var(--light-bg);
  text-align: center;
}

.intro-content {
  max-width: 800px;
  margin: 0 auto;
}

.intro-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--text-color);
}

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

.service-item {
  display: flex;
  margin-bottom: 80px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 102, 204, 0.05);
}

.service-icon i {
  font-size: 5rem;
  color: var(--primary-color);
}

.service-content {
  width: 70%;
  padding: 40px;
}

.service-content h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: var(--text-color);
}

.service-features {
  margin-top: 20px;
}

.service-features ul {
  list-style: none;
  padding-left: 0;
}

.service-features ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.service-features ul li:before {
  content: "✓";
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
}

.service-process {
  padding: 80px 0;
  background-color: var(--light-bg);
}

.process-timeline {
  max-width: 900px;
  margin: 50px auto 0;
  position: relative;
}

.process-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.process-step {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.process-step:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.step-content {
  width: 45%;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.process-step:nth-child(odd) .step-content {
  margin-right: auto;
}

.process-step:nth-child(even) .step-content {
  margin-left: auto;
}

.step-content h3 {
  margin-bottom: 10px;
  color: var(--text-color);
}

.case-studies {
  padding: 80px 0;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.case-study-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.case-study-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.case-study-image {
  height: 200px;
  overflow: hidden;
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.case-study-card:hover .case-study-image img {
  transform: scale(1.1);
}

.case-study-content {
  padding: 25px;
}

.case-study-content h3 {
  margin-bottom: 10px;
  color: var(--text-color);
}

.case-study-content p {
  margin-bottom: 20px;
  color: #666;
}

.service-faqs {
  padding: 80px 0;
  background-color: var(--light-bg);
}

.faq-accordion {
  max-width: 800px;
  margin: 50px auto 0;
}

.faq-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}

.faq-question {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.faq-question:hover {
  background-color: rgba(0, 102, 204, 0.05);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--text-color);
}

.faq-toggle {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.faq-answer {
  padding: 0 20px 20px;
  display: none;
}

.faq-answer p {
  color: #666;
}

/* Media Queries for Services Page */
@media screen and (max-width: 992px) {
  .service-item {
    flex-direction: column;
  }

  .service-icon,
  .service-content {
    width: 100%;
  }

  .service-icon {
    padding: 30px;
  }

  .process-timeline:before {
    left: 30px;
  }

  .step-number {
    left: 30px;
    transform: none;
  }

  .step-content {
    width: 80%;
    margin-left: 60px !important;
  }

  .case-study-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .intro-content h2 {
    font-size: 2rem;
  }

  .service-content h3 {
    font-size: 1.5rem;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .step-content {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 576px) {
  .service-icon i {
    font-size: 3rem;
  }

  .service-content {
    padding: 25px;
  }

  .faq-question h3 {
    font-size: 1rem;
  }
}

/* Contact Page Styles */
.contact-info-section {
  padding: 60px 0;
  background-color: var(--light-bg);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.contact-info-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: center;
  transition: var(--transition);
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-card .icon {
  font-size: 2.5rem;
  color:#0e4685;
  margin-bottom: 20px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 102, 204, 0.1);
  margin: 0 auto 20px;
}

.contact-info-card h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: var(--text-color);
}

.contact-info-card p {
  color: #666;
  margin-bottom: 8px;
}

.contact-form-section {
  padding: 80px 0;
}

.contact-grid {
  display: flex;
  gap: 50px;
}

.contact-form {
  flex: 1;
}

.contact-form h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--text-color);
}

.contact-form p {
  margin-bottom: 30px;
  color: #666;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--text-color);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-group.checkbox-group {
  display: flex;
  align-items: flex-start;
}

.form-group.checkbox-group input {
  width: auto;
  margin-right: 10px;
  margin-top: 5px;
}

.form-group.checkbox-group label {
  margin-bottom: 0;
  font-weight: 400;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: #ff5252;
}

.contact-map {
  flex: 1;
}

.contact-map h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--text-color);
}

.map-container {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 30px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-social h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: var(--text-color);
}

.contact-social .social-links {
  justify-content: flex-start;
}

.contact-social .social-link {
  width: 45px;
  height: 45px;
  background-color:#0e4685;
  color: #fff;
}

.careers-section {
  padding: 80px 0;
  background-color: var(--light-bg);
}

.careers-content {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.career-benefits {
  flex: 1;
}

.career-benefits h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: var(--text-color);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.benefit-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

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

.benefit-icon {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.benefit-item h4 {
  margin-bottom: 10px;
  color: var(--text-color);
}

.benefit-item p {
  color: #666;
}

.current-openings {
  flex: 1;
}

.current-openings h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: var(--text-color);
}

.job-listings {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.job-card {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

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

.job-card h4 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: var(--text-color);
}

.job-location,
.job-type {
  color: #666;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.job-location i,
.job-type i {
  color: var(--primary-color);
  margin-right: 8px;
}

.job-description {
  margin: 15px 0;
  color: #666;
}
li::marker {
  display: done !important;
  font-size: 0;
}
.product-features i {
  color: var(--primary-color);
}
.careers-cta {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: center;
}
.product-new-heading p {
  padding: 11px 0;
}
.product-new-heading {
  margin-top: 52px;
}
.product-details h3 {
  border-bottom: solid 1px #d3d3d3;
  padding-bottom: 11px;
}
.careers-cta p {
  margin-bottom: 20px;
  color: #666;
}
ul.contact-info svg {
  margin-right: 8px !important;
  margin-top: 4px;
}
/* Media Queries for Contact Page */
@media screen and (max-width: 992px) {
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    flex-direction: column;
  }

  .contact-form,
  .contact-map {
    width: 100%;
  }

  .careers-content {
    flex-direction: column;
  }

  .career-benefits,
  .current-openings {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .job-card h4 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 576px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .form-group.checkbox-group {
    align-items: flex-start;
  }

  .form-group.checkbox-group input {
    margin-top: 5px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* Styles */
  .section_locationSlider
    .location_sliders
    .item_box
    .description_box
    .description {
    position: absolute;
    left: 15%;
    width: 70%;
    bottom: -90px;
    transition: all ease 0.5s;
  }
  section.animated-video {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 54px 0 0 0;
  }

  .section_locationSlider .heading_box .box {
    position: relative;
    width: 100% !important;
    margin: 0 auto;
  }

  .section_locationSlider .heading_box .subtitle {
    font-size: 29px !important;
    position: absolute;
    top: -68px;
    left: 0;
    right: 0;
    background: #1d008d;
    padding-bottom: 5px;
    border-top: 1px solid #c2c2c2;
  }
  section.logo-section li:last-child {
    margin-bottom: 50px;
  }
  .section_locationSlider
    .location_sliders
    .item_box
    .description_box
    .description
    .caption {
    font-size: 14px !important;

    height: 52px !important;
  }

  .section_locationSlider .location_sliders .item_box .arrow_box {
    top: -10px;
  }
  .mob-sect {
    margin-bottom: 50px;
  }
  .hero {
    display: none;
  }

  .hero-mobile {
    display: block !important;
  }

  .logo-section li {
    padding: 22px 24px !important;
    width: 100% !important;
  }

  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 25%;
    width: 33%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    height: 380px;
  }
}

/* Services Slider Styles */
.services-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.services-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.service-card {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 300px;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.hero-mobile {
  display: none;
}

.service-link {
  color: #1d008d;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #0056b3;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.slider-prev,
.slider-next {
  background: #1d008d;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.slider-prev:hover,
.slider-next:hover {
  background: #0056b3;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .service-card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .service-card {
    flex: 0 0 calc(100% - 20px);
  }

 





  .services-track {
    gap: 15px;
  }
  .section_locationSlider .heading_box .subtitle {
    line-height: 0;
  }
}

/* Dropdown Menu Styles */
.has-dropdown {
  position: relative;
}

.has-dropdown > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu li a {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
  background: rgba(46, 49, 146, 0.1);
  color: var(--primary-color);
}

/* Submenu Styles */
.has-submenu {
  position: relative;
}

.submenu {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Mobile Menu Adjustments */
@media screen and (max-width: 768px) {
  ul.nav-links.active {
    overflow: scroll;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    padding-left: 20px;
    display: block;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -86px;
  }
  .has-dropdown.active .dropdown-menu {
    display: block;
  }

  .has-submenu.active .submenu {
    display: block;
  }

  .nav-links li a {
    padding: 15px 20px;
  }
  .submenu {
    position: relative;
    box-shadow: none;
    padding-left: 20px;
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  /* Particles Styles */
  #particles-features {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

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

  .features .section-title,
  .features .why-text,
  .features .feature-grid {
    position: relative;
    z-index: 2;
  }

  /* Ensure text remains visible over particles */
  .features .section-title,
  .features .why-text,
  .features .feature-card {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .features .feature-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer-col ul.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #bbb;
    line-height: 1.4;
  }

  .footer-col ul.contact-info li i {
    margin-right: 10px;
    margin-top: 3px;
    color: var(--primary-color);
    font-size: 16px;
    min-width: 20px;
    text-align: center;
  }

  .footer-col ul.contact-info li i.fa-phone {
    transform: rotate(90deg);
  }

  .footer-col ul.contact-info li i.fa-envelope {
    font-size: 14px;
  }

  .footer-col ul.contact-info li i.fa-map-marker-alt {
    font-size: 16px;
    margin-top: 2px;
  }
}
div#particles-features canvas {
  position: absolute;
}
