@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
.modal_close_btn {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20px;
  height: 20px;
  z-index: 99;
  background-color: #ffc30d;
  opacity: 1;
  border-radius: 50px;
}
body {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: auto;
  overflow-x: hidden;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 3;
}
.position-inherit {
  position: inherit !important;
}
p {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: #212529 !important;
  font-size: 15px;
  line-height: 24px;
}
h1,
h2 {
  font-family: "Quantum", Helvetica, sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}
strong {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}
.common_title {
  font-family: "Quantum", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}
.btn-primary {
  background-color: #000;
  padding: 10px 40px;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #333;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/Gotham-Book.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-LIGHT.TTF) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-MEDIUM.TTF) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-BOLD.TTF) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-ULTRA.TTF) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-BLACK.TTF) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/GOTHAM-THIN.TTF) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Light.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Semibold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Quantum";
  src: url(../font/Quantum-Variable.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
.light-gray-sec {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.white-header {
  background-color: #fff;
  transition: 0.5s;
  box-shadow:
    #0000001a 0 1px 3px 0px,
    #0000000f 0 1px 2px 0;
}
.white-header .nav-link {
  color: #000 !important;
}
.white-header::before {
  display: none;
}
.white-header .navbar-brand img {
  filter: invert(0) !important;
  transition: 0.5s;
}
.first-navbar:hover {
  background-color: #fff;
  transition: 0.5s;
}
.first-navbar:hover::before {
  display: none;
}
.first-navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, black, transparent);
  opacity: 0.8;
}
.first-navbar:hover .navbar-brand img {
  filter: invert(0);
  transition: 0.5s;
}
.first-navbar .navbar-brand img {
  width: 100%;
  filter: invert(1);
  transition: 0.5s;
}
.first-navbar:hover .nav-link {
  color: #333;
  transition: 0.5s;
}
.first-navbar .top-menu .nav-link {
  padding-top: 5px;
}
.first-navbar .nav-link {
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
  position: relative;
  z-index: 999999;
  font-size: 15px;
}
.first-navbar {
  background-color: transparent;
  transition:
    background-color 0.5s ease,
    box-shadow 0.5s ease;
}
.first-navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px #0000001a;
  padding: 6px 0;
}
.first-navbar .navbar-nav:first-of-type,
.first-navbar .menu-line {
  transition: all 0.5s ease;
  border-top: 1px solid #ccc;
}
.top-menu {
  border-top: 0px !important;
}
/* .first-navbar .top-menu-hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-30px);
} */
.first-navbar.scrolled::before {
  display: none;
}
.first-navbar.scrolled .nav-link {
  color: #000;
}
.first-navbar.scrolled .navbar-brand img {
  filter: invert(0);
}
.overlap-product-link {
  position: absolute !important;
  top: 6px;
  opacity: 0;
}
.scrolled .navbar-brand {
  width: 12%;
}
.navbar-brand {
  width: 13%;
  transition: ease-in-out 0.5s;
  z-index: 9999999;
  position: relative;
}
.navbar-collapse {
  flex-direction: column;
  align-items: end;
}
.navbar-nav {
  gap: 1.5rem;
}
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}
.navbar .dropdown-menu.mega-menu {
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  top: 80% !important;
  border-radius: 0;
  border-top: 1px solid #fff;
  background-color: #fff;
  z-index: 9999;
  padding: 0 !important;
  padding: 5px 0 30px 0 !important;
}
.nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.mega-dropdown > a {
  font-weight: 600;
  color: #000;
}
.mega-menu .nav-pills {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e7e7e7;
  height: 100%;
  padding-right: 5px;
}
.mega-menu .nav-pills .nav-link {
  color: #000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
.mega-menu .tab-content {
  padding-left: 0;
}
.mega-menu .tab-pane ul {
  list-style: none;
  padding-left: 0;
}
.mega-menu .tab-pane ul a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.mega-menu li {
  margin-bottom: 8px;
}
.about-us-menu {
  list-style: none;
  padding-left: 0;
}
.about-us-menu a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.about-us-menu a:hover {
  color: #d39f03;
}
.menu-line {
  border-top: 1px solid #fff;
  width: 53%;
  margin: 2px 0;
  z-index: 9;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f0f0f0 !important;
}
#hero-video-section {
  margin-top: -11%;
}
.main-banner-wrapper {
  margin-top: -190px;
}
main {
  padding: 50px 0;
}
main .left-sec {
  display: flex;
  align-items: center;
  gap: 5.1rem;
}
main h1 {
  margin-bottom: 25px;
}
main .left-sec p {
  flex: 1;
}
main .left-sec a {
  padding: 0 !important;
}
main .left-sec1 a {
  background-color: #000;
  padding: 10px 20px !important;
  color: #fff;
  font-weight: 300;
  font-family: "Gotham";
  text-decoration: none;
  transition: 0.9s;
  border-radius: 0;
}
main .left-sec1 a:hover {
  background: #ffc30d;
  color: #000;
}
.main-product-logo img {
  position: absolute;
  width: 19%;
    top: -165px;
    right: 13px;
  /* width: 20%;
  top: -100px;
  right: 0; */
}
#afterBefore {
  background-color: #f8f8f8;
  padding: 80px 0;
  padding-top: 0;
}
.compare-fixed {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.compare-fixed img {
  display: block;
  width: 100%;
  height: auto;
}
.compare-fixed .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
#benefits {
  padding: 80px 0;
}
#benefits li {
  margin-bottom: 80px;
}
#benefits li:nth-child(6) {
  margin-bottom: 0;
}
#benefits li:nth-child(7) {
  margin-bottom: 0;
}
#benefits img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 auto 24px;
}
#benefits-title {
  font-size: 40px;
  margin-bottom: 50px;
  font-family: "Gotham", sans-serif;
}
#gallery {
  padding: 80px 0;
}
#gallery .slick-slide img {
  padding: 0 5px;
  width: 100%;
}
#our-shades main {
  padding: 0;
}
#our-shades .col-xl-3 {
  margin-bottom: 30px;
}
#our-shades .col-xl-3:hover .shade-img-container img {
  transform: scale(1.2);
  transition: ease-in-out 0.8s;
}
#our-shades .col-xl-3 .shade-img-container img {
  transition: ease-in-out 0.8s;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
#our-shades .col-xl-3 h5 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.shade-img-container {
  height: 30vh;
  overflow: hidden;
  border-radius: 10px;
}
#specification {
  padding: 80px 0;
}
#faqs {
  background: #f8f8f8;
  padding: 100px 0;
}
#otherProducts {
  padding: 80px 0;
}
#otherProducts .slick-slide {
  padding: 0 10px;
}
#otherProducts .slick-slide a {
  text-decoration: none;
}
#otherProducts .slick-slide h4 {
  font-size: 22px;
  margin-top: 24px;
  line-height: 25px;
  color: #000;
}
footer {
  background-color: #212121;
  padding: 100px 0 0;
  overflow: hidden;
}
footer .follow ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding-left: 0;
}
footer a {
  color: #fff;
  font-size: 15px;
}
footer h4 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #fff;
  font-family: "Gotham";
}
.footer-right h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 25px;
}
.footer-right input:first-child {
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  border-bottom: 1px solid #fff !important;
  border: none;
  color: #fff;
}
.footer-right input:first-child:placeholder {
  color: #fff;
}
.footer-right input:first-child:focus-visible {
  outline: none !important;
}
.footer-right input:first-child:focus {
  outline: none !important;
}
.other-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-left: 0;
}
.other-links ul a {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: 0.9s all;
  text-decoration: none;
  font-family: "Gotham";
}
.other-links h4 {
  margin-bottom: 20px;
  font-size: 20px;
}
.submit-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid transparent !important;
  background: #ffc30d;
  color: #000;
  padding: 10px 40px !important;
  height: auto;
  margin: 0;
  font-weight: 600;
  transition: all 0.7s ease 0s;
}
.submit-button:hover {
  background: none;
  border: 1px solid #ffc30d !important;
  color: #ffc30d;
  transition: all 0.7s ease 0s;
}
.footer_wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  z-index: 1;
  list-style: none;
}
.footer_wrapper li {
  pointer-events: all;
  padding: 0;
  margin-bottom: 10px;
  transform: translateX(calc(100% - 64px));
  transition: transform 0.3s;
  box-shadow: #0003 0 0 20px;
  background: #ffc30d;
}
.footer_wrapper li a {
  display: flex;
  padding: 15px 15px 15px 0;
  color: #000;
  font-weight: 400;
  font-size: 1.1rem;
  outline: none;
  align-items: center;
  text-decoration: none;
}
.footer_wrapper li i {
  height: 36px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
.footer_wrapper li:hover {
  transform: translateX(0px);
}
.footer_wrapper li span {
  text-decoration: underline;
}
#afterBefore .slider-container {
  margin: 0 auto;
  margin-top: 5rem;
  position: relative;
  width: 100%;
  height: 584px;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}
.before-text {
  left: 20px;
  top: 20px;
  z-index: 5;
}
.after-text {
  right: 20px;
  top: 20px;
  z-index: 3;
}
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}
.after-image {
  clip-path: inset(0 50% 0 0);
}
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}
.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.slider-container img {
  width: 100%;
}
.slider-container,
.before-image img,
.after-image img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -180px;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
#home-category {
  padding: 80px 0;
}
#home-category .col-md-12 {
  display: flex;
  position: relative;
}
#home-category .col-md-12 img {
  width: 100%;
}
.category-image-container {
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
  height: 28vw;
  position: static;
}
.category-image-container:first-child p {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  z-index: 99;
}
.category-image-container:last-child p {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 600;
  z-index: 99;
}
/* .category-image-container picture:first-child {
  border-left: 1px solid #fff;
} */
.category-image-container picture:last-child {
  border-left: 1px solid #fff;
}
.category-image-container picture {
  transition: 1.6s all;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: auto;
}
.category-image-container:hover picture {
  animation: none;
  z-index: 91;
  width: 100%;
}
.category-image-container img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.mob-cat-sec img {
  height: 30vh;
}
.cat_img_container {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.cat_img_container h3 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.content_about_wrapper {
  position: relative;
  z-index: 9;
  padding: 60px;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  transition: 1.6s all;
}
.content_about_wrapper h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 34px;
  background-color: #2121217d;
  padding: 5px;
  border-radius: 5px;
}
.content_box {
  padding: 10px 40px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 1s ease-out,
    opacity 0.75s ease-out;
}
/* .category-image-container:nth-child(1) .content_about_wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  width: 1px;
} */
.category-image-container:hover .content_box {
  opacity: 1;
  max-height: 400px;
}
.category-image-container:hover .content_about_wrapper {
  z-index: 92;
}
.category-image-container:nth-child(2) picture {
  right: 0;
}
#products-section {
  background-color: #212121;
  padding: 90px 10px;
  overflow: hidden;
}
#products-section .products-title-container:first-child {
  margin-bottom: 20px;
  color: #fff;
}
#products-section .products-title-container h2 {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}
.home-product-slider a {
  text-decoration: none;
}
.home-product-slider a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.8s;
}
.home-product-slider a:hover div img {
  transform: scale(1.1);
  transition: ease-in-out 0.8s;
}
.home-product-slider a h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  font-family: "Gotham", sans-serif;
  text-decoration: none;
      display: flex;
    flex-wrap: wrap;
    max-width: 243px;
}
.home_product_container .slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  position: relative;
}
.home_product_container .slider-controls button {
  width: 40px;
  height: 40px;
  border: 1px solid #f1c40f;
  border-radius: 50%;
  background-color: #212121;
  color: #efd054;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.home_product_container .service-box div{
    height: auto;
}
.home_product_container .slider-controls button:hover {
  background-color: #ffc30d;
  color: #212121;
}
.home_product_container .slider-controls button:active {
  background-color: #ffc30d;
  color: #212121;
}
.slider-buttons {
  display: flex;
  gap: 10px;
}
.home_product_container .progress {
  flex: 1;
  height: 8px;
  background: #333;
  border-radius: 5px;
  overflow: hidden;
}
.home_product_container .progress-bar {
  height: 100%;
  width: 0;
  background: #f1c40f;
  transition: width 0.3s ease;
}
#WhyChooseUs {
  padding: 100px 0;
  position: relative;
}
#WhyChooseUs .row {
  background: #f0f0f0;
  position: relative;
}
#WhyChooseUs .why-choose-us-title-container {
  padding: 80px 0 80px 80px;
}
.why-choose-us-title-container ul {
  padding-left: 0;
}
.why-choose-us-title-container ul li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 30px;
}
.why-choose-us-title-container ul li img {
  width: 10%;
}
.why-choose-us-title-container ul li h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.why-choose-us-title-container a {
  padding-bottom: 0;
  margin-top: 64px;
  display: inline-block;
  color: #000;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.why_image_right {
  height: 83%;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
}
.why_image_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#services {
  background-color: #212121;
  padding: 100px 0;
}
.service-box div {
  overflow: hidden;
  height: 300px;
  margin: 0 10px;
}
.service-box:hover img {
  transform: scale(1.1);
  transition: ease-in-out 0.8s;
}
.service-box h3 {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  font-family: "Gotham", sans-serif;
}
#discover {
  padding: 100px 0;
}
#discover h2 {
  font-size: 40px;
  color: #000;
  line-height: 50px;
}
#group {
  padding: 100px 0 120px;
}
#group .bg-gray {
  background: #f0f0f0;
  position: relative;
  border-radius: 20px;
}
.group-logo-container {
  height: 400px;
  display: grid;
  place-items: center;
}
#group .group-logo-container img {
  width: 40%;
  margin: auto;
  display: block;
}
#group .row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #cbcbcb;
  height: 50%;
  width: 1px;
}
#contact {
  background-color: #212121;
}
.contact-form-container {
  padding: 100px 0;
  padding-right: 3.3rem;
}
#contact img {
  transform: scale(1.6);
  padding-right: 7.1rem;
  margin-top: 5rem;
}
.contact-form-container button {
  background: #ffc30d;
  color: #000;
  padding: 10px 40px !important;
  height: auto;
  margin: 0;
  font-weight: 600;
  transition: all 0.7s ease 0s;
}
.contact-form-container input {
  min-height: 50px;
  padding: 0 20px;
  width: 100%;
  border: none !important;
  border-radius: 0;
  font-size: 15px;
  color: #000;
}
#coming-soon {
  height: calc(100vh - 100px);
  display: grid;
  place-items: center;
}
.coming-soon-container {
  display: grid;
  place-items: center;
}
.coming-soon-container .icon {
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.coming-soon-container .icon i {
  font-size: 36px;
  color: #d39f03;
}
#onloadModal .modal_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#onloadModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#onloadModal button {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 20px;
  height: 20px;
  z-index: 99;
  background-color: #ffc30d;
  opacity: 1;
  border-radius: 50px;
}
.corporate-sec h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 38px;
  color: #000;
}
.yellow-line-border {
  font-size: 18px;
  font-weight: 400;
  color: #ffc30d;
  text-decoration: none;
  border-bottom: 1px solid #ffc30d;
  padding-bottom: 6px;
  font-family: "Gotham", sans-serif;
  margin-right: 3rem;
}
#applyModal .modal-content {
  max-width: 800px !important;
  margin: auto;
}
#mobileGallery .btn-close {
  width: 30px;
  height: 30px;
  background-color: #ffc107;
  border-radius: 50px;
  position: absolute;
  right: -1%;
  top: -16%;
  opacity: 1;
}
.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section .card-body p {
  font-size: 13px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 500;
}
.products_discraption_new ul {
  padding-left: 1rem;
}
.products_discraption_new ul li {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  color: #212529 !important;
  font-size: 15px;
  line-height: 24px;
}
.bggray {
  background-color: #f8f8f8 !important;
}
.bgwhite {
  background-color: #fff !important;
}
.mobile-search {
  margin-top: 5px;
}
main .left-sec .data-alstone {
  background-color: transparent !important;
  padding: 0 !important;
  color: #576aca !important;
  font-weight: 400 !important;
}
main .left-sec .data-alstone:hover {
  background-color: transparent !important;
}
.nav-link .bi-search {
  padding-left: 2rem;
  font-size: 19px;
}
.products_discraption ul > li a {
  color: #d8a404 !important;
}
.text-yellow {
  color: #d9a300 !important;
}


#gallery .slick-next::before{
    
    border-radius: 50%;
    color: #efd054;
    font-size: 25px;
opacity: 1;
}


#gallery .slick-prev::before{
     
   border-radius: 50%;
    color: #efd054;
    font-size: 25px;
  opacity: 1;
}

.insights-room img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;

}
.soul-sec h2{
  font-size: 30px;
  line-height: 40px;
  font-family: "Gotham", sans-serif !important;
}

.showroom-network-sec {
  background: #f5f5f5;
}

.showroom-title {
 
  font-weight: 800;
 
  margin-bottom: 15px;
  color: #000;
}

.showroom-subtitle {
  color: #777;
  font-size: 17px;
}

/* Card */
.showroom-modern-card {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 28px;
  position: relative;
  transition: 0.35s ease;
  height: 100%;
  border: 1px solid #ececec;
}

.showroom-modern-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Yellow Line */
.top-line {
  width: 33px;
  height: 2px;
  background: #e3ac05;
  border-radius: 30px;
  margin-bottom: 26px;
}

/* Header */
.card-header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  gap: 10px;
}

.card-header-area h4 {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin: 0;
 
  line-height: 1.2;
}

.card-number {
  width: 33px;
  height: 30px;
  background: #d4d4d4bd;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Details */
.detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px !important;
  gap: 10px !important;
}

.detail-row:last-child {
  margin-bottom: 0;
}

.detail-row span {
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
  letter-spacing: -0.25px; 
}

.detail-row p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #222 ;
  text-align: right;
}

.highlight-text {
  color: #e3ac05 !important;
}

/* Responsive */
@media (max-width: 991px) {
  .showroom-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
      .sec-padding {
        padding: 1px 0;
    }
  .main-product-logo img{
    top: -100px;
  }
  .showroom-title {
    font-size: 30px;
  }

  .showroom-modern-card {
    padding: 22px;
  }

  .card-header-area {
    margin-bottom: 8px;
  }

  .card-header-area h4 {
    font-size: 22px;
  }

  /* .detail-row {
    flex-direction: column;
    align-items: flex-start;
  } */

  .detail-row p {
    text-align: left;
  }
}




/* career css */

.career-hero {
  background: #f3f3f3;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.career-hero .row {
  min-height: 640px;
  align-items: center;
}

.career-hero-content {
  padding: 70px 40px 70px 24px;
  max-width: 530px;
  margin: 0 auto;
}

.career-tag {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #8c8c8c;
  margin-bottom: 22px;
  font-weight: 500;
}

.career-hero h1 {
  font-size: 78px;
  line-height: .92;
  font-weight: 400;
  letter-spacing: -3px;
  margin-bottom: 20px;
  color: #000;
}

.career-hero p {
  font-size: 16px;
  line-height: 1.8;
  color: #4f4f4f;

  margin-bottom: 32px;
}

.career-subtitle {
  font-size: 29px;
  color: #555;
  margin-bottom: 18px;
  font-weight: 400;
}

.career-btn-group {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.career-btn-primary,
.career-btn-secondary {
  min-width: 140px;
  height: 44px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .3s ease;
}

.career-btn-primary {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.career-btn-secondary {
  border: 1px solid #bdbdbd;
  color: #111;
  background: transparent;
}

.career-hero-image {
  height: 100%;
}

.career-hero-image img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
}

.section-space {
  padding: 90px 0;
}
.section-space1 {
  padding: 50px 0;
}
.about-working h2,
.career-opening-section h2,
.life-section h2 {
  font-size: 42px;
  font-weight: 200;
  margin-bottom: 25px;
  color: #111;
}

.about-working p,
.life-section p {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
}

.career-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  /* margin-top: 60px;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px; */
}

.feature-box {
  text-align: center;
}

.feature-box i {
  font-size: 28px;
  color: #111;
  margin-bottom: 15px;
  display: inline-block;
}

.feature-box h4 {
 font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #333;
    margin-top: 19px;
}

.life-section {
  background: #fafafa;
}

.life-image img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.life-content {
  padding-left: 50px;
}

.career-opening-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.career-opening-header h2{
  margin-bottom: 0px;
}

.career-opening-header a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

.career-job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.job-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 35px;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.job-card a {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.job-card h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.job-location {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  margin-bottom: 20px;
  font-size: 15px;
}

.job-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-weight: 600;
  transition: all 0.3s ease;
}

.job-card:hover .apply-btn {
  gap: 14px;
}

@media (max-width: 1199px) {
  .career-hero h1 {
    font-size: 76px;
  }

  .career-hero-content {
    padding: 90px 45px;
  }

  .career-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

  /* .career-features {
    grid-template-columns: repeat(3, 1fr);
  }
*/

@media (max-width: 991px) {
  .career-hero .row {
    min-height: auto;
  }

  .career-hero-content {
    padding: 70px 30px;
    max-width: 100%;
  }

  .career-hero h1 {
    font-size: 62px;
    letter-spacing: -2px;
  }

  .career-hero-image img {
    min-height: auto;
  }

  .career-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .life-content {
    padding-left: 0;
    padding-top: 40px;
  }

  .career-job-grid {
    grid-template-columns: 1fr;
  }

  .section-space {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .career-hero .row {
    min-height: auto;
  }

  .career-hero h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .career-hero-content {
    padding: 55px 20px;
    max-width: 100%;
  }

  .career-subtitle {
    font-size: 16px;
  }

  .career-btn-group {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .career-btn-primary,
  .career-btn-secondary {
    min-width: 135px;
    width: auto;
  }

  .career-hero-image img {
    height: 420px;
  }

  .career-features {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-space {
    padding: 60px 0;
  }
}



.career-job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.job-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  transition: .3s ease;
  overflow: hidden;
  height: 100%;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.job-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  color: inherit;
}

.job-top h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #111;
  margin-bottom: 14px;
}

.job-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 28px;
    font-weight: 400;

}

.job-location i {
  font-size: 14px;
}

.job-desc p {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 28px;
}

.job-divider {
  height: 1px;
  background: #e8e8e8;
  margin-bottom: 28px;
}

.job-focus h5 {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin-bottom: 18px;
}

.job-focus ul {
  padding-left: 18px;
  margin-bottom: 30px;
}

.job-focus ul li {
  font-size: 14px;
  line-height: 2;
  color: #444;
  font-weight: 400;
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  transition: .3s ease;
}

.job-card:hover .apply-btn {
  gap: 16px;
}

@media (max-width: 991px) {
  .career-job-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .job-card a {
    padding: 24px;
  }

  .job-top h3 {
    font-size: 18px;
  }

  .job-desc p,
  .job-focus ul li {
    font-size: 14px;
  }
}

.career-contact-strip {
  background: #f3f3f3;
  padding: 70px 0 40px;
}

.career-contact-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
  justify-content: center;
}

.career-contact-left h2 {
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #111;
  letter-spacing: -2px;
  margin: 0;
}

.career-contact-center p {
  font-size: 18px;
  line-height: 1.9;
  color: #4d4d4d;
  margin: 0;
}

.career-contact-right {
  display: flex;
  justify-content: flex-end;
}

.career-contact-right a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    color: #111;
    transition: .3s ease;
    font-weight: 500;
    text-decoration: underline;
}

.career-contact-right a:hover {
  opacity: .7;
}

.career-contact-right i {
  font-size: 20px;
}

@media (max-width: 991px) {

  .career-contact-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .career-contact-right {
    justify-content: flex-start;
  }

  .career-contact-left h2 {
    font-size: 42px;
  }

  .career-contact-center p,
  .career-contact-right a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
 

  .career-contact-strip {
    padding: 55px 0 30px;
  }

  .career-contact-left h2 {
    font-size: 34px;
  }

  .career-contact-center p {
    line-height: 1.8;
  }

  .career-contact-right a {
    word-break: break-word;
  }
}

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

.stat-box{
  border-right: 1px solid #ccc;
}

#scale-reach .reach-counter-row .col-md-3:last-child  .stat-box {
    border-right: 1px solid #fff;
}
