
body{
    margin: 0;
    background-color: var(--white--color);
    font-family: "Manrope", serif;
}
:root{
    --primary--color: #cf0001;
    --para--color:#140c1c;
    --secondary--color:#ed9f3a;
    --white--color:#fff;
}
header .logo{
    font-weight: bold;
}
.logo a{
    color: var(--white--color);
    text-decoration: none !important;
}
header nav a{
    text-decoration: none;
    color: #2d2d2d;
    font-weight: 500;
}
a{
    text-decoration: none;
}
p{
     font-size: 16px;
    color: #464646;
    font-weight: 500;
}
h2{
    color: var(--para--color);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}
h1{
      color: var(--para--color);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}
/* my code */
.header{
    position: fixed;
    width: 100%;
    top: 0;
    padding: 15px 0;
    z-index: 1000;

}
.header.fixed-top {
    /* background: var(--white--color); */
    background: #f8f8f8;
     box-shadow: 0 0 30px rgba(135, 80, 247, 0.2);
}
.banner {
    padding-top: 0;
    padding-bottom: 0;
}
header .logo {
    font-size: 26px;
    font-weight: 600 !important;
    color: #fff;
    width: auto;
}
.contact_us_btn_container {
    width: auto;
}
section{
    padding: 40px 0px;
}
.carousel .list .item .introduce .topic {
    font-size: 41px;
    line-height: 49px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.carousel .list .item .introduce .des {
    font-size: small;
    font-size: 16px;
    line-height: 24px;
    color: var(--para--color);
}
.main-nav {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px 16px;
    /* border: 1px solid rgba(255, 255, 255, 0.05);;
    border-radius: 50px;
    background-color: #f3f9f2; */
    position: relative;
}
.main-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li{
    position: relative;
}
.main-nav a{
    padding: 8px 16px;
    color: var(--para--color);
    font-weight: 600;
    display: inline-block;
}
/* .main-nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(./images/bg-shape.svg);
    width: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
} */
.main-nav a:hover::after {
    opacity: 1;
    visibility: visible;
    color: #fff;
    width: 150%;
}
.contact_us_btn {
   padding: 10px 20px;
   background: #013c4a;
   color: #fff;
   border-radius: 25px;
   display: inline-block;
   font-size: 14px;
   font-weight: 600;
}
.menu_icon{
    display: none;
}
.menu_icon img{
    max-width: 23px;
}
/* side menu */
.side-menu.active nav {
    right: 0;
    background: #fff;
}
.side-menu.active  {
   display: block;
}

.side-menu li {
    color: var(--primary--color);
    font-weight: 600 !important;
}
.side-menu{
    display: none;
}
.side-menu nav {
    width: 300px;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: all 0.3s ease;
}
.side-menu-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.side-menu-close-btn img {
    max-width: 26px;
    cursor: pointer;
}
.side-menu nav ul {
    padding: 30px;
    list-style: none;
}
.side-menu nav ul li a {
    padding: 15px 0;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.side-menu nav ul li a.active{
    color: var(--primary--color);
}

.side-menu nav .mobile-dropdown{
    padding: 0 0 0 15px;
}
.side-menu nav .mobile-dropdown li{
    padding: 10px 0;
    font-size: 13px;
}
.mobile-dropdown-li.active a{
    color: #ef6262;
}
.side-menu nav .mobile-dropdown.active{
    display: block;
}
.side-menu nav .mobile-dropdown {
    display: none;
    transition: all 0.3s ease-in;
}
.mobile-dropdown-list span{
    cursor: pointer;
}
.logo a {
    color: var(--primary--color);
    font-weight: 700;
}
.button-55 {
    padding: 8px 19px;
    background: var(--primary--color);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
/* swiper */
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

    .swiper-button-next,
.swiper-button-prev {
  display: none;
}
.autoplay-progress {
    color: var(--secondary--color) !important;
}
.autoplay-progress svg {
    stroke:var(--secondary--color) !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--secondary--color) !important;
}
.contact_us_btn_container {
    text-align: right;
}

.wrapper {
	display: grid;
	place-content: center;
	height: auto;
}
.marquee {
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(
		var(--mask-direction, to right),
		hsl(0 0% 0% / 0),
		hsl(0 0% 0% / 1) 10%,
		hsl(0 0% 0% / 1) 90%,
		hsl(0 0% 0% / 0)
	);
}

.marquee__ctn {
	display: flex;
	width: 100%;
}

.marquee__track {
	display: flex;
}

@supports (-webkit-touch-callout: none) {
	.marquee__ctn {
		transform: translate3d(0, 0, 0) scale(1);
		perspective: 1px;
	}
}

.marquee__item {
	display: flex;
	align-items: center;
	justify-content: center;

	flex-shrink: 0;

	min-width: 120px;
	margin-inline-end: 3rem;

	img {
		height: 60px;
		width: 100%;
		object-fit: contain;
		backface-visibility: hidden;
		filter: brightness(100%);
	}
}
.marquee__item img{
    max-width: 180px;
}
.marquee__item {
     display: flex;
    align-items: center;
    justify-content: space-between;

    /* Optional hover effect */
    transition: all 0.3s ease-in-out;
}
.marquee__item h5{
    margin: 0;
    font-size: 15px;
}
.marquee__track.second{
    margin-left: 400px;
}
.text-highlight {
    color: var(--secondary--color);
    font-weight: bolder;
    display: inline-block;
}

/* h2:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 27px;
    height: 2px;
    background: var(--primary--color);
      height: 4px;
    width: 33%;
    max-width: 200px;
} */
 .shop-by-category-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
 }
.shop-by-category-card img{
    max-width: 100%;
}
.shop-by-category-card .img-content{
       position: relative;
    background: #cf000126;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    transition: all .3s ease;
}
 .shop-by-category-card  p{
    color: var(--para--color);
    line-height: 19px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
 }
 .sec-1 {
    padding-top: 0;
 }
 .service-card {
    padding: 20px;
    border-radius: 5px;
    margin-top: 25px;
    background: url(./images/bg.jpg);
    background-size: cover;
 }
 .service-card img{
    max-width: 45px;
    margin-bottom: 10px;
 }
 .service-card p{
    margin: 0;
    font-size: 16px;
 }
 .service-card h5{
    font-weight: 600;
 }
 .sec-4 {
    background: url(./images/service-bg.jpg);
    background-size: cover;
    position: relative;
    margin-top: 80px;
 }
 .service-enquiy-img{
    position: relative;
 }
 .service-enquiy-img img {
    max-width: 116%;
    position: absolute;
    top: -135px;
    right: -58px;
}
  .sec-4 h2{
    color: var(--white--color);
  }
    .sec-4 p{
        color: #ebebeb;
    }
    .sec-4 .button-55 {
        background: var(--secondary--color) !important;
    }

    .about-us-img img{
        border-radius: 10px;
        
    }

    .marquee__track.second{
        margin-left: -20px;
    }
     .sec-6 .swiper {
      width: 100%;
      height: auto;
    }

    .sec-6  .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      background: #e0e1df;
      border: 1px solid #a5a5a5;
      padding: 25px;
    }                  
    .customer-card h5{
        color: var(--para--color);
        font-weight: 600;
        margin: 0;
    }
    footer p{
        color: #c7c7c7;
    }
    .social-media {
        list-style: none;
        display: flex;
        gap: 8px;
        padding: 0;
    }
    .quick-links li{
        padding-bottom: 10px;
    }
    .quick-links a {
        color: #c7c7c7 !important;
    }
    .quick-links {
        padding-left: 50px;
    }
    .copy-rights {
        font-size: 12px;
        color: #9a9a9a;
    }
    .footer-contact-us p{
        display: flex;
        gap: 10px;
        align-items: start;
        margin-bottom: 10px !important;
    }
     .footer-contact-us p img{
        max-width: 20px;
     }
     .inner-banner {
        background: url(./images/inner-bg.jpg);
        background-size: cover;
        padding-top: 130px;
        padding-bottom: 80px;
     }
     .inner-banner h1{
        font-weight: 700;
        color: var(--para--color);
     }
     .inner-page .header{
    background: #f8f8f8;
}
.about-sec-2 {
    padding-top: 0;
}
.year-of-cards {
    /* background: url(./images/about-us-card.png);
    background-size: cover; */
    /* border: 1px solid #a5a5a5; */
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
     background: url(./images/bg.jpg);
    background-size: cover;
}
.year-of-cards p{
    margin: 0;
}
.map {
    border-radius: 10px;
    border: 1px solid #a5a5a5;
}
.product-sec-1 .nav-pills .shop-by-category-card .img-content {
    position: relative;
    background: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin-top: 0px;
}
.product-sec-1 .nav-pills .nav-link{
    border: 1px solid transparent;
    width: 116px;
    position: relative;
    border-radius: 0;
     border: none;
}
.product-sec-1 .nav-pills .shop-by-category-card img {
   filter: grayscale(100%) brightness(1.2) contrast(0);
}
.product-sec-1 .nav-pills .nav-link.active img{
    filter: grayscale(0);
}
.product-sec-1 .nav-pills .nav-link.active::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    top: -17px;
    left: 0;
    background: var(--primary--color);
    display: inline-block;
}
.product-sec-1 .nav-pills .nav-link.active{
    background-color:transparent !important;
    border: none;

}
.product-sec-1 .nav-pills .shop-by-category-card  p {
    color: var(--para--color);
    line-height: 16px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}
.product-sec-1 .nav-pills {
    justify-content: center;
    gap: 15px;
}
.product-card img{
    width: 100%;
    border-radius: 10px;
}
.product-card{
 border: 1px solid #a5a5a5;
 padding: 10px;
 border-radius: 10px ;
 margin-top: 25px;

}
.product-card h5{
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 0;
}
.sec-6 .swiper-slide {
    background: url(./images/bg.jpg);
    background-size: contain;
}
.accordion-button h5{
    margin: 0;
}
.accordion-button:not(.collapsed) {
    color: var(--primary--color);
    background-color:#feecec;
    box-shadow: none;
}
.accordion-button:focus{
    outline: none;
    border: none;
}
 .collapse.show .accordion-body {
    border-bottom: 1px solid #feecec;
    border-left: 1px solid #feecec;
    border-right: 1px solid #feecec;
}
.contact-us-details-card p img {
    max-width: 20px;
}
.contact-us-details-card {
    /* padding: 15px;
    border: 1px solid #a5a5a5;
    border-radius: 5px; */
}
.get-in-touch-card {
    padding: 20px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
   color: var(--primary--color);
}
.form-control {
      border: 1px solid #a5a5a5;
}
.contact-us-details-card  .social-media {
    margin-bottom: 0;
}
.form-control:focus {
  border: 1px solid var(--primary--color);
    box-shadow:none;
}
.contact-us-details-card p {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px !important;
}
h1,h2,h3,h4,h5{
    font-weight: 600;
}
 .form-control.custom-height {
    height: 50px !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  button{
    border: none;
    outline: none;
  }
  .main-nav li .active{
    color: var(--primary--color);
  }
  .quick-links li .active{
    color: var(--primary--color) !important;
  }
  .product-top-line {
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 15px;
  }
  .product-page .product-card {
    margin-top: 10px;
}
.enquiry-card {
    background: url(./images/inner-bg.jpg);
    background-size: cover;
    min-height: 289px;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.enquiry-card h3 , .enquiry-card p{
    color: #212529;
}
/* .enquiry-card .button-55 {
    background: var(--secondary--color) !important;
} */
.collapse .accordion-body {
  font-weight: 500;
}
.enquiry-form {
    /* background: var(--secondary--color); */
    background-size: cover;
        padding: 10px 0;
}

.enquiry-form  .form-floating>.form-control{
        padding: 0 !important;
    height: 42px;
    min-height: 42px;
    padding-left: 15px !important;
    border: none !important;
}
 .enquiry-form  .form-floating> label {
    transform: scale(.85) translateY(-1.5rem) translateX(0.15rem) !important;
    background: transparent !important;
 }
 .enquiry-form  .form-floating> label:after{
    background: #fff !important;
 }
.enquiry-form .form-floating>label {
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 16px;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.qnquiry-card-hero-sention {
    padding: 15px;
    background: var(--secondary--color);
    border-radius: 15px;
}
.qnquiry-card-hero-sention .text-highlight {
    color: var(--primary--color) !important;
}
.qnquiry-card-hero-sention  h2{
    color: var(--para--color ) !important;
    font-size: 30px !important;
}
.enquiry-form .form-floating> label::after {
       position: absolute !important;
    inset: 1rem 0.375rem !important;
    z-index: -1;
    height: 1.5em;
    content: "";
    background: #fff !important;
    border-radius: 5px !important;
}
.enquiry-form input::placeholder {
  color: #595959 !important;
}
.enquiry-form input::placeholder {
  opacity: 1 !important;
}
.mobile-view {
    display: none !important;
}
.desktop-view {
    display: block !important;
} 
.social_icons .icons {
    border-radius: 30px;
    border: none;
    background: var(--primary--color);
    margin-top: 15px;
}
.social_icons .icons {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary--color);
    border-radius: 6px;
    transition: all 0.3s ease;
}
.social_icons .icons i {
    font-size: 20px;
    color: var(--white--color);
    transition: all 0.3s ease;
}
.fa-phone {
    font-size: 14px !important;
}
.social-media-fixed {
    z-index: 1000;
}
.social-media-fixed {
    display: none;
}
.tamil-fonts{
     /* font-family: "Kavivanar", cursive !important; */
     font-family: "Hind Madurai", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 32px !important;
}
.timeline {
      position: relative;
      padding-left: 0px;
      border-left: 2px solid #ccc;
      margin-top: 40px;
    }
    .timeline-item {
      position: relative;
      margin-bottom: 30px;
      padding-left: 40px;
    }
    .timeline-dot {
      position: absolute;
      left: -10px;
      top: 0px;
      width: 20px;
      height: 20px;
      background-color: var(--secondary--color);
      border-radius: 50%;
      border: 3px solid white;
      box-shadow: 0 0 0 2px var(--secondary--color);
    }
    .timeline-card {
      border-left: 5px solid transparent;
      border-radius: 5px;
      padding: 15px;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .timeline-card {
      border-color: var(--primary--color);
    }
    .timeline-title {
      font-weight: 700;
      font-size: 25px;
    }
    .timeline-title {
      color: var(--primary--color);
    }
    .service-card {
    padding: 20px;
    border-radius: 5px;
    margin-top: 25px;
    background: url(./images/bg.jpg);
    background-size: cover;
 }
 .service-card img{
    max-width: 45px;
    margin-bottom: 10px;
 }
 .service-card p{
    margin: 0;
    font-size: 16px;
 }
 .service-card h5{
    font-weight: 600;
 }
 .service-card.margin-top {
    margin-top: 90px;
}
  .loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 9999;
    }

    /* Battery Outline */
    .battery {
      width: 160px;
      height: 80px;
      border: 5px solid #d90000; /* Red Border */
      border-radius: 10px;
      position: relative;
      overflow: hidden;
    }

    /* Battery Tip */
    .battery::after {
      content: "";
      position: absolute;
      top: 25px;
      right: -15px;
      width: 12px;
      height: 30px;
      background: #d90000;
      border-radius: 3px;
    }

    /* Charging Fill */
    .charge {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, #f4b234, #ffdd55); /* Gold gradient */
    }

    /* Loading Text */
    .loading-text {
      margin-top: 15px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #d90000;
      letter-spacing: 2px;
    }
    #success-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    padding: 20px !important;
    background: rgb(223, 240, 216);
    color: rgb(60, 118, 61);
    margin-top: 20px;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 5px !important;
    display: none;
    max-width: 450px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border: 2px solid #0bc041;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center;
    animation: fadeIn 0.4s ease-in-out;
}
#success-popup .button-55 {
    padding: 8px 19px;
    background: #f6fff8;
    color: #161616;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #0bc041;
}
#enquiryModal .bg-primary{
        background: var(--primary--color) !important;
}
#enquiryModal  .btn-primary{
     background: var(--primary--color) !important;
     border: none;
}
.nav-container {
    display: flex;
    align-items: center;
}
.logo-text {
    display: inline-block;
}
.social-media-fixed .social_icons:first-child a{
    background: #06c24c ;
    border: 1px solid  #06c24c ;
}
.social-media-fixed .social_icons:last-child a{
    background: #009be0 ;
    border: 1px solid  #009be0 ;
}

#success-popup h3 {
  margin: 0;
  font-weight: 600;
  color: #0bc041;
}

#success-popup p {
  color: #444;
  margin-top: 8px;
  font-size: 14px;
}

.popup-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #0bc041;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.popup-icon span {
  font-size: 28px;
  color: #fff;
}
