:root {
  scroll-padding-top: 100px;
}
html {
  scroll-behavior: smooth;
}

/*
  Footer styling
*/
.enquirynow {
  bottom: 139px;
}
.whatsapp {
  bottom: 65px;
}

.nav-disabled {
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}

.swiper-pagination-fraction {
  gap: 2px;
}

.swiper-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  gap: 20px;
  user-select: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: unset !important;
  width: 40px !important;
  height: 40px !important;
  margin-top: unset !important;
  user-select: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: " " !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: unset !important;
  height: unset !important;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
}
.fade-arrow {
  border: 2px solid #d2d2d2 !important;
  border-radius: 50%;
  fill: #d2d2d2;
  cursor: default;
  user-select: none;
}
.fade-arrow:hover {
  background: transparent !important;
}
.fade-arrow .fill-color path {
  fill: #d2d2d2;
}
.fade-arrow:hover .fill-color path {
  fill: #d2d2d2 !important;
}
/*
    Banner section starts
*/
.banner-container {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 80px 120px;
  gap: 15px;
}
 
.banner-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 50%;
  height: auto;
  gap: 30px;
}
.banner-left .thumbnail {
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.thumbnail img {
  width: 75px;
  height: auto;
  border-radius: 1.5px;
  background-color: #f2f2f2;
}
.thumbnail-img.active {
  border: 2px solid #0094d9;
  border-radius: 5px;
}
.poster {
  width: 77%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.poster img {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  animation: poster-fade 0.5s ease;
}

@keyframes poster-fade {
  0% {
    opacity: 0.4;
    filter: blur(1.1px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.banner-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 50%;
  height: auto;
  gap: 30px;
}
.banner-title, #banner .banner-right .banner-title h1{
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  color: #0094d9;
}
.banner-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.banner-mobtitle {
  display: none;
}
.web-btn {
  display: flex;
  gap: 10px;
}
.mob-btn {
  display: none;
}
#banner .btn-1 {
  overflow: hidden;
  display: flex;
  padding: 12px 52px 12px 26px;
  background: #fff100;
  position: relative;
  border-radius: 6px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#banner .btn-1 .arrow {
  display: flex;
  gap: 4px;
  right: 20px;
}
#banner .btn-1 .arrow:after {
  background: url(../images/product-new/pdf.svg) center center/cover no-repeat !important;
  width: 80%;
  height: 100%;
}
#banner .btn-1:hover .arrow:after {
  background: url(../images/product-new/pdf-yellow.svg) center center/cover
    no-repeat !important;
}

#banner .storebtn {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffff;
  border: 1px solid #0094d9;
  border-radius: 6px;
  padding: 12.5px 24px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner .btn-store {
  width: 100%;
  gap: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn-store::before {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #0094d9;
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
}
.btn-store span {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #0094d9;
}
#banner .btn-store .arrow {
  display: flex;
  width: 20px;
  height: 16px;
  justify-content: center;
  align-items: center;
}
.btn-store:hover::before {
  background: #0094d9;
  width: 100%;
}
.btn-store:hover span {
  color: #ffff;
  z-index: 99;
}
.btn-store .arrow:after {
  background: url(../images/homepage/common/arrow-blue.svg) center center/cover
    no-repeat !important;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  font-size: 0;
}

#banner .btn-store:hover .arrow:after {
  background: url(../images/product-new/arrow-white.svg) center center/cover
    no-repeat !important;
  z-index: 99;
  width: 24px;
  height: 24px;
}

/*
    Features and Benefits section
*/
.fnb-container {
  width: 100%;
  height: 100%;
  background-color: #0094d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0px 40px 0px;
}

.fnb-title {
  font-size: 19px;
  color: #fff100;
  line-height: 19.2px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fnb-subtitle {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

.fnb-bottom {
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fnbCard {
  width: 100%;
  height: 175px;
  background-color: #096eaa;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  padding-right: 14px;
}
.fnbCard .cardImg {
  width: 120px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fnbCard .cardImg img {
  width: 120px;
  height: auto;
}
.fnbCard .cardText {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 21.6px;
  width: 75%;
}

.swiper {
  width: 100%;
  height: 100%;
}

/*
    Application section
*/
.why-fino-section {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.why-finolex {
  background: none !important;
  color: #959595;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  padding: 0;
}
.why-heading h1 {
  color: #0094d9;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  font-family: "Montserrat";
}
.why-heading {
  padding: 0 16%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.why-fino-section .swiper-slide-active {
  background-color: #0094d9;
  border-radius: 10px;
}
.why-fino-section .swiper-slide {
  flex-shrink: 0 !important;
  position: relative !important;
  transition-property: transform !important;
  display: block !important;
  transition-property: none !important;
  transition: all 0.5s ease-out !important;
  -webkit-transition: all 0.5s ease-out !important;
  -moz-transition: all 0.5s ease-out !important;
}
.card-container {
  width: 100%;
  border: 2px solid #d9d9d9;
  display: grid;
  align-items: center;
  grid-template-columns: 30% 70%;
  justify-items: start;
  text-align: left;
  padding: 20px 15px;
  border-radius: 10px;
  height: 192px;
}
.fair-card img {
  filter: grayscale(1);
  width: 150px;
  height: auto;
}
.card2.swiper-slide-active h1 {
  color: #ffffff !important;
}
.card2.swiper-slide-active .card-container {
  border: unset;
}
.card-content h1 {
  color: #d9d9d9;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  font-family: "Montserrat";
  margin-bottom: 10px;
}

.card2.swiper-slide-active p {
  color: #ffffff !important;
}
.card-content p {
  color: #d9d9d9;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat";
}

.about-left-arrow {
  background: #ffff;
  user-select: none;
  fill: #000;
  border: 2px solid #0094d9;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
}
.about-left-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.about-right-arrow {
  background: #ffff;
  border-radius: 50%;
  user-select: none;
  fill: #000;
  border: 2px solid #0094d9;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
}
.about-right-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.about-right-arrow:hover .fill-color path {
  fill: #ffffff;
}

.appl-left-arrow {
  fill: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.appl-left-arrow:hover {
  background: #fff;
  border-radius: 50%;
}
.appl-left-arrow:hover path {
  fill: #0094d9;
}
.about-left-arrow:hover .fill-color path {
  fill: #ffffff;
}

.appl-right-arrow {
  fill: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}

.appl-right-arrow:hover {
  background: #fff;
  border-radius: 50%;
}

.appl-right-arrow:hover .fill-color path {
  fill: #0094d9;
}
.slider-container {
  padding: 40px 0 0 !important;
}

/*
  Anchor section
*/
.anc-container {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10%;
  padding-left: 10%;
  user-select: none;
}

.anc-inner {
  width: 100%;
  height: 100%;
  border: 2px solid #0094d9;
  background: #fff;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  overflow-x: auto;
  white-space: nowrap;
  gap: 3.8%;
}

/* .anc-container:hover {
  height: 80px;
  animation: smooth 0.2s linear;
} */

.anc-inner::-webkit-scrollbar {
  /* display: block; */
  /* width: 2em; */
  height: 6.5px;
}

/* .anc-inner:hover::-webkit-scrollbar {
  height: 7px;
} */

.anc-inner:hover::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 2px;
}

.anc-inner p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
}
.anc-inner a {
  color: #58595b;
}
.anc-inner p.active a {
  color: #0094d9;
  font-weight: 700;
}
/*
    Media queries starts here
*/
@media screen and (max-width: 768px) {
  /*
  Footer styling
*/
  .enquirynow {
    bottom: 119px;
  }
  .whatsapp {
    bottom: 45px;
  }
  .fnb-container {
    align-items: start;
    padding: 40px 15px 30px 15px;
  }
  .fnb-container .swiper-navigation {
    padding-bottom: 0;
  }
  .fnb-bottom {
    margin-top: 20px;
  }
  .fnb-title {
    font-size: 14px;
  }
  .fnb-subtitle {
    font-size: 26px;
  }
  .cardImg {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .cardImg img {
    width: 100%;
    height: 100%;
  }

}
@media screen and (max-width: 767px) {
  .fnbCard {
    flex-direction: column;
    width: 160px;
    height: 100%;
    padding: 0 10px 17px 10px;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
  }
  .fnbCard .cardText {
    font-size: 14px;
    width: 100%;
    line-height: 19.2px;
  }
}
/*
    Form section
*/
.contact-us-container {
  padding: 60px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 80px 120px;
}
.contact-head-text {
  color: #fff100 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #959595;
  font-family: "Montserrat";
  padding: 0;
  margin: 0 0 10px 0;
}
.contact-head {
  color: #fff !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #0094d9;
  font-family: "Montserrat";
  padding: 0;
  margin: 0 0 30px 0;
}
.contact-head-para {
  width: 75%;
  color: #ffff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #58595b;
  font-family: "Montserrat";
  padding: 0;
  margin: 0 0 30px 0;
}
.input-group label {
  color: #fff !important;
}

.contact-form {
  max-width: 585px;
  margin: 0 auto;
}
.form-group {
  display: flex;
  justify-content: space-between;
}
.form-group .input-group {
  width: 48%;
  margin-bottom: 20px;
  gap: 4px;
}

#enquire_form .form-group {
  display: unset;
  flex-direction: unset;
}

.input-group label {
  font-size: 12px;
  font-weight: 600;
  color: #959595;
  line-height: 18px;
}

.input-group input[type="text"],
.input-group input[type="email"],
.input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ffff !important;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 12px;
  color: #ffffff !important;
  background: #0094d9;
  border-radius: 2px !important;
}
.input-group input[type="text"]:focus,
.input-group input[type="email"]:focus,
.input-group textarea:focus {
  border: 2px solid #fff100 !important;
  outline: none;
}
.input-group .label-focused {
  color: #fff100 !important;
}
.input-group select {
  font-family: var(--ff);
  background: transparent;
  color: white;
  border: 1px solid #ffff;
  height: auto;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #ffff;
  font-size: 14px;
}
.input-group select:focus {
  border: 2px solid #fff100 !important;
}
.input-group select option {
  font-family: var(--ff);
  color: #000;
  background: transparent;
}
input::placeholder {
  color: white;
}
textarea::placeholder {
  color: white;
}
.submit-btn {
  color: #fff100;
  background-color: #fff100;
  position: relative;
  height: 46px;
  width: 125px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border: none;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
}
.input-group button {
  background-color: transparent;
  color: #0094d9;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat";
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.submit-btn:before {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #ffff;
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
}
.submit-btn:hover::before {
  background-color: #ffff;
  width: 100%;
}
.submit-btn:hover::before {
  background-color: #ffff;
  width: 100%;
}
.submit-btn:hover svg path {
  fill: #0094d9;
}
.submit-btn:hover svg {
  z-index: 99;
}
.input-group:hover button {
  color: #0094d9;
  z-index: 99;
}
.checkbox-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox-wrapper input {
  margin-right: 10px;
  width: 15px;
}
.consent-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
}
#tnc {
  color: white;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/*
  Technical details
*/
.tech-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 0 120px;
}

.tech-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: #959595;
}
.tech-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #0094d9;
  margin-bottom: 40px;
  margin-top: 5px;
}

.tech-dropdown {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tech-dropdown .drop {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  border-bottom: 1px solid #d9d9d9;
}
.drop-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.tech-dropdown .drop p {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  color: #0094d9;
  margin: 0;
  padding: 0;
}
.tech-dropdown .drop h1, .tech-dropdown .drop h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  margin-top: 0;
  color: #0094d9;
  margin: 0;
  padding: 0;
  animation: poster-fade 0.4s ease;
}
.drop-content {
  margin-top: 20px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  display: none;
  animation: tag-fade 0.4s ease;
  overflow-x: auto;
}
.drop-content h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.drop-content h3 {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.drop-content table {
  border-radius: 10px;
  table-layout: fixed; 
  max-width: 900px; 
}
.drop-content th {
  width: 25%;
  padding: 30px 20px;
  background: #0094d9;
  color: #ffff;
}
.drop-content td {
  width: 300px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.drop-table {
  width: 100%;
}
.drop-content table,
th,
td {
  border: 2px solid #0094d9;
}
.drop-content table tr:nth-child(1) {
  background-color: #0094d9;
  color: #ffff;
}
.drop-content table tr:nth-child(1) th:not(n) {
  border: 1px solid #fff !important;
}
.drop-content table tr:nth-child(1) td:not(n) {
  border: 1px solid #fff !important;
}

/*
    Primer container starts here
*/
.primer-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 80px 120px;
  padding-bottom: 40px;
}
.primer-heading {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
  color: #959595;
  margin-bottom: 10px;
}
.primer-subheading {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #0094d9;
  margin-bottom: 40px;
}
.primer-card {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.primer-card:hover .primer-image {
  background-color: #f2f2f2;
  transition: background-color 0.2s ease;
}
.primer-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding-top: 36px;
  /* background: #f2f2f2; */
  overflow: hidden;
}
.primer-image img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.primer-text {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primer-text p {
  width: 85%;
  padding: 0;
  font-size: 18px;
  color: #0094d9;
  font-weight: 700;
  line-height: 21.6px;
  text-align: center;
}
.primer-text svg {
  width: 20px;
  height: 20px;
  opacity: 0;
}

.primer-card:hover .primer-text svg {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.PrimerSwiper .swiper-slide-active {
  background: none;
}
.PrimerSwiper .swiper-slide {
  transition: none !important;
}

.primer-left-arrow {
  fill: #000;
  border: 2px solid #0094d9;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.primer-right-arrow {
  fill: #000;
  border: 2px solid #0094d9;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.primer-right-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.primer-left-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.primer-right-arrow:hover .fill-color path {
  fill: #ffffff;
}
.primer-left-arrow:hover .fill-color path {
  fill: #ffffff;
}

.primer-container .swiper-navigation {
  display: flex;
  justify-content: center;
  padding: 30px;
  align-items: center;
}
.primer-container .swiper-pagination-fraction {
  width: 10px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0094d9;
  font-weight: 600;
  font-size: 16px;
}

/*
    Do's and Dont's section
*/
.dnd-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 120px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.dnd-title {
  color: #0094d9;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dnd-mob-title {
  display: none;
}
.dnd-table {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.table-left {
  width: 100%;
  height: auto;
  background: #f2f2f2;
  border-radius: 10px;
}
.table-right {
  width: 100%;
  height: auto;
  background: #f2f2f2;
  border-radius: 10px;
}
.table-inner {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dnd-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: start;
  gap: 8px;
}
.dnd-content img {
  width: 24px;
  height: 24px;
}
.dnd-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #58595b;
  padding: 0 !important;
}

/*
    Product Range section
*/
.range-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.range-top {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 50px;
}

.range-content {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: start;
}
.range-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: #959595;
}
.range-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #0094d9;
}

.range-tabs {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.range-tabs button {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #0094d9;
  background-color: transparent;
}

.range-tabs p {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  padding: 0;
  color: #0094d9;
}

.active-button {
  background-color: #0094d9 !important;
  border: none !important;
  color: #fff !important;
}
.active-button p {
  color: #fff !important;
}

.inactive-button {
  background-color: #fff;
  border: 1px solid #0094d9 !important;
  color: #0094d9 !important;
}
.inactive-button p {
  color: #0094d9 !important;
}

.range-bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.range-card {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}

.range-card-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.range-card:hover .range-card-image {
  background-color: #f2f2f2;
  transition: background-color 0.2s ease;
}

.range-card-image img {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 10px;
  mix-blend-mode: multiply;
}
.range-card p {
  width: 90%;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  color: #0094d9;
  padding: 0;
  text-align: center;
}

.slide-title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.RangeFittingsSwiper .swiper-slide-active {
  background: none !important;
  transition: none !important;
}
.RangePipesSwiper .swiper-slide-active {
  background: none !important;
  transition: none !important;
}

.range-pipes-left-arrow {
  fill: #000;
  border: 2px solid #0094d9;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.range-pipes-right-arrow {
  fill: #000;
  border: 2px solid #0094d9;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.range-pipes-right-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.range-pipes-left-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.range-pipes-right-arrow:hover .fill-color path {
  fill: #ffffff;
}
.range-pipes-left-arrow:hover .fill-color path {
  fill: #ffffff;
}

.range-fittings-left-arrow {
  fill: #000;
  border: 2px solid #0094d9;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.range-fittings-right-arrow {
  fill: #000;
  border: 2px solid #0094d9;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}
.range-fittings-right-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.range-fittings-left-arrow:hover {
  background: #0094d9;
  border-radius: 50%;
}
.range-fittings-right-arrow:hover .fill-color path {
  fill: #ffffff;
}
.range-fittings-left-arrow:hover .fill-color path {
  fill: #ffffff;
}

.range-container .swiper-navigation {
  display: flex;
  justify-content: center;
  padding: 30px;
  gap: 30px !important;
  align-items: center;
}
.range-container .swiper-pagination-fraction {
  width: 10px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0094d9;
  font-weight: 600;
  font-size: 16px;
}

/*
    Installation of Pipes section
*/
.ins-container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #12487b;
}

.ins-top {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}

.ins-contentTop {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: start;
}

.ins-contentTop.active-button {
  color: white;
  background-color: #000;
}
.ins-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: #fff100;
}
.ins-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #ffffff;
}

.ins-tabs {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ins-tabs button {
  width: 100%;
  height: 44px;
  background-color: transparent;
  border: 1px solid #ffff !important;
  border-radius: 6px;
  border: none;
  outline: none;
}
.ins-tabs p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-wrap: nowrap;
}
.ins-tabs button .inactive-button {
  background: #12487b;
  color: #000;
  border: 1px solid white;
  border-radius: 6px;
}
.ins-tabs button.inactive-button p {
  color: #fff !important;
}
.ins-tabs button.active-button {
  background-color: #fff !important;
}
.ins-tabs button.active-button p {
  color: #12487b !important;
}

/* Installation card starts */

.ins-bottom {
  width: 100%;
  height: 100%;
  display: flex;
}
.ins-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 40px;
  gap: 30px;
}

.ins-content {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
}
.ins-step {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  color: #fff100;
}
.ins-desc {
  width: 70%;
  height: auto;
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.ins-swiper {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.ins-image {
  width: 90%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.ins-image img {
  width: 100%;
  height: auto;
  background-color: #255786;
}

.ins-contentContainer {
  width: 40%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: start;
}

.insSwiper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.ins-swiper .swiper-slide-active {
  transition: all 0.3s linear !important;
}

.ins-swiper .swiper-slide-next {
  width: 70% !important;
  height: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.3s linear !important;
}

.ins-card .swiper-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  margin-bottom: 1%;
}

.RangePipesSwiper .swiper-slide {
  transition: none !important;
}

.RangeFittingsSwiper .swiper-slide {
  transition: none !important;
}

.insSwiper .swiper-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}

.nav-mob {
  display: none;
}

.nav-web {
  display: flex;
}

.ins-pipes-left-arrow:hover,
.ins-pipes-right-arrow:hover {
  background: #fff;
  border-radius: 50%;
}
.ins-pipes-left-arrow,
.ins-pipes-right-arrow {
  fill: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}

.ins-pipes-left-arrow:hover path {
  fill: #12487b;
}

.ins-pipes-right-arrow:hover path {
  fill: #12487b;
}

.ins-self-left-arrow:hover,
.ins-self-right-arrow:hover {
  background: #fff;
  border-radius: 50%;
}
.ins-self-left-arrow,
.ins-self-right-arrow {
  fill: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  user-select: none;
}

.ins-self-left-arrow:hover path {
  fill: #12487b;
}

.ins-self-right-arrow:hover path {
  fill: #12487b;
}
/*
    FAQs
*/
.faq-section {
  padding: 0px 120px 80px 120px;
}
.faq-main-heading {
  text-align: center;
}
.faq-section h3,
h1,
h2 {
  font-family: "Montserrat";
}
.faq-main-heading h2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #959595;
}
.faq-main-heading h1 {
  margin: 10px 0 40px 0;
  font-size: 32px;
  font-weight: 700;
  color: #0094d9;
}

.faq-tag {
  display: none;
  background-color: #fff100;
  width: 8px;
  height: 100%;
  border-radius: 50px 0px 0px 50px;
  position: absolute;
  animation: tag-fade 0.4s ease;
}
@keyframes tag-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.faq-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  grid-auto-rows: min-content;
}

.faq-tag2 {
  display: none;
  background-color: #fff100;
  width: 9px;
  border-radius: 50px 0px 0px 50px;
  position: absolute;
  z-index: 99;
}

.question2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  position: relative;
  border: 1px solid #0094d9;
  border-radius: 10px;
  padding: 0;
  gap: 40px;
}

.question2 h3 {
  padding: 20px;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #0094d9;
}

.plus-minus2::after {
  content: "\002B";
  font-size: 30px;
  position: absolute;
  color: #0094d9;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}

.active2 .plus-minus2::after {
  content: "\2212";
  transform: translateY(-50%) rotate(-180deg);
  color: #ffffff;
}

.panel2 {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  background-color: #ffffff;
  transition: max-height 0.1s ease-in-out;
  border-radius: 0px 0px 10px 10px;
  background-color: #0094d9;
}

.panel2 a {
  color: #fff100;
}
.panel2 a:hover {
  color: #fff;
}

.panel2 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  margin: 0px 10px 10px 17px;
}

.que-ans2.active2 .faq-tag2 {
  display: block;
}

.active3 {
  border-radius: 10px 10px 0px 0px;
  background-color: #0094d9;
  height: auto;
}

.question2.active3 h3 {
  padding: 20px;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #ffffff;
}

/*
  Know More section
*/
.know-more-section {
  background: #fafafa !important;
  color: #58595b !important;
}
.know-more {
  display: flex;
  justify-content: center;
}

.know-more-heading {
  font-size: 24px;
  line-height: 28.2px;
  font-weight: 600;
  color: #58595b !important;
  padding-bottom: 0;
}

.know-more-subheading {
  font-size: 18px !important;
  line-height: 21.6px;
  font-weight: 600;
  color: #58595b !important;
  margin-top: 0;
}

#buttonText {
  font-family: "Montserrat" !important;
  margin: 0px 4px;
  font-size: 18px;
  font-weight: 600;
  color: #58595b;
}
#icon {
  transition: transform 0.3s ease;
}

.know-more-button {
  gap: 10px !important;
  margin: 5px 0px;
  display: flex;
  align-items: center;
  border: none;
  background: none;
}

.know-more-panel {
  text-align: left !important;
  color: #58595b !important;
  display: none;
  padding: 50px 120px 40px 120px;
}

.know-more-panel tbody {
  border: 1.8px solid #000;
}

.know-more-panel tbody td {
  padding: 15px 10px;
  border: 1.5px solid #000;
}

.know-more-panel tbody tr:first-child td {
  text-align: center;
}

.know-more-heading {
  text-align: left;
}

.know-more-points {
  margin-left: 40px !important;
  list-style: disc;
  padding: 0;
  margin-bottom: 40px !important;
  color: #58595b !important;
}

.know-more-points li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #58595b !important;
}

.know-more-para {
  font-size: 14px;
  line-height: 21.6px;
  font-weight: 600;
  color: #58595b !important;
}

.know-more-faqs {
  padding: 0 !important;
  margin: 0 !important;
}

.know-more-faq-heading {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin-top: 40px;
}
.know-more-panel ul {
  list-style-type: disc;
}

.know-more-faqs li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

/*
    Media Queries starts here
*/
@media screen and (max-width: 768px) {
  .banner-title, #banner .banner-right .banner-title h1 {
    display: none;
  }
  .web-btn {
    display: none;
  }
  .mob-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .banner-mobtitle {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    color: #0094d9;
  }
  .banner-container {
    height: 100%;
    flex-direction: column;
    padding: 40px 15px 60px 15px;
    gap: 30px;
  }
  .banner-left {
    flex-direction: column-reverse;
    width: 100%;
    gap: 15px;
  }
  .banner-left .thumbnail {
    flex-direction: row;
    width: 100%;
  }

  .banner-right {
    width: 100%;
  }
  .banner-subtitle {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
  }
  .poster {
    width: 100%;
    height: 100%;
  }
  .poster img {
    width: 100%;
    height: 100%;
  }

  #banner .btn-1 .arrow {
    right: 32%;
  }

  .why-heading {
    padding: 0 15px;
    text-align: left;
    gap: 5px;
  }
  .why-heading h1 {
    font-size: 26px;
  }
  .slider-container {
    padding: 30px 0 0 0 !important;
  }

  .card-container {
    width: 100%;
    height: 350px;
    border: 2px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    align-items: center;
  }
  .card-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .card-content h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
  }
  .card-content p {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }

  .range-container {
    padding: 0 15px;
    gap: 30px;
  }

  .range-top {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .range-tabs {
    width: 100%;
  }
  .range-tabs button {
    width: 100%;
  }

  .range-content {
    width: 100%;
    gap: 5px;
  }

  .range-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
  }

  .range-subtitle {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
  }

  .slide-title p {
    width: 85%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px;
  }
  .range-container .swiper-navigation {
    padding-top: 20px;
  }

  /*
    Form Section
  */
  .contact-us-container {
    padding: 30px 0;
    margin: 30px 15px;
    grid-template-columns: none;
  }

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

  .form-group .input-group {
    width: 100%;
    flex-direction: column;
  }

  .contact-head-para {
    width: 100%;
  }

  .contact-head {
    margin-bottom: 20px;
  }

  .faq-main-heading h1 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .faq-main-heading h2 {
    line-height: 16.8px;
  }

  .faq-points {
    grid-gap: 20px;
  }

  .submit-btn {
    width: 100%;
  }

  /*
  Primer Section
*/
  .primer-container {
    padding: 40px 15px;
  }

  .primer-image {
    padding-top: 0;
    background-color: transparent;
  }

  .primer-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
  }
  .primer-subheading {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    margin-bottom: 20px;
  }
  .primer-text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
  }
  .primer-card:hover .primer-image {
    background-color: transparent;
  }

  .primer-text svg {
    opacity: 1;
  }

  .dnd-container {
    padding: 60px 15px;
    align-items: start;
    gap: 20px;
    padding-top: 0;
  }
  .dnd-table {
    flex-direction: column;
  }
  .dnd-title {
    display: none;
  }
  .dnd-mob-title {
    color: #0094d9;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .table-left {
    margin-bottom: none;
  }

  /*
    Range Section
  */
  .range-card {
    width: 250px;
  }

  /*
    Application Section
  */
  .why-fino-section {
    margin-bottom: 0;
    margin-top: 60px;
  }

  /*
    Technical mobile view
  */
  .tech-container {
    padding: 0 15px;
    padding-top: 60px;
    align-items: start;
  }
  .tech-subtitle {
    font-size: 26px;
    line-height: 31.2px;
  }
  .tech-dropdown .drop {
    padding: 22.5px 15px;
  }
  .tech-dropdown .drop p {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    width: 80%;
  }
  .tech-dropdown .drop h1, .tech-dropdown .drop h2 {
    font-size: 26px;
    line-height: 31.2px;
    font-weight: 700;
  }
  .drop-table {
    width: 100%;
    height: auto;
    overflow: scroll;
  }
  /*
    Ins 
  */
  .nav-mob {
    display: flex;
  }
  .nav-web {
    display: none;
  }
  .ins-container {
    padding: 40px 15px;
  }
  .ins-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
  }
  .ins-subtitle {
    font-size: 26px;
    line-height: 31.2px;
    font-weight: 700;
  }
  .ins-top {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  .ins-contentTop {
    width: 100%;
  }
  .ins-tabs {
    width: 100%;
    justify-content: space-between;
  }
  .ins-tabs button {
    width: 100%;
  }
  .ins-step {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 600;
    width: 80%;
  }
  .ins-desc {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    width: 90%;
    height: 110px;
  }
  .ins-card {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 20px;
    align-items: center;
  }
  .ins-contentContainer {
    width: 100%;
    margin-top: 30px;
  }
  .ins-swiper {
    width: 100%;
  }
  .ins-image {
    width: 100%;
  }
  .ins-card .swiper-navigation {
    position: relative;
    right: 0;
    left: auto;
    margin-bottom: 0;
    bottom: 0;
    margin-top: 5%;
    height: 0%;
  }

  .ins-swiper .swiper-slide-next {
    width: 100% !important;
    height: auto !important;
    display: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    transition: unset !important;
  }

  /*
    FAQ Section
  */
  .faq-section {
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .faq-points {
    grid-template-columns: none;
  }
  .faq-main-heading {
    text-align: left;
  }

  /*
    Know More Section
  */
  .know-more-panel {
    padding: 0 15px;
  }
  .know-more-button h3 {
    font-size: 16px;
  }

  /*
    Anc Container
  */
  .anc-container {
    padding: 0 15px;
    height: 40px;
  }
  .anc-container:hover {
    height: 40px;
    animation: none;
  }
  .anc-inner {
    gap: 20px;
    padding: 0 20px;
  }
  .anc-inner::-webkit-scrollbar {
    display: none;
  }
  .anc-container:hover .anc-inner::-webkit-scrollbar {
    display: none;
  }
  .anc-inner p {
    font-size: 12px;
  }
}
