@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --black: #000000;
  --white: #ffffff;
  --grey: #484848;
  --lgrey: #9ea5a6;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}

* {
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  font-size: 2.5rem;
  font-weight: 300;
}

/* navbar  */
.bl-nav {
  background-color: var(--black);
  padding: 10px 0px;
  position: sticky;
  top: 0;
  z-index: 10;
}

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

.logo a img {
  height: 50px;
  width: 100%;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-size: 1rem;
}

.contact-btn {
  background-color: var(--white);
  color: var(--black);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background-color: var(--grey);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: var(--white);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: var(--black);
  padding: 1rem 2rem;
  text-align: center;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.mobile-menu.active {
  display: flex;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  flex-direction: column;
  background-color: var(--white) !important;
  z-index: 10;
  border-radius: unset !important;
  padding: 0px 0px !important;
}

.dropdown-menu a {
  color: var(--black);
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.421);
}

.dropdown-menu a:hover {
  color: var(--grey);
}

.dropdown-menu.show {
  display: flex !important;
  min-width: 15rem;
}

/* slider  */
.hero-swiper {
  position: relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  height: 100vh;
  width: 100%;
}

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

.slide-img.mobile{
    display: none!important;
}

.slide-content {
  position: absolute;
  right: 5%;
  top: 15%;
  text-align: right;
  color: var(--white);
  max-width: 500px;
}

.slide-content h1 {
  font-size: 3.5rem;
  font-weight: 300;
}

.slide-content p {
  margin-top: 1rem;
  line-height: 1.6;
}

.swiper-pagination {
  bottom: 15% !important;
}

.dots-nav .swiper-pagination-bullet {
  background: var(--white) !important;
  margin-left: 30px !important;
  opacity: 1 !important;
}

.dots-nav .swiper-pagination-bullet-active {
  box-shadow: 0px 0px 10px 5px var(--white);
  opacity: 0.8 !important;
}

/* brand section  */
.brands-section {
  padding: 100px 0;
  background-color: var(--white);
}

.brandSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.brandSwiper .swiper-slide img {
  height: 90px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.brandSwiper .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/* about section  */
.about-section {
  background: linear-gradient(180deg, #000000, #333333);
  padding: 100px 20px;
}

.about-section h2 {
  font-weight: 300;
  margin-bottom: 20px;
}

.about-description {
  font-weight: 200;
  color: var(--white);
  padding: 0 10% 4% 10%;
}

.italic-heading {
  font-style: italic;
  font-size: 20px;
  padding-bottom: 50px;
  letter-spacing: 0.5px;
}

.product-row {
  row-gap: 40px;
  justify-content: center;
}

.product-card {
  text-align: center;
}

.product-img {
  width: 100%;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.product-img img:hover {
  filter: grayscale(0%);
}

.product-card h5 {
  padding: 20px 0px;
  font-size: 1rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: unset;
}

.product-card p {
  color: var(--white);
}

/* why-bs-laminates */
.why-bs-head {
  font-weight: 300;
}

.why-bs-sh {
  font-weight: 200;
  font-style: italic;
  font-size: 1.3rem;
  padding-bottom: 30px;
}

.bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 180px;
  display: flex;
  align-items: center;
  color: var(--white);
}

.usp-heading,
.usp-para {
  position: relative;
  z-index: 2;
}

.usp-heading {
  font-style: italic;
  font-weight: 300;
  font-size: 2rem;
}

.bg:hover .usp-para {
  display: none;
}

.bg-1 {
  background-image: url("../media/images/bg-1.jpg");
}

.bg-2 {
  background-image: url("../media/images/bg-2.jpg");
}

.bg-3 {
  background-image: url("../media/images/bg-3.jpg");
}

.bg-4 {
  background-image: url("../media/images/bg-4.jpg");
}

.bg > .col-lg-4,
.bg > .col-lg-2,
.bg > .col-lg-6 {
  position: relative;
  z-index: 1;
  padding: 0 4rem;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg > .col-lg-4::after,
.bg > .col-lg-2::after,
.bg > .col-lg-6::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(88, 88, 88, 0.7);
  z-index: 0;
  transition: opacity 0.4s ease;
}

.bg-2 > .col-lg-4::after,
.bg-2 > .col-lg-2::after,
.bg-2 > .col-lg-6::after {
  background-color: rgba(88, 88, 88, 0.8);
}

.bg-3 > .col-lg-4::after,
.bg-3 > .col-lg-2::after,
.bg-3 > .col-lg-6::after {
  background-color: rgba(35, 35, 35, 0.8);
}

.bg-4 > .col-lg-4::after,
.bg-4 > .col-lg-2::after,
.bg-4 > .col-lg-6::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg:hover > .col-lg-4::after,
.bg:hover > .col-lg-6::after {
  opacity: 0;
}

.bg > .col-lg-2::after {
  opacity: 1;
  /*border-left: 1px solid var(--white);*/
  border-right: 1px solid var(--white);
}

/* left right section */
.lr-col-img img {
  height: auto;
  width: 100%;
}

.lr-col-content-wrapper {
  padding: 0 15%;
}

.lr-col-heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.lr-col-subhead {
  font-size: 2.5rem;
  font-weight: 300;
}

.lr-col-content p {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 20px;
}

.lr-col-content ul {
  padding-left: 30px;
  list-style-type: none;
}

.lr-col-content ul li {
  padding-bottom: 20px;
  position: relative;
}

.lr-col-content ul li:last-child {
  padding-bottom: unset;
}

.lr-col-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -30px;
  color: var(--black);
}

.black-bg {
  background-color: var(--black);
}

.black-bg-content {
  color: var(--white);
}

.black-bg-content .lr-col-content ul li::before {
  color: var(--white);
}

/* testimonial section  */
.testimonials {
  margin: 100px 0px;
  text-align: center;
  position: relative;
  background-image: url(../media/icons/quote.svg);
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40vh;
}

.testimonialSlider {
  padding-top: 10% !important;
}

.testimonial-content {
  margin: auto;
  padding: 40px 0px 40px 0px;
  position: relative;
  overflow: hidden;
}

.quote-mark {
  font-size: 100px;
  position: absolute;
  left: -65%;
  top: 0;
}

.quote-mark img {
  height: auto;
  width: 100%;
}

.testimonial-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.testimonial-content p {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 25px;
  line-height: 1.6;
  font-weight: 300;
}

.testimonial-content h4 {
  font-weight: 500;
  margin-bottom: 5px;
}

.testimonial-content small {
  font-style: italic;
  color: var(--black);
}

.testimonialSlider .swiper-button-next img,
.testimonialSlider .swiper-button-prev img {
  padding: 5px;
  width: 100px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.testim-slider-nav-buttons {
  position: absolute;
  bottom: 12%;
  right: 10%;
  width: 100%;
}

.testim-slider-nav-buttons .swiper-button-prev {
  left: 97%;
}

.testim-slider-nav-buttons .swiper-button-next {
  right: -95px;
}

.lr-section-col-a {
  order: 1;
}

.lr-section-col-b {
  order: 2;
}

/* partner with us */
.partner-with-us {
  background-image: url("../media/images/cta-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.partner-with-us .container {
  z-index: 2;
}

.partner-with-us .badge {
  background-color: var(--black);
  color: var(--white);
  padding: 10px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 1px;
}

.partner-with-us h2 {
  font-size: 5rem;
  font-weight: 300;
  padding-top: 20px;
}

p.lead {
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 300;
  color: var(--lgrey);
  padding: 0 10%;
}

.button-group {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.partner-with-us .btn {
  min-width: 140px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.partner-with-us .btn:hover {
  background-color: var(--grey);
  color: var(--black);
}

/* footer  */
.main-footer {
  background-color: var(--black);
}

.footer-logo {
  width: auto;
  height: 100px;
}

.social-head {
  padding-top: 30px;
  margin-bottom: unset;
}

.footer-line {
  border-top: 1px solid var(--white);
  width: 100%;
  opacity: 1;
}

.social-icons a {
  color: var(--white);
  margin-right: 15px;
  font-size: 1rem;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: var(--grey);
}

.main-footer h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.main-footer a {
  color: var(--white);
  font-weight: 200;
  text-decoration: none;
}

.main-footer a:hover {
  text-decoration: underline;
}

.footer-contact-info p {
  font-weight: 200;
}

.footer-form-heading {
  margin-bottom: unset;
}

.footer-form-heading span {
  font-weight: 100;
}

.footer-form-heading h2 {
  font-weight: 600;
}

.main-footer input.form-control {
  padding: 10px 20px;
}

.input-field {
  height: 50px;
}

.main-footer button.btn {
  padding: 10px 20px;
  font-weight: 500;
}

.copyright p {
  padding: 50px 0px;
  border-top: 1px solid var(--white) !important;
  margin-bottom: unset;
}

/*-------------- ABOUT US PAGE  ----------------*/
/* banner  */
.about-banner {
  background-image: url("../media/images/abt-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
}

.abt-banner-content {
  top: 50%;
  transform: translateY(-50%);
}

.abt-banner-heading h1 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.abt-banner-subhead p {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0px;
  padding: 30px 0px;
}

.abt-banner-para {
  font-weight: 200;
  word-spacing: 3px;
  letter-spacing: 1px;
}

/* about section  */
.abt-pg-about-section {
  background-color: var(--black);
}

.abt-pg-about-para p {
  color: var(--white);
}

.vmv-row-wrapper {
  background-image: url("../media/images/abt-bg.svg");
  background-position: 0% 30%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 70px;
}

.vmv-card-b {
  margin-top: -50px;
}

.vmv-card-image img {
  height: 175px;
  width: auto;
}

.vmv-card-image-b img {
  height: 200px;
  width: auto;
}

.vmv-card-para {
  padding: 0 10px;
}

.vmv-card-para p {
  color: var(--white);
}

/* infra slider section  */
.infrastructure-section {
  margin: 0 auto;
  text-align: center;
  padding: 100px 0px;
  position: relative;
}

.slider-subheading p {
  padding-top: unset;
  padding-bottom: 50px;
}

.infraSlider {
  width: 100%;
}

.infraSlider .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.infraSlider .swiper-wrapper .swiper-slide .slide-caption {
  text-align: left;
  margin-top: 15px;
}

.infraSlider .swiper-wrapper .swiper-slide .slide-caption .slide-title h3 {
  font-size: 26px;
}

.infraSlider .swiper-wrapper .swiper-slide .slide-caption .slide-subtitle p {
  font-size: 20px;
}

.infra-slider-nav-btns {
  position: absolute;
  right: 15%;
  bottom: 70px;
}

.infra-slider-nav-btns .swiper-button-next,
.infra-slider-nav-btns .swiper-button-prev {
  color: var(--black);
  width: 110px;
  height: 40px;
}

.infra-slider-nav-btns .swiper-button-prev {
  margin-left: -150px;
}

.infra-slider-nav-btns .swiper-button-next {
  right: -100px;
}

.infra-slider-nav-btns .swiper-button-next img,
.infra-slider-nav-btns .swiper-button-prev img {
  height: auto;
  width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* why choose us  */
.halfSlider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.half-slider-nav-btns {
  position: absolute;
  bottom: 0px;
  background-color: #0000009e;
  height: 100px;
  width: 100%;
  z-index: 1;
}

.half-next img,
.half-prev img {
  height: auto;
  width: 110px;
}

.half-next {
  right: 35% !important;
}

.half-prev {
  left: 40% !important;
}

.why-choose-us-bg {
  background-color: #f4f4f4;
}

.half-nav-btns-bg {
  background-color: #ffffff8a;
}

/*---------------------- product page  ----------------------*/
/* banner  */
.product-banner-a {
  background-image: url("../media/images/product-pg-bg.png");
  height: 50vh;
}

.ppg-banner-content h1,
.ppg-banner-content p {
  color: var(--white);
}

/* product overview  */
.feature-card {
  padding: 0px 10px;
}

.feature-card img {
  height: 80px;
  width: 100%;
}

.feature-card h3 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 50px;
  text-transform: uppercase;
}

.feature-card p {
  color: var(--grey);
}

.laces-img img {
  height: auto;
  width: 100%;
}

/* application  */
.applications-section {
  background-color: var(--black);
  text-align: center;
  color: var(--white);
}

.applications-section .section-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.applications-swiper {
  padding-bottom: 3rem;
}

.applications-swiper .swiper-wrapper .swiper-slide {
  max-width: 300px;
  margin: auto;
  color: var(--white);
}

.applications-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.applications-swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  /* padding-bottom: 15px; */
}

.app-slider-nav-btns {
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 100%;
  z-index: 1;
}

.app-prev {
  left: 44% !important;
}

.app-next {
  right: 44% !important;
}

.app-prev img,
.app-next img {
  height: auto;
  width: 120px;
}

/*-------------- CONTACT US PAGE  --------------*/
.contact-banner {
  background-image: url("../media/images/contact.jpg");
  height: 50vh;
  margin-top: -5px;
}

.enquire-section input,
.enquire-section textarea {
  border: 1px solid var(--black);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background-color: #f5f5f5;
}

.contact-info-wrapper h4 {
  font-weight: 300;
}

.enquire-section .form-control:focus {
  box-shadow: none;
  border-color: var(--black);
}

.contact-info-icons img {
  height: 60px;
  width: 100%;
}

.call-icon img {
  height: 50px;
}

.book-site-wrapper a {
  color: var(--white);
  text-decoration: none;
}

/* floating buttons  */
.floating-buttons {
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.floating-btn {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: width 0.3s ease;
  border-radius: 30px 0 0 30px;
  box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.3);
}

#whatsapp-btn {
  top: 0;
}

#email-btn {
  top: 45px;
}

#call-btn {
  top: 90px;
}

#email-btn i, #call-btn i{
  font-size: 17px;
}

.floating-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--white);
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.floating-btn i {
  font-size: 20px;
  flex-shrink: 0;
  margin-left: 13px;
}

.btn-label {
  margin-left: 10px;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.floating-btn:hover {
  width: 160px;
}

.floating-btn:hover .btn-label {
  opacity: 1;
}

#whatsapp-btn,
#email-btn,
#call-btn {
  background-color: var(--black);
}

@media (max-width: 768px) {
  .heading {
    font-size: 1.5rem;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* navbar  */
  .logo a img {
    height: 30px;
  }

  .nav-links,
  .contact-btn {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .mobile-menu a {
    color: var(--white);
    text-decoration: none;
    padding: 0.5rem 0;
  }

  .mobile-menu .contact-btn {
    margin-top: 1rem;
  }

  .hamburger.active div:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active div:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
  }

  .product-dropdown:hover .dropdown-menu {
    display: flex;
  }

  .mobile-dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    display: none;
  }

  .mobile-dropdown.open .dropdown-menu {
    display: flex;
    background-color: var(--black) !important;
  }

  .mobile-menu {
    left: 0;
  }

  .dropdown-toggle::after {
    margin-left: 0.5rem !important;
  }

  /*-------------- homepage  --------------*/
  /* banner slider  */
  .hero-swiper{
      height: 100vh;
  }
  .slide-img {
    display: none;
    }
    .slide-img.mobile{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block!important;
    }
  .slide-content {
    right: unset;
    top: unset;
    bottom: 70px;
    padding: 0 5%;
    text-align: center;
  }

  .slide-content h1 {
    font-size: 1.6rem;
    text-align: center;
  }
.slide-content p{
    margin: 0;
    text-align: center;
    font-size: 14px;
}
  .swiper-pagination {
    bottom: 5% !important;
  }

  .dots-nav .swiper-pagination-bullet {
    margin-left: 15px !important;
  }

  /* brand logo slider  */
  .brands-section {
    padding: 50px 0px;
  }

  .brandSwiper .swiper-slide {
    height: unset;
  }

  .brandSwiper .swiper-slide img {
    height: 55px;
  }

  /* ABOUT section  */
  .about-section {
    padding: 50px 10px;
  }

  .about-description,
  .italic-heading {
    padding: 0 0% 5% 0%;
  }

  .product-row {
    row-gap: 10px;
  }

  .italic-heading {
    font-size: 16px;
  }

  /* why bs laminates  */
  .why-bs-sh {
    padding-bottom: 10px;
  }

  .d-none-col {
    display: none !important;
  }

  .bg > .col-lg-4,
  .bg > .col-lg-2,
  .bg > .col-lg-6 {
    padding: 0 1rem;
    height: 100px;
  }

  .usp-heading,
  .usp-para {
    margin-bottom: 0px;
  }

  .usp-heading {
    font-size: 1.5rem;
  }

  /* left right sections  */
  .lr-col-content-wrapper {
    padding: 10% 5%;
  }

  .lr-col-heading,
  .lr-col-subhead {
    font-size: 2rem;
    margin-bottom: unset;
  }

  .lr-col-content p {
    font-size: 1rem;
    padding-bottom: 5px;
  }

  .lr-section-col-a {
    order: 2;
  }

  .lr-section-col-b {
    order: 1;
  }

  /* testimonial section  */
  .testimonials {
    margin: 0px 0px 50px;
    height: 10vh;
  }

  .testimonial-content {
    padding: 10px 0px 50px;
  }

  .testimonial-content p {
    font-size: 14px;
    margin-bottom: unset;
  }

  .testimonial-content h4 {
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: unset;
  }

  .testim-slider-nav-buttons {
    right: 60%;
  }

  .testim-slider-nav-buttons .swiper-button-prev {
    left: 90%;
  }

  .testimonialSlider .swiper-button-next img,
  .testimonialSlider .swiper-button-prev img {
    width: 80px;
  }

  /* partner with us  */
  .partner-with-us {
    height: 60vh;
    padding: 50px 10px;
  }

  .partner-with-us .badge {
    margin-bottom: 5px;
  }

  .partner-with-us h2 {
    font-size: 2rem;
    margin-bottom: 5px;
  }

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

  .partner-with-us .btn {
    margin-bottom: 10px;
  }

  .button-group {
    flex-direction: column;
  }

  /* footer  */
  .footer-logo-wrapper {
    text-align: center;
  }

  .footer-logo {
    height: 50px;
    margin-bottom: unset;
  }

  .social-head,
  .main-footer h6 {
    padding-bottom: 2px;
  }

  .footer-line {
    margin: unset;
  }

  .social-icons {
    margin-top: unset;
  }

  .main-footer h6 {
    margin-bottom: unset;
    padding-top: 10px;
  }

  .list-unstyled {
    padding-top: 5px;
  }

  .main-footer a {
    font-size: 14px;
  }

  .footer-contact-info p:first-child {
    padding-top: 5px;
  }

  .footer-contact-info p {
    margin-bottom: unset;
    padding-top: 10px;
    font-size: 14px;
  }

  .footer-form-heading {
    padding-bottom: 20px;
  }

  .main-footer input.form-control {
    margin-bottom: 10px;
  }

  .copyright p {
    padding: 20px 0px;
    font-size: 14px;
  }

  /*--------- ABOUT PAGE  --------*/
    /* banner  */
 .about-banner {
      background-image: url("../media/images/abt-banner-mobile.jpg");
      background-position: top center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 90vh;
      display: flex;
      align-items: center;
      position: relative;
  }
 .abt-banner-content{
    top: 50%;
    transform: translateY(-10%);
 }
 .abt-banner-subhead p{
     padding: 20px 0;
 }
  .abt-banner-heading h1 {
    font-size: 34px;
  }

  .abt-banner-subhead p {
    font-size: 20px;
  }

  .abt-banner-subhead p,
  .abt-banner-para p {
    font-weight: 500;
  }

  /* mission vision section  */
  .vmv-row-wrapper {
    background-image: unset;
    padding-top: unset;
  }

  .vmv-card {
    padding-bottom: 40px;
  }

  .vmv-card-b {
    margin-top: unset;
  }

  /* infra slider  */
  .infrastructure-section {
    padding: 50px 10px;
  }
  .infra-slider-nav-btns {
    right: unset;
    left: 55%;
    bottom: 55px;
  }

  .slider-subheading p {
    padding-bottom: 20px;
    font-weight: 200;
    font-size: 16px;
  }

  .infraSlider .swiper-wrapper .swiper-slide .slide-caption {
    padding: 0 10px;
  }

  .infraSlider .swiper-wrapper .swiper-slide .slide-caption .slide-title h3 {
    font-size: 1.3rem;
    font-weight: 400;
  }

  .infraSlider .swiper-wrapper .swiper-slide .slide-caption .slide-subtitle p {
    font-size: 0.8rem;
  }

  /* why choose bs  */
  .half-next img,
  .half-prev img {
    width: 80px;
  }

  .half-next {
    right: 30% !important;
  }

  .half-prev {
    left: 30% !important;
  }

  .wcu-mob {
    margin-bottom: 50px;
  }

  .mt-100-mob {
    margin-top: 200px;
  }

  /* half slider  */
  .half-slider-nav-btns {
    height: 50px;
  }

  /*------------ PRODUCT PAGE  -----------*/
  /* banner  */
  .product-banner-a {
    background-size: cover;
    background-position: 80% 0;
    height: 350px;
  }

  /* applications  */
  .applications-swiper .swiper-wrapper .swiper-slide {
    max-width: unset;
  }

  .applications-swiper {
    padding-top: 20px !important;
  }

  .app-prev img,
  .app-next img {
    width: 80px;
  }

  .app-slider-nav-btns {
    bottom: 6%;
  }

  .app-prev {
    left: 30% !important;
  }

  .app-next {
    right: 35% !important;
  }

  /* product overview  */
  .feature-card {
    margin-bottom: 40px;
  }

  .feature-card h3 {
    padding-top: 25px;
  }

  /*------------ CONTACT PAGE  ------------*/
  /* banner  */
  .contact-banner {
        background-image: url(../media/images/contact-mobile.jpg);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 90vh;
        display: flex;
        align-items: center;
        position: relative;
  }

  .contact-pg-content {
    left: 5px;
    transform: translateY(-90%);
    padding: 0 10px;
  }

  .contact-pg-content .abt-banner-subhead {
    padding-top: 0;
  }

  /* form  */
  .cii-a img {
    height: 110px;
  }

  .contact-info-wrapper p {
    font-size: 14px;
  }

  /*----------- floating buttons  -------------*/
  .floating-btn:hover {
    width: 50px;
  }

  .floating-btn:hover .btn-label {
    opacity: 0;
  }
}
