* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  transition: ease-in-out 0.5s;
}

.text-bright-blue{
    color: #9ed3fd;
}
a {
  text-decoration: none;
}
.p-lg-5rem {
  padding: 4rem;
}
.disabled-btn {
  opacity: 0.5;
  cursor: no-drop;
}

.bg-light-blue {
  background-color: #b1deff !important;
}
.grayscale-none {
  filter: grayscale(1) !important;
}
.grayscale-none:hover {
  filter: grayscale(0) !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal .btn-close {
  right: -2%;
  top: -2%;
  background-color: white;
  opacity: 1;
  width: 20px;
  height: 20px;
}
.text-sm {
  font-size: 14px;
  line-height: normal;
}
.text-blue {
  color: #1285ba;
}
.white_shadow_card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.gray-rounded-circle-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  background-color: #f8f9fa;
  color: #444;
  transition: ease-in-out 0.5s;
  font-size: 0.8rem;
}

.gray-rounded-circle-icon:hover {
  background-color: #1285ba !important;
  color: #fff !important;
  transition: ease-in-out 0.5s;
}

.main_banner {
  height: 14vh;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0);
  transition: ease-in-out 0.5s;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 3% 100%);
}
.bread-list a {
  font-size: 14px;
}
.bread-list i {
  font-size: 10px;
  opacity: 0.5;
}

.form label {
  color: #888;
  padding-left: 10px;
  font-size: 13px;
}

.form-control {
  position: relative;
  z-index: 3;
}

.blue-hexa-left {
  position: absolute;
  width: 7%;
  filter: grayscale(0);
  left: 2%;
  top: 20%;
  opacity: 0.5;
  animation: bounce 5s ease-in-out infinite;
}

.blue-hexa-right {
  position: absolute;
  width: 6%;
  filter: grayscale(0);
  right: 10%;
  bottom: 10%;
  opacity: 0.5;
  animation: bounce 5s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
}

.flex-1 {
  flex: 1;
}

.text-justify {
  text-align: justify;
}

.filled-rounded-icon {
  width: 50px;
  height: 50px;
  background-color: #1276c1;
  color: #434343;
  font-size: 1.3rem;
}

.filled-rounded-icon i {
  color: #fff;
}
.default_sec_padding {
  padding: 80px 0px;
}
.default_sec_padding50 {
  padding: 50px 0px;
}
section {
  overflow: hidden;
}
.gray_bg {
  background-color: #f3f5f7;
  padding: 30px;
}
.text-blue {
  color: #1285ba !important;
}
.main_btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  padding: 2px 0px 2px 30px;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  background-color: #1285ba;
  transition: all 0.5s ease;
  z-index: 999;
  font-size: 15px;
  margin-bottom: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.main_btn:hover .icon {
  transform: translateX(20px);
  rotate: 320deg;
}
.main_btn .icon {
  background-color: #fff;
  color: #1285ba;
  border:1px solid  #1285ba;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 14px;
  transition: transform 0.5s ease;
  rotate: 320deg;
}

.small_main_btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  padding: 2px 0px 2px 20px;
  text-decoration: none;
  font-weight: 400;
  color: #767676;
  background-color: white;
  transition: all 0.5s ease;
  z-index: 999;
  font-size: 13px;
  margin-bottom: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
  overflow: visible !important;
}
.small_main_btn:hover .icon {
  transform: translateX(20px);
  rotate: 320deg;
}
.small_main_btn .icon {
  background-color: #1285ba;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 12px;
  transition: transform 0.5s ease;
  rotate: 320deg;
}

img {
  transition: all 0.8s;
  filter: grayscale(1);
}

img:hover {
  transition: all 0.8s;
  filter: grayscale(0);
}
.premiumitalic_font {
  font-family: "Hurricane", cursive !important;
  /* font-family: "Corinthia", cursive !important; */
  font-size: 35px;
  margin-top: 10px;
  text-align: center;
  color: #a7a7a7;
  margin-left: -150px;
}

p {
  color: #595959;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 13px;
}
.btn-unstyled {
  background: none;
  border: none;
  padding: 0;
  color: #0c0c0c;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.linkbtn {
  color: black;
  position: relative;
  text-decoration: none;
  z-index: 3;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
}
.main-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.sub-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 100;
}
/* Navbar */
.navbar {
  border-bottom: 1px solid #ebebeb57;
  background-color: rgba(255, 255, 255, 0.726);
  backdrop-filter: blur(3px);
}
.navbar-brand {
  width: 15%;
}

.navbar-brand img {
  filter: grayscale(0);
}
.navbar-brand img {
  width: 100%;
}
.navbar .nav-item {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.navbar .nav-link {
  font-size: 13px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar .active {
  color: #0066b3 !important;
}
.navbar .active::before {
  content: "";
  position: absolute;
  bottom: -28%;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0066b3 0%, #0066b3 100%);
  border: none;
  border-radius: 2px;
}
.menu-accordion button:focus {
  box-shadow: none;
}
.menu-accordion ul li a p {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 1px 0;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px !important;
  letter-spacing: 0px;
}
.menu-accordion ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 90%;
}
.menu-accordion ul li a i {
  transition: all 0.3s ease;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: grid;
  place-items: center;
  background-color: #1285ba;
  font-size: 10px;
}
/* =========================
   MEGA MENU FIXED STYLES
   ========================= */

.navbar .megamenu .first-menu {
  left: auto !important;
  top: auto !important;
  transform: none !important;
}

/* Centered dropdown */
.navbar .megamenu .dropdown-menu {
  position: absolute;
  transform: translateX(-50%) translateY(8px);
  top: 70%;
  left: 50%;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  z-index: 1200;
  padding: 18px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.5s;
  min-width: 200px;
  max-width: 1100px;
  width: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.navbar .megamenu:hover .dropdown-menu,
.navbar .megamenu.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: ease-in-out 0.5s;
  pointer-events: auto;
}

.navbar .megamenu .first-menu {
  width: 220px;
  padding: 10px 18px;
  box-sizing: border-box;
}

.navbar .megamenu .first-menu ul li a {
  width: 100%;
}

.navbar .megamenu .last-menu {
  left: 90%;
  width: 170px;
  padding: 10px 20px;
}
.navbar .megamenu .last-menu ul li a {
  width: 100%;
}
.navbar .megamenu:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.navbar .megamenu:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease;
}

.navbar .megamenu ul li a {
  transition: all 0.3s ease;
  text-decoration: none;
}
.navbar .megamenu ul li a p {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 1px 0;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px !important;
  letter-spacing: 0px;
}
.navbar .megamenu ul li a i {
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: grid;
  place-items: center;
  background-color: #1285ba;
  font-size: 10px;
}
.navbar .megamenu ul li a:hover i {
  opacity: 1;
  transition: all 0.3s ease;
}
.navbar .megamenu ul li a:hover {
  color: #007bff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 3px;
  transition: all 0.3s ease;
}

.navbar .megamenu img {
  width: 100%;
  height: 20vh;
  object-fit: cover;
}
.navbar img {
  filter: grayscale(0);
}

.sector-desp-menu img {
  height: 21vh !important;
  object-fit: cover;
}
.product-dropdown-menu {
  max-width: auto !important;
  width: auto !important;
}
.product-dropdown-menu img {
  height: 14vh !important;
  object-fit: contain;
  object-position: top;
}

.product-dropdown-menu p {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 1px 0;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
}

.title-link {
  color: #69b1d2 !important;
  font-size: 13px !important;
  margin-bottom: 7px;
  display: inline-block !important;
  font-weight: 500;
}

.megamenu .col-md-8 {
  border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .navbar .megamenu .dropdown-menu {
    position: relative !important;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .navbar .megamenu.show .dropdown-menu {
    display: block;
  }
}

/* Main Banner */
#mainCarousel {
  height: 100vh;
}
#mainCarousel h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 35px;
}
#mainCarousel p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 2.5px;
  padding-left: 8px;
  margin-top: 20px;
  font-size: 0.8rem;
  color: #555;
  text-transform: uppercase;
}
.disabled_font {
  color: #a7a7a7 !important;
}
#mainCarousel .carousel-item img {
  filter: grayscale(0);
  transition: all 0.8s;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  height: 100vh;
  object-fit: cover;
}

#mainCarousel .col-md-5 {
  padding-left: 7rem;
}
#mainCarousel .carousel-control-next {
  z-index: 1;
}

#mainCarousel .carousel-control-prev {
  z-index: 1;
}
#mainCarousel .carousel-item a {
  color: black;
  position: relative;
  text-decoration: none;
}
#secSection {
  padding: 150px 0px 80px 0px;
}

#secSection h5 {
  margin-bottom: 20px;
  color: #2e2e2e;
  font-family: "Poppins", sans-serif;
  line-height: 33px;
  font-weight: 400;
  font-size: 19px;
}
#secSection .main-title {
  line-height: 60px;
}

#Products {
  padding: 10px 0px 100px 0px;
}

#product-detail-first-sec .responsive-iframe {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#product-detail-first-sec .product_thumncontainer {
  height: 100% !important;
}

#Products .container {
  border-top: 1px dashed rgb(233, 233, 233);
  padding-top: 80px;
}

.product-card {
  position: relative;
  height: 100%;
  display: block;
  padding: 10px;
}

.product-card:hover img {
  transition: all 0.8s;
  transform: scale(1.1);
  filter: grayscale(0);
}
.product-thumbnail {
  height: 32vh;
  overflow: hidden;
}
.product-card img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all 0.8s;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
}

.product-card h4 {
  position: absolute;
  bottom: 10%;
  right: 0%;
  background-color: white;
  padding: 7px 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  color: #575757;
  font-size: 16px;
}

.product-card-desc {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 32vh;
  text-align: center;
}
.product-card-desc p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 100;
  padding: 0px 40px;
}
#productPage .product-card {
  padding: 20px;
}
#whatsNew {
  padding: 50px 0px 100px 0px;
}
#whatsNew [data-aos] {
  position: relative;
  z-index: 2;
}
#whatsNew img {
  height: 49vh;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0);
}
.whatsnew-Card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 60px;
  margin-left: -15%;
  background-color: white;
  height: 42vh;
  display: flex;
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.circle-watermark {
  left: 5%;
  filter: grayscale(0);
  opacity: 0.8;
}

.arrow-watermark {
  bottom: 5%;
  right: 5%;
  filter: grayscale(0);
  opacity: 0.8;
}

#whyChoose {
  padding: 50px 0px 100px 0px;
}
#whyChoose ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 17px;
  padding-left: 0px;
}

#whyChoose .carousel-item .row {
  background-color: #f6f6f6;
  padding: 30px;
}
#whyChoose .listcard li {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-direction: row;
}
#whyChoose h5 {
  font-size: 1.2rem;
}
.filled_count {
  background-color: #1285ba;
  color: #fff !important;
}
#whyChoose .listcard li .list_count {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: #1285ba;
  border: 2px solid #1285ba94;
}

#whyChoose ul li div {
  display: flex;
  flex-direction: column;
  text-align: justify;
  flex: 1;
}
#whyChoose ul li div h4 {
  font-weight: 500;
  font-size: 19px;
  color: #575757;
  font-family: "Plus Jakarta Sans", sans-serif;
}

#whyChoose .why-sec-img:hover {
  opacity: 1;
  filter: grayscale(0);
  transition: ease-in-out 0.7s;
}

#whyChoose .circle-watermark {
  width: 5%;
}

#whyChoose .arrow-watermark {
  width: 5%;
}
.testimonial {
  padding: 100px 0px !important;
}

#whyChoose img {
  filter: grayscale(0);
}

.testimonial .testimonial-Card {
  margin-right: -15%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 60px;
  background-color: white;
  height: 42vh;
  display: flex;
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
}

.testimonial-Card .bi-quote:first-child {
  position: absolute;
  top: 3%;
  left: 3%;
  font-size: 3rem;
  opacity: 0.1;
}

.testimonial-Card .bi-quote:nth-child(2) {
  position: absolute;
  bottom: 3%;
  right: 3%;
  font-size: 3rem;
  opacity: 0.1;
  transform: rotate(180deg);
}

.testimonial-Card h4 {
  font-weight: 500;
  font-size: 16px;
  color: #575757;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.testi_ratings {
  display: flex;
  gap: 10px;
  color: goldenrod;
  font-size: 1.2rem;
  height: auto !important;
}

.testimonial-Card p {
  height: 10vh;
}

.product_thumn {
  filter: grayscale(0);
  transition: ease-in-out 0.5s;
}
.product-detail-container p {
  text-align: justify;
}
.product_thumncontainer {
  height: 52vh;
  overflow: hidden;
  transition: ease-in-out 2s;
}
.product_thumncontainer:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.product_thumncontainer img {
  transition: ease-in-out 2s;
}
.product_thumncontainer:hover img {
  transition: ease-in-out 2s;

  transform: scale(1.1);
}
.product_thumn {
  transition: ease-in-out 2s;
}
.collapse_list {
  background-color: rgb(248, 249, 250);
  margin-top: 10px;
  width: 80%;
}
.collapse_list ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 20px;
}
.collapse_list ul a {
  color: #595959;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: ease-in-out 0.5s;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 10px;
}

.collapse_list ul a i:nth-child(2) {
  display: block;
  transform: rotate(-40deg);
}
.mini-circle-icon {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #f0f1f1;
  color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-37deg);
  transition: ease-in-out 0.5s;
}
.collapse_list ul a:hover .mini-circle-icon {
  transition: ease-in-out 0.5s;
  background-color: #1285ba;
  color: white;
}
.collapse_list ul a:hover {
  color: #1285ba;
  transition: ease-in-out 0.5s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#productPartners {
  background-color: #f0f1f1;
  position: relative;
  
     padding: 50px 0px;

}
#productPartners::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background-image: url(../images/sketch_partner.webp);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  filter: blur(3px);
}

#productPartners::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

/* #productPartners {
    padding: 50px 0px;
    background-color: #212529;
} */
#productPartners ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 0px;
}
.product_detail_gallery {
  background-image: url(../images/gray-smoke_pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#productGallery .row{
  position: relative;
  z-index: 10;
}

#productGallery img {
  height: 30vh;
  object-fit: cover;
  filter: grayscale(0);
}

#productPartners img {
  filter: grayscale(0) !important;
}
.pgcontainer {
  height: 30vh;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.fancybox-content img {
  filter: grayscale(0);
}
.pgcontainer:hover img {
  transform: scale(1.1);
  transition: ease-in-out 0.8s;
}

.gray_gradient_bg {
  background-image: linear-gradient(to bottom, #f7f8f9, #fff);
}
#otherProducts .small_text {
  color: #595959;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: normal;
}
#otherProducts ul li a {
  list-style: none;
  margin-bottom: 15px;
  display: block;
  color: #595959;
  text-decoration: none;
  display: flex;
  gap: 8px;
  width: 90%;
}

#otherProducts .product_thumncontainer {
  height: 35vh;
}

.other-range li a {
  transition: all 0.3s ease;
}
.other-range li a p {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 1px 0;
  transition: all 0.3s ease;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px !important;
  letter-spacing: 0px;
}
.other-range li a:hover {
  color: #007bff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 3px;
  transition: all 0.3s ease;
}
.other-range li a i {
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: grid;
  place-items: center;
  background-color: #1285ba;
  font-size: 13px;
}
.other-range li a:hover i {
  opacity: 1;
  transition: all 0.3s ease;
}

#otherProducts a:hover {
  color: #0066b3;
}
.op-container .tooltip-img {
  width: 20%;
}

.tooltip-inner {
  background-color: #fff !important;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  max-width: 300px;
}

.tooltip-inner img {
  position: relative;
  z-index: 99;
}
.tooltip-img {
  width: 250px;
  height: auto;
  display: block;
  border-radius: 6px;
  filter: grayscale(0);
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #fff !important;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #fff !important;
}

#faqs .accordion-item {
  border: none !important;
}
#faqs .accordion-button {
  border: none !important;
  /* border-bottom: 1px solid #eaebed !important; */
  border-radius: 0px;
  box-shadow: none !important;
}
#faqs .accordion-button:focus {
  box-shadow: none !important;
}
#faqs .accordion-item {
  border: none !important;
}
#faqs .accordion-item:last-of-type .accordion-body {
  border-bottom: 0 !important;
}
#faqs .accordion-item:last-of-type .accordion-button {
  border-bottom: 0 !important;
}
#faqs .accordion-button:not(.collapsed) {
  font-weight: 600;
  background-color: transparent !important;
  color: #0066b3;
  border-bottom: 1px solid transparent !important;
}

.accordion-button::after {
  background-size: 70%;
}
#faqs .accordion-body {
  font-size: 14px;
  /* border-bottom: 1px solid #eaebed !important; */
  border: none !important;

  padding-top: 0px;
  padding-left: 40px;
}
#faqs .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: #595959;
  font-family: "Poppins", sans-serif;
}
.privacysec h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.privacysec h5 {
  font-size: 17px;
  font-weight: 400;
}
.privacysec p {
  text-align: justify;
}
/* Contact Page */
.contact-info a p i {
  font-size: 1.3rem;
}
.contact-info a p {
  line-height: 22px;
  font-size: 14px;
  color: #444;
}
.contact-info a:hover p {
  color: #0066b3;
}

.contact-info a {
  line-height: 22px;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.contact-info a:hover {
  color: #0066b3;
}
.contact-info small {
  font-size: 10px;
  color: #595959;
}
.contact-info li:hover i {
  color: #101010;
}

.sector-gallery .container {
  border-top: 1px dashed rgb(233, 233, 233);
  padding-top: 50px;
}

.bg-img-container {
  height: 40vh;
  overflow: hidden;
  transition: ease-in-out 0.8s;
}
.bg-date {
  font-size: 11px;
}
.bg-img-container:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: ease-in-out 0.8s;
}
.blog-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  display: flex;
  flex-direction: column;
}
.blog-card:hover .bg-img-container img {
  transform: scale(1.1);
  transition: ease-in-out 0.8s;
}
.bg-img-container img {
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.8s;
  filter: grayscale(0);
}
.bg-container {
  flex-grow: 1;
}
.bg-container h4 {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 10px;
  transition: ease-in-out 0.8s;
  line-height: 30px;

  color: #353535;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card:hover .bg-container .linkbtn {
  color: #0066b3 !important;
  transition: ease-in-out 0.8s;
}
.bg-container .linkbtn {
  gap: 1rem;
  transition: ease-in-out 0.8s;
}
.bg-container .linkbtn span:last-of-type {
  transform: rotate(-40deg);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  justify-items: center;
  align-items: center;
  background-color: transparent;
  transition: ease-in-out 0.8s;
  font-size: 1.2rem;
}
.blog-card:hover .linkbtn span:last-of-type {
  color: #fff;
  background-color: #1285ba;
  transition: ease-in-out 0.8s;
}
.blog-card:hover h4 {
  color: #0066b3;
  transition: ease-in-out 0.8s;
}
.bg-container p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}

#bg-details {
  padding: 50px 0px;
}
#bg-details h1 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1285ba;
  font-weight: 400;
}
#bg-details p {
  text-align: justify;
}

.recent_blogs_list a p:first-of-type {
  width: 30px;
  height: 30px;
  display: flex;
  justify-items: center;
  align-items: center;
  background-color: #dbdbdb;
  border-radius: 50px;
  color: #706f6f;
  transition: ease-in-out 0.4s;
}
.recent_blogs_list a:hover p:first-of-type {
  background-color: #1285ba;
  color: #fff;
  transition: ease-in-out 0.4s;
}
.recent_blogs_list a p i {
  margin-top: 5px;
}
.recent_blogs_list a:hover p:last-of-type {
  color: #1285ba;
}
.recent_blogs_list a p:last-of-type {
  display: flex;
  flex: 1;
  text-align: left !important;
  font-weight: 400;
  font-size: 14px;
}
#event-details img {
  height: 60vh;
  object-fit: cover;
  margin-bottom: 30px;
}

.ref-sec .pgcontainer {
  height: 32vh;
  margin-bottom: 10px;
}
.ref-sec .pgcontainer img {
  filter: grayscale(0);
}

.ref-thumb-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.ref-thumb-caption h2 {
  font-size: 1.2rem;
  color: #2e2e2e;
}
.award-sec h2 {
  height: 7vh;
}
.ref-thumb-card:hover .gray-rounded-circle-icon {
  background-color: #1285ba;
  color: #fff;
  transition: ease-in-out 0.5s;
}

#floorSolutions .white_shadow_card h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

#floorSolutions .white_shadow_card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#floorSolutions .white_shadow_card:hover img {
  filter: grayscale(0);
}
.events-section h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-section p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_Card h2 {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #353535;
  font-weight: 500;
}

.about-counter-list li {
  width: 46%;
}

#ourpartners-slider .ourpartners-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

#ourpartners-slider img {
  height: 70px;
  width: 180px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  box-shadow: 1px 1px 4px 1px #ccc;
  padding: 1px;
}

#home-partners .slick-prev,
.slick-next {
  top: 31%;
}

#home-partners .slick-next,
.slick-prev {
  top: 31%;
}

#ourpartners-slider img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

#home-partners .ourpartners-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
#home-partners .slick-slide {
  padding: 5px 20px;
}

#home-partners .par-slider {
  height: 80px;
  width: auto;
  padding: 8px 0px;
  margin: auto;
  box-shadow: 1px 1px 3px 1px #d9d9d9;
}
#home-partners .par-slider img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transform: scale(1.05);
  filter: grayscale(0%);
}

#home-partners .slick-slide:hover img {
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

footer {
  background-color: #0c0c0c;
  color: #aaa;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 20px;

  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/wave.svg);
  background-size: 40%;
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.footer-logo {
  filter: grayscale(0);
  margin-bottom: 30px;
  width: 50%;
}
footer a {
  color: #aaa;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
.footer-heading {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
  color: #9ed3fd;
}
.footer-big-text {
  font-size: 200px;
  font-weight: 700;
  position: absolute;
  bottom: -26%;
  left: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.05);
  letter-spacing: 10px;
  pointer-events: none;
  user-select: none;
}
.footer-bottom {
  font-size: 13px;
  color: #777;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #3397e3;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

footer input {
  background-color: #2e2e2e !important;
  border: none !important;
  color: #ccc !important;
}

footer textarea {
  background-color: #2e2e2e !important;
  border: none !important;
  color: #ccc !important;
}
footer input::placeholder {
  color: #525252 !important;
}

.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  position: fixed;
  bottom: 12rem;
  right: -0.2%;
  z-index: 1000;
  list-style: none;
  background-color: #0066b3c7;
  padding: 10px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  backdrop-filter: blur(5px);
  flex-direction: column;
  width: 3.2%;
}
.social-media li {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  animation: bounceWithPause 4s ease-in-out infinite;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@keyframes bounceWithPause {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.social-media a {
  text-decoration: none;
  color: #383838;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.social-media a:hover {
  color: #0066b3;
}
.get_in_touch ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whatsaap {
  position: fixed;
  bottom: 5%;
  left: 5%;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #fff;
  transition: color 0.3s ease;
  z-index: 999;

  animation: bounceWithPause 4s ease-in-out infinite;
}
.whatsaap:hover {
  background-color: #17b451;

  transition: color 0.3s ease;
}
.get_in_touch a {
  display: flex;
  align-items: start;
  gap: 20px;
}
.get_in_touch a p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #aaa;
}
.get_in_touch a p i {
  margin-top: 10px;
}

#subProductsSec .white_shadow_card {
  position: relative;
  z-index: 3;
}
#subProductsSec .white_shadow_card h4 {
  font-size: 20px;
  font-weight: 400;
}

#subProductsSec .blue-hexa-left,
.blue-hexa-right {
  z-index: 1; /* small positive value */
}
#subProductsSec .white_shadow_card {
  position: relative;
  z-index: 2;
}

#subProductsSec .white_shadow_card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#subProductsSec .white_shadow_card img {
  filter: grayscale(0) !important;
}
#floorSolutions .white_shadow_card {
  height: 100%;
}
#floorSolutions .white_shadow_card img {
  filter: grayscale(0) !important;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 12.5vh;
}

.multi-product-slider {
  position: relative;
}

/* arrow button styles */
.multi-product-slider .slick-prev,
.multi-product-slider .slick-next {
  position: absolute;
  transform: none;
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #1285ba;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
  cursor: pointer;
  transition: all 0.3s ease;
}

/* spacing between arrows */
.multi-product-slider .slick-prev {
  left: -60px;
}

.multi-product-slider .slick-next {
  right: -60px;
}

/* hover styles */
.multi-product-slider .slick-prev:hover,
.multi-product-slider .slick-next:hover {
  background: #222;
}

.multi-product-slider .slick-prev i,
.multi-product-slider .slick-next i {
  font-size: 15px;
  color: #fff;
  transition: color 0.3s ease;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #3397e3 !important;
  outline: none;
  background: #222 !important;
}

.multi-product-slider .slick-prev:hover i,
.multi-product-slider .slick-next:hover i {
  color: #3397e3;
}

.multi-product-slider .slick-prev:before,
.multi-product-slider .slick-next:before {
  display: none;
}

#home-partners .slick-prev,
.multi-product-slider .slick-next {
  position: absolute;
  transform: none;
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #1285ba;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
  cursor: pointer;
  transition: all 0.3s ease;
}

#home-partners .slick-next,
.multi-product-slider .slick-prev {
  position: absolute;
  transform: none;
  z-index: 10;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #1285ba;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
  cursor: pointer;
  transition: all 0.3s ease;
}

#home-partners {
  position: relative;
}

/* spacing between arrows */
#home-partners .slick-prev {
  left: -40px;
}

#home-partners .slick-next {
  right: -40px;
}

/* hover styles */
#home-partners .slick-prev:hover,
#home-partners .slick-next:hover {
  background: #222;
}

#home-partners .slick-prev i,
#home-partners .slick-next i {
  font-size: 15px;
  color: #fff;
  transition: color 0.3s ease;
}

#home-partners .slick-prev:hover i,
#home-partners .slick-next:hover i {
  color: #3397e3;
}

#home-partners .slick-prev:before,
#home-partners .slick-next:before {
  display: none;
}

.responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#productPartners ul li {
  background-color: #fff;
  height: 100%;
}

#productPartners ul li {
  height: auto;
  width: 200px;
  object-fit: contain;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 4px 1px #cccccc99;
  padding: 0px;
}

/* #home-partners img {
  height: auto;
  width: 200px;
  object-fit: contain; 
  transition: all 0.3s ease;
  box-shadow: 1px 1px 4px 1px #cccccc99;
  padding: 0px;
} */

.pointerevent-none {
  pointer-events: none;
}

.search-section {
  background: #fff;
}

.search-bar {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.search-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
}

.search-btn {
  background: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 0 24px;
  border-radius: 0 4px 4px 0;
  transition: 0.3s ease;
}

.search-btn:hover {
  background: #333;
}

.about-search {
  font-size: 14px;
  color: #0073e6;
  text-decoration: none;
}

.about-search:hover {
  text-decoration: underline;
}

.no-results {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.search-box h4 {
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.search-result {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.search-result:hover {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 10px;
}

.search-result h6 {
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.search-result p {
  color: #555;
  font-size: 14px;
  margin: 0;
}

.search-box {
  box-shadow: 1px 2px 7px #ccc;
  padding: 20px;
  margin-bottom: 2rem;
  margin-top: 5px;
}

.bi-search {
  font-size: 20px;
}
.stamp {
  margin-top: -20px;
}
.stamp img {
  width: 20%;
}

.about-thumbnail {
  height: 100%;
  object-fit: cover;
}

#cta-section {
  background-color: #f0f1f1;
  position: relative;
  background-image: url(../images/wooden_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
#cta-section p {
  margin-bottom: 0px;
  position: relative;
  color: #fff;
}

#cta-section h2 {
  position: relative;
  color: #fff;
}


.flooring-products {
    display: none;
}

/* SHOW WHEN HOVERING FLOORING SOLUTIONS */
.hover-wrapper .hover-target:hover ~ .flooring-products {
    display: block;
}
/* Hide submenu initially */
.flooring_submenu {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    background: #fff;
    z-index: 99;
    padding: 15px;
    box-shadow: 0px 8px 17px rgba(0,0,0,0.1);
}

/* Show submenu when hovering the flooring block */
.flooring_menu_thumbnail:hover .flooring_submenu {
    opacity: 1;
    visibility: visible;
}



/* .product-dropdown .flooring_menu_thumbnail:hover .flooring_submenu{
  display: block;
  position: absolute;
  transition: ease-in-out 0.5s;

}
.product-dropdown-menu{
  transition: ease-in-out 0.5s; 
}
.product-dropdown-menu:hover{
  height: 55vh;
  transition: ease-in-out 0.5s;
} */