.OverseasInstallations {
  margin-bottom: 2em;
}
.OverseasInstallations .fl-row-fixed-width {
  max-width: 1280px;
  margin: auto;
}
.fl-row-fixed-width h2 {
  color: #06163a;
  font-weight: 700;
  margin-top: 0;
}
.OverseasInstallations .GalleryGrid .content {
  position: absolute;
  inset: 0; /* shorthand for top/left/right/bottom:0 */
  text-align: center;
  color: #ffffff;
  background: rgba(157, 209, 91, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 700ms ease;
}

.OverseasInstallations .GalleryGrid a:hover .content {
  opacity: 1;
  transform: translateX(0);
}

.smallTxt {
  font-size: 25px;
  color: #db2a27;
  font-weight: 100 !important;
  display: inline-block;
  line-height: normal;
  position: relative;
  margin: 0;
}
.smallTxt:after {
  position: absolute;
  top: 15px;
  right: -36%;
  content: "";
  width: 60px;
  height: 6px;
  background: #db2a27;
}
.ClientsWrp .smallTxt:after {
  right: -50%;
}
.GalleryGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 2em;
  justify-content: center;
}
.GalleryGrid a {
  width: 24.75%;
  display: block;
  position: relative;
}
.GalleryGrid a img {
  display: block;
  aspect-ratio: 2 / 1.2;
  object-fit: cover;
}
.OverseasInstallations .GalleryGrid a {
  width: 23.99%;
  display: block;
  position: relative;
  overflow: hidden; /* ✅ important so sliding content stays inside */
}

.OverseasInstallations .GalleryGrid .content {
  position: absolute;
  inset: 0; /* top:0, right:0, bottom:0, left:0 */
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(230 57 70 / 80%);
  color: #fff;

  /* animation start state */
  opacity: 0;
  transform: translateX(-100%);
  transition:
    transform 0.7s ease,
    opacity 0.7s ease;
}

.OverseasInstallations .GalleryGrid a:hover .content {
  opacity: 1;
  transform: translateX(0); /* slide in */
}
.OverseasInstallations .GalleryGrid a:hover .content h3 {
  color: #fff;
}

#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link,
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  color: #e63946 !important;
}
.fl-node-599be884d9e29 > .fl-col-content {
  background-image: url(https://demo.purevoltindia.com/wp-content/uploads/2025/09/bg_green-1-2.png) !important;
}

.feature-boxes {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.feature-box {
  flex: 1 1 45%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.feature-box h3 {
  background: #1d1a56;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 16px;
  margin: 0;
}
.feature-box ul {
  list-style: none;
  padding: 16px 20px;
  margin: 0;
}
.feature-box ul li {
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.feature-box ul li::before {
  content: "✔";
  color: #1d1a56;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

#CountriesWhere {
  padding: 3em 0;
}
#CountriesWhere .fl-row-fixed-width {
  max-width: 1280px;
  margin: 0 auto;
}
.separator {
  position: relative;
  width: 120px;
  height: 20px;
  margin-bottom: 10px !important;
  background: url(https://demo.purevoltindia.com/wp-content/uploads/2025/09/separator1.png)
    no-repeat;
}
#CountriesWhere h2,
#CountriesWhere p {
  color: #000;
}
body.sticky-header .fixed-header-box .logo-wrapper .logo img {
  width: auto;
  height: auto;
  display: block;
}
.fl-node-598cc27334379 > .fl-col-content {
  margin-top: 0px;
}
rs-layer#slider-4-slide-7-layer-28 {
  display: none;
}
.limit-wrapper.header-maybe-limit-wrapper.header-padding
  .logo-tagline
  .normal-logo {
  max-height: 90px !important;
  padding: 6px 0 !important;
  width: auto;
}
.redColor {
  color: #db2a27 !important;
  font-weight: 700 !important;
}
.machine-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.machine-card {
  background: #1d1a56;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 23%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 2em 0;
}

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

.machine-content {
  padding: 15px;
}

.machine-content h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.machine-content p {
  margin: 5px 0 15px;
  font-size: 14px;
  color: #ddd;
}

.inquire {
  background: #fff;
  color: #003b5c;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.3s;
}

.inquire:hover {
  background: #e63946;
  color: #fff;
}

.footer-flag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}

.footer-flag img {
  width: 20px;
  height: auto;
}
.solution-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0px;
  padding-top: 2em;
}
.features {
  flex: 1;
}
.features h3 {
  font-size: 18px;
  color: #0d2d50;
  margin-bottom: 10px;
}
.features ul {
  list-style: none;
  padding: 0;
}
.features li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  padding-left: 3em;
}
.features li::before {
  content: "✔";
  color: #ffffff;
  position: absolute;
  left: 0;
  font-size: 16px;
  background: #1d1a56;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.center-image {
  flex: 1;
  text-align: center;
}
.center-image img {
  width: 250px;
  border-radius: 50%;
  background: #ffe97a;
  padding: 10px;
}
.fl-tabs-horizontal .fl-tabs-label {
  font-weight: 400 !important;
}
footer#main-footer .fl-row-content-wrap.vamtam-show-bg-image {
  background: #06163a;
}
#main-footer .widget .widgettitle {
  color: #fff !important;
}
.widget_nav_menu .menu li a {
  color: #fff !important;
}
.widget_nav_menu .menu li {
  color: #fff !important;
}
.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-597d02a1d60ee.fl-row-default-height.fl-row-align-center.fl-row-bg-attachment-scroll {
  background: #f00 !important;
  position: relative;
  z-index: 9999;
}
footer#main-footer .fl-row-content-wrap.vamtam-show-bg-image {
  border-top: 1px solid;
  /* background: #fff !important; */
}
footer#main-footer .fl-row-content-wrap.vamtam-show-bg-image {
  background: #1d1a56 !important;
}
footer#main-footer .fl-module-vamtam-heading .vamtam-heading span {
  color: #fff !important;
}
footer#main-footer .fl-module.fl-rich-text p:last-child {
  margin-bottom: 0;
  color: #fff;
}
footer#main-footer .fl-node-597d02a1d5c91.fl-module-rich-text {
  margin-left: 0;
}
.fl-module.fl-module-vamtam-separator.fl-node-597d02a1d585b {
  display: none !important;
}
.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-597d02a1d58a4.fl-row-default-height.fl-row-align-center.fl-row-bg-attachment-scroll {
  display: none !important;
}
footer#main-footer .fl-row-content-wrap.vamtam-show-bg-image {
  background: #1d1a56 !important;
  padding-top: 1.5em;
}
footer#main-footer img {
  filter: grayscale(1) brightness(0) contrast(1) invert(1) !important;
}
.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-6xeb5jov2hdq.fl-row-default-height.fl-row-align-center.fl-row-bg-attachment-scroll
  .center-image
  img {
  width: 450px;
}
.fl-node-598cc27334379 {
  position: relative;
  /* top: -4em; */
}
.fl-node-598cc27334379 .fl-col-content {
  border-radius: 9px;
  background: none;
}
.fl-node-598cc27334379 .fl-col-content .fl-col-content {
  padding: 1em 2.5em;
  border-bottom: 3px solid #db2a27;
  background: #fff;
}
.fl-node-597fa407a8d3a {
  position: relative;
}
.fl-node-597fa407a8d3a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 4em;
  background: #db2a27;
  z-index: 9;
  border-radius: 447.825px;
  background: #e6394696;
  filter: blur(18px);
  width: 130px;
  height: 130px;
}
.fl-node-597fa407a8d3a::after {
  content: "";
  position: absolute;
  top: 18em;
  right: 20em;
  background: #db2a27;
  z-index: 9;
  border-radius: 447.825px;
  background: #e6394696;
  filter: blur(18px);
  width: 60px;
  height: 60px;
  z-index: 9;
}
.fl-node-5a4ed160d2f26 {
  background: #fff7f8;
}
.fl-node-5a4ed160d2f26 img {
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #06163a;
  background: #fff;
}
.fl-node-dyqscmnhoev3 .fl-wp-video {
  padding-bottom: 100%;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 4px;
}
#newSecWrp .cbp-item-wrapper {
  box-shadow: -5px 5px 0px 5px rgb(230, 230, 230);
  border-radius: 8px;
}
.fl-node-597d02a1d60ee .fl-node-59e3f305184fe .fl-node-597d02a1d62a5 {
  margin-top: 0;
}
.fl-node-5981d486a2801 > .fl-col-content {
  background-color: #1d1a56 !important;
}
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link {
  color: #e63946 !important;
}
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover,
#mega-menu-wrap-menu-header
  #mega-menu-menu-header
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:focus {
  color: #e63946 !important;
}
#post-987984 .fl-photo-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: top;
}
.mfp-bg,
body .cbp-popup-lightbox {
  background: #0000009e !important;
}
/* 9 columns grid */
#satisfiedClients .fl-node-pvd9su3r8j0q {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ✅ centers any incomplete last row */
  gap: 20px;
}

#satisfiedClients .fl-node-pvd9su3r8j0q > * {
  flex: 0 1 calc(11.11% - 20px); /* 100% ÷ 9 columns = 11.11% */
  box-sizing: border-box;
}
.fl-module.fl-module-html.fl-html.fl-node-edp0cb1v3yz4 {
  margin: 0;
}
#satisfiedClients div::before {
  display: none;
}

#satisfiedClients .fl-node-qxfhtcwjlgvb {
  margin-left: 0;
}

#satisfiedClients .fl-node-pvd9su3r8j0q .fl-col-small {
  width: 100%;
}

#satisfiedClients .fl-node-pvd9su3r8j0q .fl-node-content {
  margin: 0;
}

#satisfiedClients .fl-node-pvd9su3r8j0q .fl-photo-content {
  display: block;
}

#satisfiedClients .fl-node-pvd9su3r8j0q img {
  display: block;
  background: #fff;
  border: 1px solid #003b5c;
  border-radius: 4px;
  padding: 4px;
}
.mfp-wrap.mfp-ready img.mfp-img {
  max-height: 650px !important;
}
#tradShowWrp .fl-photo-caption {
  letter-spacing: normal;
  font-weight: 400;
}
#tradShowWrp .fl-photo-caption-below {
  margin-bottom: 5px !important;
}
.fl-photo-caption-below {
  padding-bottom: 5px;
  text-transform: capitalize;
}
#tradShowWrp .fl-module-photo {
  width: 100%;
}
#tradShowWrp .fl-module-photo .fl-photo-img {
  aspect-ratio: 2/2;
  object-fit: cover;
  width: 100%;
  height: auto;
}
#tradShowWrp .fl-module-photo {
  overflow: hidden; /* important to prevent image overflow on zoom */
  position: relative;
}

#tradShowWrp .fl-module-photo .fl-photo-img {
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transform-origin: center center;
}

#tradShowWrp .fl-module-photo:hover .fl-photo-img {
  transform: scale(1.08);
  filter: brightness(1.05);
}
#tradShowWrp .fl-photo-content {
  overflow: hidden;
}
#tradShowWrp .fl-module-photo:hover .fl-photo-caption {
  color: #e63946;
}
.mfp-wrap.mfp-ready img.mfp-img {
  /* max-height: 650px !important; */
  margin: 0;
  width: 100%;
}
.mfp-bottom-bar {
  margin-top: -40px;
  position: relative;
}
#tradShowWrp .fl-module-content {
  padding: 10px;
  background: #fff7f8;
  border: 1px solid #ccc;
}
#tradShowWrp.oGallery .fl-module-photo .fl-photo-img {
  aspect-ratio: 2 / 3;
}
#tradShowWrp.ogGallery .fl-module-photo .fl-photo-img {
  aspect-ratio: revert-layer;
  min-height: 136px;
}
#tradShowWrp.ogGallery .fl-module-content {
  background: #fff;
}
/* --- CF7 Two-Column Layout --- */
.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.cf7-col {
  flex: 1;
  min-width: 240px;
}

.cf7-row.full {
  flex-direction: column;
}

/* Input + Textarea Styling */
.cf7-row input,
.cf7-row textarea,
.cf7-row select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.cf7-row input:focus,
.cf7-row textarea:focus,
.cf7-row select:focus {
  border-color: #0073aa;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}
#formWprer p {
  margin-bottom: 0;
}
#formWprer .wpcf7-form-control {
  margin-bottom: 0;
  padding-left: 15px;
}
#formWprer {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: #fff7f8;
  padding: 20px;
  border: 1px solid #ffe4e7;
}
#formWprer .cf7-row textarea {
  height: 100px;
  resize: vertical;
}
#formWprer .wpcf7-submit.wpcf7-form-control {
  width: auto;
  font-weight: bold;
  padding: 16px 30px;
}
.fl-node-597d02a1d597d a {
  color: #fff;
}
#FromIndiaWorld .fl-module-photo {
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  overflow: hidden;
  transition: all 1.2s;
}
#FromIndiaWorld .fl-module-photo:hover {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#FromIndiaWorld .fl-module-photo img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
  border-radius: 0px;
  transition:
    opacity 0.5s,
    transform 1.2s;
}
#FromIndiaWorld .fl-module-photo a {
  transition:
    opacity 0.5s,
    transform 1.2s;
  overflow: hidden;
}
#FromIndiaWorld .fl-module-photo a:hover img {
  transform: scale(1.1);
}
#FromIndiaWorld .fl-photo-content {
  overflow: hidden;
}
#FromIndiaWorld .fl-photo-caption-below {
  font-size: 16px;
  color: #06163a;
  padding-bottom: 10px;
}
#FromIndiaWorld .fl-module-photo:hover .fl-photo-caption-below {
  font-size: 16px;
  color: #e63946;
}
#exportIndia .fl-module-icon {
  border-bottom: 1px solid #db2a27;
}
#exportIndia .fl-module-icon i {
  color: #db2a27;
}
.fl-node-bpqkzcr30utl > .fl-col-content {
  padding-top: 0;
}
.fixed-header-box .cart-dropdown {
  display: none;
}
.fl-node-597d02a1d5f50 > .fl-module-content {
  margin: 0;
}
.fl-node-597d02a1d5f50 > .fl-module-content .vamtam-heading {
  margin-top: 0 !important;
}
footer#main-footer .fl-module-vamtam-heading .vamtam-heading {
  font-size: 20px;
}
.fl-node-59877c72c1ece .fl-row-content-wrap.vamtam-show-bg-image a {
  font-size: 16px;
  line-height: 18px;
  padding: 20px 40px;
}
.footer-wrapper .fl-builder-content .vamtam-button i {
  font-size: 16px !important;
  height: auto;
  margin-right: 3px;
  vertical-align: middle;
  width: auto;
}
.myTestimonialSlider {
  padding: 20px 40px;
  position: relative;
}

.testimonial-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 60px;
  color: #444;
}

.testimonial-rating {
  font-size: 14px;
  color: #ffcc00;
}

.author {
  color: #333;
  font-weight: 600;
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: #888;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
/* Grid layout */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  padding: 20px;
}

/* Box styling */
.testimonial-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  width: 32%;
}

/* Image */
.testimonial-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
}

/* Text */
.testimonial-text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  min-height: 60px;
}

/* Rating */
.testimonial-rating {
  color: #ffcc00;
  margin-top: 10px;
  font-size: 14px;
}

.author {
  color: #444;
  font-weight: 600;
}
.testimonial-grid {
  display: flex;
  row-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 4em;
}
/* Tablet view */
@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body:not(.home):not(.frontpage)
    rs-module.revslider-initialised.rev_redraw_on_blurfocus
    rs-layer-wrap.rs-parallax-wrap
    rs-layer.rs-layer {
    color: #fff !important;
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  rs-module.revslider-initialised.rev_redraw_on_blurfocus
    rs-layer-wrap.rs-parallax-wrap
    rs-layer.rs-layer
    b {
    margin-left: 5px;
  }
}

/* Mobile view */
@media (max-width: 600px) {
  .testimonial-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .testimonial-box {
    width: 100%;
  }
}
#mobileSec {
  display: none;
}
/* Responsive Design */
@media (max-width: 767px) {
  .myTestimonialSlider {
    padding: 10px;
  }
  .fl-col-group.fl-node-598cc273343b6.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center.fl-col-group-custom-width {
    row-gap: 21px;
  }
  .fl-col-group.fl-node-598cc273343b6.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center.fl-col-group-custom-width
    h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: normal;
  }
  .fl-row.fl-row-full-width.fl-row-bg-none.fl-node-598cc27334300.fl-row-default-height.fl-row-align-center.fl-row-has-layers.fl-row-bg-attachment-scroll {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .fl-row.fl-row-full-width.fl-row-bg-color.fl-node-fvbj1xamqk5c.fl-row-default-height.fl-row-align-center.fl-row-has-layers.fl-row-bg-attachment-scroll
    .fl-row-content-wrap.vamtam-show-bg-image {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .fl-row.fl-row-full-width.fl-row-bg-color.fl-node-fvbj1xamqk5c.fl-row-default-height.fl-row-align-center.fl-row-has-layers.fl-row-bg-attachment-scroll
    .fl-row-content-wrap.vamtam-show-bg-image
    h2 {
    font-size: 24px;
  }
  .fl-node-58f47e84232be.fl-col > .fl-col-content {
    padding-top: 72px;
    padding-bottom: 140px;
  }
  .fl-col.fl-node-58f47e8423280.fl-col-bg-color.fl-col-small.fl-col-small-custom-width
    .fl-col-content.fl-node-content.vamtam-show-bg-image {
    padding: 2em 0px;
  }
  .fl-col.fl-node-58f47e8423280.fl-col-bg-color.fl-col-small.fl-col-small-custom-width
    .fl-col-content.fl-node-content.vamtam-show-bg-image
    h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  .fl-row.fl-row-full-width.fl-row-bg-multiple.fl-node-598e28b190b08.fl-row-default-height.fl-row-align-center.fl-row-bg-attachment-scroll.vamtam-animation-inside
    h2 {
    color: #1d1a56;
    font-size: 22px;
    line-height: normal;
  }
  .fl-col.fl-node-598e28b1a0cea.fl-col-bg-photo.fl-col-bg-fixed {
    margin-top: 15px;
    margin-bottom: 2em;
  }
  .fl-module.fl-module-vamtam-button.fl-node-598e35192ee53
    .fl-module-content.fl-node-content {
    margin: 0;
    margin-bottom: 10px;
  }
  .fl-col.fl-node-599be884d9bbe.fl-col-bg-color.fl-col-small.fl-col-small-custom-width.fl-col-has-cols
    .fl-col-content.fl-node-content.vamtam-show-bg-image {
    padding: 0.5em 2px;
  }
  .vamtam-pin-pusher.fl-col.fl-node-599be884d9c37 .vamtam-pin-wrapper {
    height: auto;
  }
  .icon-a:after,
  .icon-b:before,
  .icon[data-icon]:before {
    color: #e63946;
  }
  .fl-node-599be884d9e29 > .fl-col-content {
    background: none !important;
  }
  .fl-node-599be884d9c37 > .fl-col-content {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 1em !important;
  }
  .fl-node-599be884d9cc9.fl-module-rich-text h2 {
    font-size: 26px;
    margin-top: 6px;
  }
  .fl-builder-content .fl-node-599be884d9dad h4 {
    font-size: 20px;
  }
  .fl-builder-content .fl-node-599be884d9dad h4 {
    font-size: 20px !important;
  }
  .fl-node-599be884d9570.fl-row > .fl-row-content-wrap {
    padding-bottom: 2em;
  }
  .fl-node-597fa8ed80562.fl-col > .fl-col-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .fl-node-597fa607242d1.fl-col > .fl-col-content {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .fl-node-597fa607242d1.fl-col > .fl-col-content h2 {
    font-size: 26px;
  }
  .fl-node-597fa607242d1.fl-col > .fl-col-content .fl-row-fixed-width h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  div#scroll-to-top {
    opacity: 0 !important;
  }
  .responsive-layout header.main-header .first-row .logo-wrapper {
    padding-top: 2px;
    align-items: flex-end !important;
  }
  .fl-module.fl-module-html.fl-html.fl-node-9h4jwfrezpgi .feature-boxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
    flex-direction: column;
  }
  .fl-row.fl-row-full-width.fl-row-bg-color.fl-node-5a4ed160d2f26.fl-row-default-height.fl-row-align-center.fl-row-bg-attachment-scroll
    img {
    width: 100%;
    max-width: 172.2px;
  }
  .fl-builder-content-11419 .fl-node-6xeb5jov2hdq > .fl-row-content-wrap {
    background:
      url(https://demo.purevoltindia.com/wp-content/uploads/2025/11/box-icon03.png)
        no-repeat right top,
      url(https://demo.purevoltindia.com/wp-content/uploads/2025/11/box-icon02.png)
        no-repeat,
      linear-gradient(#fff7f8, #fff7f8);
    padding: 4em 0;
  }
  .fl-builder-content-11419 .fl-node-6xeb5jov2hdq > .fl-row-content-wrap h2 {
    font-size: 26px;
    line-height: normal;
    margin: 5px;
  }
  .features li {
    margin-bottom: 1.5em;
    padding-left: 3em;
  }
  .fl-col-group.fl-node-tv5jkbdiyzog {
    padding: 2em 0;
  }
  .fl-col-group.fl-node-tv5jkbdiyzog h2 {
    font-size: 26px;
  }
  h2 {
    line-height: normal !important;
    font-size: 26px !important;
  }
  .fl-node-wztaued74ysp .fl-col-content.fl-node-content.vamtam-show-bg-image {
    padding: 3em 0px;
    padding-bottom: 0;
  }
  .fl-col.fl-node-3b1qck7uzjlg.fl-col-bg-color {
    margin-top: 1.5em;
  }
  .fl-node-5a4ed160d2f26 {
    background: #fff7f8;
    padding: 0;
  }
  .fl-node-v6g57naj0xz4.fl-col > .fl-col-content {
    padding-top: 20px;
    padding-bottom: 30px;
    padding: 0;
  }
  #CountriesWhere {
    padding: 3em 0;
    padding-bottom: 0;
  }
  .fl-node-bm642lugt97e.fl-col > .fl-col-content {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .fl-col.fl-node-doj40mchvkl5.fl-col-bg-color {
    margin-top: 4em;
  }
  .fl-col-group.fl-node-b05ymjkxvc7p h2 {
    margin-bottom: 0;
  }
  .fl-node-dyqscmnhoev3 > .fl-row-content-wrap {
    padding-bottom: 3em !important;
  }
  .fl-col-group.fl-node-ua7tvkfg1ol6 {
    margin-top: 4em;
  }
  #ourBlogWrp .post-media {
    margin: 0;
  }
  #ourBlogWrp .post-content-wrapper {
    padding: 15px 0;
    border: 1px solid;
  }
  footer#main-footer .fl-module-vamtam-heading .vamtam-heading {
    font-size: 20px !important;
  }
  .fl-node-597d02a1d5c91.fl-module-rich-text.fl-module {
    margin-bottom: 10px;
    margin-left: 10px !important;
  }
  .fl-module.fl-module-rich-text.fl-rich-text.fl-node-597d02a1d62a5 br {
    display: none;
  }
  #ourBlogWrp .cbp-ready .cbp-item {
    position: static;
  }
  #ourBlogWrp
    .fl-module.fl-module-vamtam-blog.fl-node-uk7w8m0zd4i5.vamtam-blog-small {
    margin-bottom: 0 !important;
  }
  .fl-col-group.fl-node-59877caa818a4.fl-col-group-nested.fl-col-group-custom-width
    .vamtam-button.button-solid {
    padding: 10px 10px !important;
    width: 100%;
  }
   .fl-col-group.fl-node-59877caa818a4.fl-col-group-nested.fl-col-group-custom-width
    .vamtam-button.button-solid  .icon[data-icon]:before {
        color: #ffffff;
    }
  .main-footer .widget.widget_nav_menu .menu li a {
    font-weight: 300 !important;
  }
  .smallTxt {
    font-size: 18px;
  }
  .smallTxt:after {
    position: absolute;
    top: 20px;
    right: -36%;
    content: "";
    width: 60px;
    height: 2px;
    background: #db2a27;
  }
  #goalsWrp i {
    font-size: 50px;
  }
  .fl-node-598e28b1a0c9a.fl-col > .fl-col-content {
    padding-top: 60px;
  }
  .fl-node-598e28b190b08.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
  #guideWrpId {
    display: none;
  }
  #mobileSec {
    display: block;
  }
  #mobileSec .fl-row-content-wrap.vamtam-show-bg-image {
    padding: 0;
  }
  .guide-section {
    position: relative;
    padding: 120px 20px;
    background: url(https://demo.purevoltindia.com/wp-content/uploads/revslider/Portfolio/Slide2-11.jpg)
      center / cover no-repeat;
    background-attachment: fixed !important;
  }
  #mobileSec .fl-module.fl-module-html.fl-html.fl-node-g5nk74oqrt1b {
    margin: 0;
  }
  #mobileSec .guide-section {
    padding: 40px 20px;
  }
  #mobileSec .guide-card h3 {
    font-size: 22px;
    color: #fff;
    line-height: normal;
  }
  #mobileSec .guide-card p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
  }
  #mobileSec .guide-card {
    padding: 25px 15px;
  }
}

/* Responsive */
@media (min-width: 769px) {
  #mega-menu-wrap-menu-header
    #mega-menu-menu-header
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    width: max-content !important;
  }
  #FromIndiaWorld .fl-module-photo {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
    transition: all 1.2s;
    max-width: 23%;
  }
  #mega-menu-wrap-menu-header
    #mega-menu-menu-header
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: max-content;
  }

  .fl-node-59877c72c1ece .fl-row-content-wrap.vamtam-show-bg-image a {
    width: 238px;
    height: 60px;
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .cf7-row {
    flex-direction: column;
  }
  .fixed-header-box.sticky-header-state-reset.hbox-filler {
    height: auto !important;
  }
  .machine-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }
  .machine-card {
    width: 100%;
    margin: 0em 0;
  }
  .OverseasInstallations .GalleryGrid a {
    width: 49.3%;
  }
  .solution-section {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  #rev_slider_63_1_wrapper {
    height: 500px;
  }
}

@media (max-width: 900px) {
  #post-987984 .fl-photo-img {
    aspect-ratio: inherit;
    object-fit: none;
    object-position: top;
  }
  #rev_slider_63_1_wrapper {
    height: 560px;
  }
  .imageMobile {
    min-height: 250px;
  }
  .fl-col-group.fl-node-2sz3kafhr0o7.fl-col-group-equal-height.fl-col-group-align-top {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    display: flex;
  }
  .fl-col-group.fl-node-dr5kxqeojaly.fl-col-group-equal-height.fl-col-group-align-top {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    display: flex;
  }
  img.fl-photo-img.wp-image-987695.size-full.vamtam-lazyload-noparent {
    max-width: 170px;
    margin: 0 auto;
    display: block;
  }
  .fl-col-group.fl-node-59877caa818a4.fl-col-group-nested.fl-col-group-custom-width {
    text-align: center;
    display: flex;
  }
  .fl-col-group.fl-node-59877caa818a4.fl-col-group-nested.fl-col-group-custom-width
    .vamtam-button.button-solid {
    padding: 10px 16px !important;
  }
}

@media (max-width: 1260px) {
  #rev_slider_63_1_wrapper {
    height: 560px;
  }
}

@media (min-width: 1261px) {
  #rev_slider_63_1_wrapper {
    height: 600px;
  }
}
.logo-tagline .normal-logo {
  max-height: 76px !important;
  padding: 15px 0;
  width: auto;
}
.logo-tagline a {
  min-width: auto !important;
  padding: 5px 0;
}
