@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --main-red: rgb(202, 36, 36);

}

body {
  font-family: "poppins", sans-serif;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}



/* Common style */
section {
  padding: 35px 96px;
}

.main-heading-section {
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.main-heading-section h2 {
  color: rgb(41, 41, 41);
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0.2em;
}

.main-heading-section p {
  margin-bottom: 2em;
}

.sub-page-main-heading {
  text-align: left;
  margin: 10px 0px 30px 0px;
}

.sub-page-main-heading h2 {
  color: rgb(41, 41, 41);
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0.2em;
}


a {
  color: inherit;
  cursor: pointer;
}

.header-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#Header {
  padding: 0px;
}

.page-headings {
  font-size: 35px;
  padding-bottom: 80px;
  color: rgb(43, 40, 40);
}

#banner-section {
  position: relative;
  padding: 10px 40px !important;
}

.banner {
  width: 100%;
  height: 395px;
  border-radius: 20px;
}

.banner-texts {
  padding: 0px 96px;
  position: absolute;
  top: 50%;
  color: white;
}

.banner-texts h1 {
  font-size: 33px;
}

#pageLoader,
#pageLoader-mobile {
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#pageLoader-mobile {
  display: none;
  background-color: var(--main-red);
}

.loader-logo-text {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

/* .loader-img {
  display: none;
  width: 90px;
  height: 70px;
} */

/* Simple animated spinner */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top: 6px solid #b61919;
  /* spinner color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animation for spinner */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

:host .ionicon {
  color: rgb(55 55 55);
}


@media (max-width:768px) {
  section {
    padding: 10px 24px;
  }

  .heading-sectionWithExtra-info {
    margin-bottom: 30px;
    font-size: 1.3rem;
    color: rgb(41, 41, 41);
  }

  .main-heading-section h2 {
    color: rgb(41, 41, 41);
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }

  .main-heading-section p {
    margin-bottom: 2em;
    font-size: 18px;
  }
}

@media(max-width:428px) {
  .heading-sectionWithExtra-info {
    margin-bottom: 20px;
  }
}

@media(max-width:414px) {
  .heading-sectionWithExtra-info {
    margin-bottom: 15px;
  }
}

@media (max-width :375px) {
  .main-heading-section {
    margin: 10px 0px 20px 0px;
  }

  .main-heading-section p {
    margin-bottom: 0em;
  }

  .main-heading-section h2 {
    font-size: 1.4rem;
  }
}

@media (max-width:320px) {
  section {
    padding: 0px 5px;
  }

  .main-heading-section {
    margin: 25px 10px;
  }

  .main-heading-section h2,
  .heading-sectionWithExtra-info {
    color: rgb(41, 41, 41);
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0px;
  }

  .mb {
    margin-bottom: 20px;
  }

  .main-heading-section p {
    font-size: 12px;
  }
}

/* end */


/* Home page */

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 50;
}

nav {
  box-shadow: 0px 0px 5px rgb(204, 171, 171);
  z-index: 50;
}

.nav-media-icons {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 19px;
  color: rgb(255, 255, 255);
  padding: 10px 96px;
  border-bottom: 1px solid rgb(230, 230, 230);
  background-color: var(--main-red)
}

.nav-media-icon-phone {
  font-size: 15px;
}

.mobile-search-bar {
  display: flex;
  gap: 10px;
  width: 100%;
  display: none;
  position: absolute;
  top: 0px;
  /* adjust to your nav height */
  left: 0;
  right: 0;
  background: white;
  padding: 30px 15px;
  z-index: 9999;
  height: 100px;
}

.mobile-search-input {
  width: 100%;
  padding: 5px;
  border: 1px solid rgb(236, 118, 118);
  box-shadow: 0px 0px 4px rgb(236, 118, 118);
  border-radius: 5px;
}

.mobile-search-button {
  background-color: white;
  border: none;
  font-size: 24px;
  font-weight: 200;
  color: #3a3a3a;
}

.mobile-arrow-button {
  border: none;
  background-color: white;
  font-size: 24px;
  color: #666666;
}

.nav-media-icon-phone .fa-phone {
  color: white !important;
}

.nav-top-section {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 80px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  border-bottom: 1px solid rgb(192, 192, 192);
}

#hamburger {
  display: none;
}

.mobile-navbar-icons {
  display: none;
  color: rgb(90, 90, 90);
}

.dealer-icon {
  color: rgb(90, 90, 90) !important;
}

.logos {
  display: flex;
  align-items: center;
  gap: 15px;
}

nav img {
  width: 74px;
  height: 49px;
}

.nav-items {
  display: flex;
  /* align-items: center; */
  gap: 40px;
  font-weight: 300;
  font-size: 18px;
}

.nav-link {
  cursor: pointer;
}

.nav-link:hover {
  color: var(--main-red);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--main-red);
}

.nav-link:active {
  color: var(--main-red);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--main-red);
}

.nav-link button {
  background-color: var(--main-red);
  color: white;
  padding: 6px;
  border-radius: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  /* padding: 10px; */
  border-radius: 5px;
}

.sub-dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
}

.dropdown-menu,
.dropdown-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  min-width: 280px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 1000;
}

.dropdown-menu.show,
.dropdown-sub-menu.show {
  display: block;
}

.dropdown-menu-li {
  padding: 8px 10px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
}

.dropdown-menu-li:hover {
  background-color: #f5f5f5;
  color: var(--main-red);
}

.sub-dropdown {
  position: relative;
}

.dropdown-sub-menu {
  left: 100%;
  top: 0;
}

.dropdown-all-categories>div {
  padding: 10px;
  border-left: 1px solid #eee;
}

.profile-dropdown {
  display: flex;
  gap: 6px !important;
  align-items: center;
  /* border: 1px solid rgb(214, 214, 214); */
  border-radius: 5px;
  font-weight: 300;
}

.nav-search {
  position: relative;
}

.nav-search-input {
  padding: 12px;
  width: 300px;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: var(--main-red);
}

.nav-search-button {
  position: absolute;
  right: 10px;
  top: 6px;
  background-color: var(--main-red);
  color: white;
  border: none;
  padding: 4px;
  border-radius: 23px;
  text-align: center;
  cursor: pointer;
}

.nav-bottom-section-categories {
  color: black;
  font-size: 13px;
  font-weight: 300;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.nav-bottom-section-categories li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
}

.login-button {
  background-color: var(--main-red);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 6px;
}

.dealers {
  display: flex;
  gap: 5px;
  align-items: center;
}

.store-icon {
  width: 20px;
  height: 20px;
}

.extra-info {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inspiration {
  display: flex;
  gap: 5px;
}

.dealer-icon {
  font-size: 22px;
  color: rgb(109, 107, 107);
}

.camera-icon {
  font-size: 25px;
  color: rgb(109, 107, 107);
}

/* Modal Styles */
#signupBtn {
  padding: 10px 20px;
  background-color: var(--main-red);
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.inputsOfUpload {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  border-radius: 8px;
  width: 500px;
  position: relative;
  overflow: hidden;
}

.close {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
}

.close:hover {
  color: #000;
}

.modal-img-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
}

.modal-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

.login-form form {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}

.login-form form input {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login-submit-button {
  background-color: var(--main-red);
  border: none;
  color: white;
  padding: 12px;
  font-size: 14px;
  margin: 15px auto 0 auto;
  border-radius: 5px;
  cursor: pointer;
}

.forgot-password {
  text-align: right;
  font-size: 13px;
  color: #0051ff;
}

.have-an-account-btn {
  text-align: center;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  margin-top: 10px;
}

/* Header */
.discount-section {
  height: 40px;
  background-color: var(--main-red);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  color: white;
}

.marquee-text {
  white-space: nowrap;
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

#Header {
  padding: 0px !important;
}

.carousel {
  position: relative;
  width: 100%;
  height: 600px;
  margin: auto;
  overflow: hidden;
}

.carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
  z-index: 0;
}

.carousel-image.active {
  opacity: 1;
  z-index: 1;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: rgb(122, 119, 119);
  background-color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
  border-radius: 900px;
  padding: 3px 9px;
  z-index: 2;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

.carousel-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  /* left: 5%; */
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  transform: translateY(-50%);
  color: white;
  z-index: 3;
  width: 100%;
}

.carousel-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.carousel-text h2 span {
  color: var(--main-red)
}

.carousel-text p {
  font-size: 1.2rem;
  margin: 10px 0;
}

.carousel-cta {
  padding: 10px 20px;
  background-color: var(--main-red);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  font-size: 17px;
}


/* Categories */
.home-category-section {
  max-width: 100%;
  margin: 50px auto;
  padding: 0 96px;
  text-align: left;
}

.category-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
  max-width: 100%;
  margin: 0 auto;
  color: black;
}

.category-card {
  height: 200px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 10px;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  color: black;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-card img {
  width: 100%;
  height: 160px;
  border-radius: 20px;
  object-fit: fill;
}

.category-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 3px;
}

.whatsapp-image {
  width: 40px !important;
  height: 40px !important;
}

.category-info p {
  font-size: 15px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}


/* Awards */

.awards-carousel-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
  position: relative;
}

.awards-carousel-track {
  display: flex;
  width: 100%;
  height: 450px;
  transition: transform 0.4s ease;
  gap: 20px;
  margin-top: 20px;
}

.awards-carousel-item {
  width: 150px;
  height: 450px;
  flex: 0 0 30%;
  background: white;
  border-radius: 2px;
  overflow: hidden;
  text-align: right;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(209, 209, 209);

}

.awards-carousel-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.awards-carousel-item h5 {
  text-align: center;
  font-size: 17px;
}

.awards-carousel-item p {
  padding: 10px 2px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.award-carousel-buttons {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  gap: 15px;

}

#award-carousel-buttons-prevBtn {
  border: none;
  position: absolute;
  top: 45%;
  left: 0%;
  background: rgba(252, 252, 252, 0.6);
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}

#award-carousel-buttons-nextBtn {
  border: none;
  position: absolute;
  top: 45%;
  right: 0;
  background: rgba(252, 252, 252, 0.6);
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}


.award-carousel-buttons button:hover {
  background: #f0f0f0;
}

.award-carousel-item-button {
  background-color: #16a84c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  padding: 0px;
  border-radius: 5px;
  margin: 6px 20px;
  font-size: 19px;
  /* padding: 5px; */
  height: 30px;
}

.award-carousel-item-button p {
  font-size: 13px;
}


/* Faqs */
.faq-container {
  margin-bottom: 50px;

}

.faq-item {
  width: 80%;
  margin: 10px auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  background-color: white;
  border: none;
  text-align: left;
  padding: 15px;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "▾";
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f1f1f1;
  padding: 0 20px;
  transition: max-height 0.4s ease;
  font-size: 15px;
}

.faq-item.active .faq-answer {
  padding: 15px 20px;
  max-height: 500px;
}




/* Alco interiors section*/
.home-alco-interior-section,
.home-alco-innovations-section {
  max-width: 100%;
  padding: 0 96px;
  text-align: left;
  margin-bottom: 40px;
}

.filter-buttons {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  /* flex-wrap: wrap; */
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.filter-buttons::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, Opera */
}

.filter-btn {
  flex: 0 0 auto;
  padding: 8px 20px;
  border: none;
  border: 1px solid rgb(216, 215, 215);
  background-color: white;
  border-radius: 40px;
  cursor: pointer;
  font-size: 17px;
  color: rgb(39, 39, 39);
  white-space: nowrap;
}

.filter-btn.active {
  background-color: var(--main-red);
  color: white;
}

.product-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  color: black;
}

.product-container.few-items {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.product-card {
  height: 299px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.3s ease;
  text-align: center;
  font-weight: 500;
  color: black;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 310px;
  border-radius: 20px;
  object-fit: fill;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
}

.whatsapp-image {
  width: 70px !important;
  height: 40px !important;
}

.product-card p {
  font-size: 18px;
  font-weight: 500;
  color: #494949 !important;
}

.product-info p {
  font-size: 16px;
  font-weight: 500;
  color: #494949 !important;
}



/* Aclo innovations section*/
.home-alcoinnovations-all-card-section {
  display: flex;
  flex-direction: column;
}

.home-innovations-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-content: center;
  gap: 10px;
  padding: 5px 0;
}

.innovation-home-card {
  position: relative;
  /* width: 85%; */
  /* background-image: url("../images/banner0-2.webp"); */
  /* max-width: 800px; */
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 40px 23px;
  overflow: hidden;
  border-radius: 12px;
}

.home-innovations-title {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.home-innovations-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

/* .home-innovations-container1,
.home-innovations-container2 {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 5px 0;
}

.innovation-home-card1,
.innovation-home-card2,
.innovation-home-card3,
.innovation-home-card4,
.innovation-home-card4,
.innovation-home-card5,
.innovation-home-card6 {
  position: relative;
  width: 85%;
  background-image: url("../images/banner0-2.webp");
  max-width: 800px;
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 40px 23px;
  overflow: hidden;
  border-radius: 12px;
}

.innovation-home-card1::before,
.innovation-home-card2::before,
.innovation-home-card3::before,
.innovation-home-card4::before,
.innovation-home-card5::before,
.innovation-home-card6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 5px;
}


.innovation-home-card1>*,
.innovation-home-card4>*,
.innovation-home-card2>*,
.innovation-home-card3>*,
.innovation-home-card5>*,
.innovation-home-card6>* {
  position: relative;
  z-index: 1;
}

.home-innovations-title1,
.home-innovations-title2,
.home-innovations-title3,
.home-innovations-title4,
.home-innovations-title5,
.home-innovations-title6 {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

.home-innovations-subtitle1,
.home-innovations-subtitle2,
.home-innovations-subtitle3,
.home-innovations-subtitle4,
.home-innovations-subtitle5,
.home-innovations-subtitle6 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}*/
.innovation-home-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 5px;
}


.innovation-home-card>* {
  position: relative;
  z-index: 1;
}


#major-clients {
  padding: 40px 0px !important;
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.client-carousel {
  display: flex;
}

.home-pagecarousel-track {
  display: flex;
  gap: 50px;
  will-change: transform;
}

.home-pagecarousel-track img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  flex-shrink: 0;
}

.carousel-track {
  display: flex;
  gap: 50px;
  will-change: transform;
}

.carousel-track img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Why choose us */
#home-page-services {
  max-width: 100%;
  padding: 0 96px;
  text-align: left;
  margin-bottom: 60px;
  background-color: var(--main-red);
  color: white;
}

#home-page-services h2 {
  color: white !important;
  padding-top: 50px !important;
}

.y-choose-us-desc {
  font-size: 20px;
}

.heading-sectionWithExtra-info {
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: rgb(41, 41, 41);
}

.blog-card p {
  font-size: 16px;
}

.home-page-services-img {
  width: 100%;
}

.home-page-services-bottom-section {
  display: flex;
}

.home-page-service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-top: 40px;
}

.home-page-service-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-radius: 10px;
  position: relative;
  align-items: center;
  margin-bottom: 50px;
}

.home-page-service-card .top-icon {
  width: 50px;
  background-color: #f3f3f3;
  color: var(--main-red);
  font-size: 25px;
  margin-top: 20px !important;
  border-radius: 80px;
  padding: 12px;
}

.home-page-service-card .top-icon,
.home-page-service-card-subtitle,
.home-page-service-card-title {
  margin: 0px 40px;
}

.home-page-service-card-title {
  font-weight: 500;
}

.home-page-service-card-subtitle {
  color: #666;
}

.home-page-service-card .bottom-icon {
  width: 45px;
  background-color: var(--main-red);
  border-radius: 10px 0px 10px 0px;
  padding: 10px;
  align-self: flex-end;
}

.home-page-service-card .bottom-icon .fa-arrow-up {
  transform: rotate(55deg);
  color: white;
  font-size: 20px;
}

.home-page-service-card:hover {
  border: 1px solid var(--main-red);
}

/* Instagram videos */

.instagram-videos-section {
  max-width: 100%;
  margin: 0px 0px 30px 0px !important;
  padding: 0px;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(241px, 1fr));
}

.insta-video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 453px;
}

.insta-video-container video {
  width: 100%;
  height: 457px;
  cursor: pointer;
  display: block;
}

/* .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  padding: 10px 16px;
  cursor: pointer;
  z-index: 2;
} */


/* Testimonial section */

.testimonial-section {
  width: 100%;
  text-align: center;
  padding: 60px 0px !important;
}

.testimonial-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.testimonial-section h2 span {
  font-style: italic;
  font-weight: 400;
}

.badge {
  background-color: var(--main-red);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial-carousel {
  display: flex;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.testimonial-group {
  padding-top: 50px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide1 {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;

}

.testimonial-card-container1,
.testimonial-card-container2 {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 40px;
  overflow: hidden;
}

.testimonial-card-container2 {
  margin: 0px !important
}

.testimonial-card {
  width: 250px;
  height: 260px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin: 10px;
  flex: 1 0 30%;
  text-align: left;
}

.testimonial-card .user {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-card img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.testimonial-card h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.testimonial-card p.role {
  margin: 0;
  font-size: 0.8rem;
  color: #777;
}

.stars {
  color: #fbc02d;
  margin-top: 10px;
}

.dots {
  margin-top: 20px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #ff5722;
}


/* Contact us */
.contact-form-container {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: var(--main-red);
  padding: 40px;
  color: white;
  border-radius: 20px;
}

.text-container {
  width: 50%;
}

.form-container {
  width: 60%;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  color: black;
}

.form-container form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.form-container label {
  font-weight: 500;
  font-size: 1.2rem;
}

.form-container input,
.form-container textarea,
.form-container button {
  padding: 8px 12px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "poppins", sans-serif;
}

.form-container textarea {
  height: 100px;
}

.form-container button {
  background-color: var(--main-red);
  color: white;
  border: none;
  cursor: pointer;
}

.form-container button:hover {
  background-color: black;
}

.mail,
.phone-no,
.location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.contact-us-icon {
  font-size: 25px;
}

/* Footer */
footer {
  width: 100%;
  position: relative;
  background-color: var(--main-red);
  color: rgb(255, 255, 255);
  z-index: 1;
  border-top: 1px solid rgb(206, 206, 206);
  padding: 50px 96px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 5px;
}

.bg-image {
  /* background-image: url("/assets/images/8befee0e13bbaa553459e8072caedf41.jpg"); */
  background-repeat: no-repeat;
  width: 100%;
}

.footer-section img {
  width: 100px;
  height: 50px;
}

.footer-first-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-first-column img {
  width: 160px;
}

.footer-headings {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-nav-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-media-icon {
  width: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  color: var(--main-red);
}

.social-media-img {
  font-size: 25px;
}

.apps {
  display: flex;
  gap: 15px;
}

.all-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* text-align: center; */
}

/* Homepage mobile view
   ----------------- */

@media(max-width:1114px) {
  .nav-top-section {
    padding: 0px 24px;
  }

  section {
    padding: 15px 24px;
  }

  .heading-sectionWithExtra-info {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: rgb(41, 41, 41);
  }

  .nav-media-icon-phone {
    font-size: 18px;
  }

  .nav-media-icon-phone .fa-phone {
    font-size: 20px;
  }

  .nav-media-icons {
    height: 44px;
    gap: 18px;
    font-size: 23px;
  }

  .nav-items {
    display: none;
    flex-direction: column;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 100px 20px;
    z-index: 900;
    color: red;
    font-weight: 600;
    font-size: 17px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .nav-items.active {
    display: flex;
    transform: translateX(0);
  }

  #hamburger {
    display: block;
    cursor: pointer;
    font-size: 25px;
    color: gray;
  }

  #closeIcon {
    display: none;
    color: black;
    z-index: 1000;
    position: absolute;
    top: 20px;
    right: 110px;
    font-size: 30px;

  }

  .extra-info {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(90, 90, 90);
  }

  .mobile-navbar-icons {
    display: block;
    gap: 15px;
    /* font-size: 40px; */
  }

  .nav-search {
    display: none;
  }

  .mobile-navbar-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    /* font-size: 25px; */
  }

  .nav-items {
    display: none;
  }

  .mobile-navbar-icons {
    display: none;
  }

  .nav-bottom-section-categories {
    font-size: 24px !important;
  }

  .home-alco-interior-section,
  .home-alco-innovations-section {
    padding: 0px 24px;
  }

  .product-container {
    grid-template-columns: repeat(auto-fill, minmax(251px, 1fr));
  }

  .product-card {
    height: 289px;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(262px, 1fr)) !important;
  }

  .insta-video-container {
    height: 496px;
  }

  .insta-video-container video {
    height: 496px;
  }

  .awards-carousel-track {
    display: flex;
    width: 100%;
    height: 430px;
  }

  .awards-carousel-item {
    width: 150px;
    height: 430px;
    flex: 0 0 30%;
  }

  .awards-carousel-item h5 {
    font-size: 17px;
  }

  .awards-carousel-item p {
    padding: 10px 2px;
    font-size: 15px;
  }

  .contact-form-container {
    width: 90%;
  }

  /* FAQ */
  .faq-container {
    padding: 20px 200px;
  }

  .faq-item {
    width: 100%;
  }

  .faq-question {
    font-size: 18px;
    padding: 14px;
  }



}

@media(max-width:884px) {
  section {
    padding: 15px 24px;
  }

  .heading-sectionWithExtra-info {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: rgb(41, 41, 41);
  }

  .nav-media-icon-phone {
    font-size: 18px;
  }

  .nav-media-icon-phone .fa-phone {
    font-size: 20px;
  }

  .nav-media-icons {
    height: 44px;
    gap: 18px;
    font-size: 23px;
  }

  .nav-items {
    display: none;
    flex-direction: column;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 100px 20px;
    z-index: 900;
    color: red;
    font-weight: 600;
    font-size: 17px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .nav-items.active {
    display: flex;
    transform: translateX(0);
  }

  #hamburger {
    display: block;
    cursor: pointer;
    font-size: 25px;
    color: gray;
  }

  #closeIcon {
    display: none;
    color: black;
    z-index: 1000;
    position: absolute;
    top: 20px;
    right: 110px;
    font-size: 30px;

  }

  .extra-info {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(90, 90, 90);
  }

  .mobile-navbar-icons {
    display: block;
    gap: 15px;
    /* font-size: 40px; */
  }

  .nav-search {
    display: none;
  }

  .mobile-navbar-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    /* font-size: 25px; */
  }

  .nav-items {
    display: none;
  }

  .mobile-navbar-icons {
    display: none;
  }

  .mobile-search-icon {
    font-size: 30px;
  }

  .dealer-icon {
    font-size: 30px;
    color: black;
  }

  .camera-icon {
    font-size: 35px;
  }

  .nav-bottom-section {
    display: none;
  }

  .nav-top-section {
    height: 102px;
    padding: 0px 24px;
  }

  nav img {
    width: 82px;
    height: 65px;
  }

  #signupBtn {
    font-size: 18px;
  }

  .discount-section {
    font-size: 24px;
    height: 50px;
  }

  .carousel-text {
    width: 100%;
    padding: 100px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-category-section {
    padding: 0px 24px 0px 24px;
  }

  .home-alco-interior-section,
  .home-alco-innovations-section {
    padding: 0px 24px;
  }

  .filter-buttons {
    margin-top: 15px;
    justify-content: flex-start;
  }

  .product-container {
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  }

  .product-card {
    height: 300px;
  }

  .home-innovations-container {
    grid-template-columns: repeat(auto-fit, minmax(373px, 1fr));
  }

  .y-choose-us-desc {
    font-size: 19px !important;
  }

  .blog-card p {
    font-size: 16px !important;
  }

  .instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  }

  .insta-video-container {
    height: 484px;
  }

  .insta-video-container {
    height: 483px;
  }

  .insta-video-container video {
    width: 100%;
    height: 524px;
  }

  .awards-carousel-track {
    display: flex;
    width: 100%;
    height: 450px;
  }

  .awards-carousel-item {
    width: 150px;
    height: 450px;
    flex: 0 0 50%;
  }

  .awards-carousel-item h5 {
    font-size: 19px;
  }

  .awards-carousel-item p {
    padding: 10px 2px;
    font-size: 17px;
  }

  /* Testimonial */
  .testimonial-group {
    padding-top: 0;
  }

  .testimonial-card-container1,
  .testimonial-card-container2 {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px;
    margin: 0;
  }

  .testimonial-card {
    flex: 0 0 auto;
    width: 401px;
    height: auto;
    scroll-snap-align: start;
    margin: 0;
    padding: 10px;
    font-size: 21px;
  }


  .testimonial-card-container1::-webkit-scrollbar,
  .testimonial-card-container2::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card-container1,
  .testimonial-card-container2 {
    scrollbar-width: none;
    /* Firefox */
  }

  .stars {
    font-size: 28px;
  }

  /* Contact us */
  .contact-form-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 10;
  }

  .text-container {
    width: 100%;
    font-size: 24px;
  }

  .form-container {
    width: 100%;
    padding: 25px;
  }

  .form-container label {
    font-weight: 500;
    font-size: 1.4rem;
  }

  .form-container input,
  .form-container textarea,
  .form-container button {
    padding: 8px 12px;
    font-size: 21px;
  }

  /* clients */
  .carousel-track img {
    width: 140px;
    height: 136px;
  }

  /* FAQ */
  .faq-container {
    padding: 20px;
  }

  .faq-item {
    width: 100%;
  }

  .faq-question {
    font-size: 19px;
    padding: 13px;
  }

  footer {
    border-top: 1px solid rgb(206, 206, 206);
    padding: 50px 56px;
    font-size: 19px;
  }

  .footer-section {
    margin-bottom: 30px;
    gap: 5px;
  }


  .footer-section img {
    width: 100px;
    height: 50px;
  }

  .footer-first-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .all-pages {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .get-in-touch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* text-align: center; */
  }

}

@media(max-width:768px) {
  #pageLoader-mobile {
    display: flex !important;
  }

  #pageLoader {
    display: none !important;
  }

  .nav-media-icons {
    gap: 15px;
    padding: 10px 24px;
  }

  .header-top-phone-no {
    display: block;

  }

  nav img {
    width: 84px;
    height: 55px;
  }

  .nav-top-section {
    padding: 0px 24px !important;
  }

  .nav-items {
    display: none;
    flex-direction: column;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 100px 20px;
    z-index: 900;
    color: red;
    font-weight: 600;
    font-size: 17px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .nav-items.active {
    display: flex;
    transform: translateX(0);
  }

  #hamburger {
    display: block;
    cursor: pointer;
    font-size: 25px;
    color: gray;
  }

  #closeIcon {
    display: none;
    color: black;
    z-index: 1000;
    position: absolute;
    top: 20px;
    right: 110px;
    font-size: 30px;

  }

  .nav-search,
  .extra-info {
    margin-bottom: 20px;
  }

  .mobile-navbar-icons {
    display: block;
    gap: 15px;
    /* font-size: 40px; */
  }

  .nav-search {
    display: none;
  }

  .mobile-navbar-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    /* font-size: 25px; */
  }

  .nav-items {
    display: none;
  }

  .extra-info {
    display: none;
  }

  .mobile-search-icon {
    font-size: 30px;
  }

  .dealer-icon {
    font-size: 30px;
    color: black;
  }

  .camera-icon {
    font-size: 35px;
  }

  .nav-bottom-section {
    display: none;
  }

  .dropdown-menu,
  .dropdown-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    background: #fff;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 1000;
    text-align: center;
  }

  .dropdown-menu-li {
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
  }

  .dropdown-menu-li:hover {
    background-color: #f5f5f5;
    color: var(--main-red);
  }

  .sub-dropdown {
    position: relative;
  }

  .dropdown-sub-menu {
    left: 100%;
    top: 0;
  }

  .profile-in-mobile {
    display: none;
  }

  #signupBtn {
    padding: 12px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
  }

  .nav-link {
    font-size: 24px;
  }


  /* Header */
  .discount-section {
    font-size: 24px;
    height: 50px;
  }

  .carousel {
    position: relative;
    width: 100%;
    height: 367px;
    margin: auto;
    overflow: hidden;
    text-align: center;
  }

  .carousel-text {
    width: 100%;
    padding: 100px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .carousel-text h2 {
    font-size: 2rem;
    font-weight: bold;
  }

  .carousel-text p {
    font-size: 1.5rem;
  }

  .carousel-slide img {
    height: 208px;
  }

  .carousel-button {
    font-size: 0.7rem;
  }

  .carousel-cta {
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  /* Categories */
  .home-category-section {
    max-width: 100%;
    margin: 50px auto;
    padding: 0 24px;
    text-align: left;
  }

  .category-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(207px, 1fr));
    align-items: center;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    color: black;
  }

  .category-card {
    width: 100%;
    height: 228px;
    margin: 0 auto;
  }

  .category-card:hover {
    transform: translateY(-5px);
  }

  .category-info p {
    font-size: 19px;
  }

  .category-card img {
    width: 100%;
    height: 190px;
    border-radius: 20px;
    object-fit: fill;
  }

  .category-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0px;
  }

  /* alco interios */
  .home-alco-interior-section,
  .home-alco-innovations-section {
    max-width: 100%;
    padding: 0 24px;
    text-align: left;
    margin-bottom: 40px;
  }

  .filter-buttons {
    margin-top: 15px;
    justify-content: flex-start;
  }


  .filter-btn {
    font-size: 21px;
  }

  .product-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  }

  .product-card {
    height: 270px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .product-card img {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    object-fit: fill;
  }

  .product-card p {
    font-size: 20px;
  }

  /* Why choose us */
  #home-page-services {
    padding: 0px 10px;
  }

  .y-choose-us-desc {
    font-size: 21px !important;
  }

  .home-page-service-card {
    font-size: 20px;
    text-align: center;
  }

  /* Innovations */
  .home-innovations-container {
    grid-template-columns: repeat(auto-fit, minmax(363px, 1fr));
  }

  .home-innovations-subtitle {
    font-size: 21px;
  }

  /* Blog */

  .blog-card {
    padding: 0px 8px;
  }

  .blog-info {
    text-align: center !important;
  }

  .blog-card h3 {
    font-size: 28px;
  }



  /* Instagram videos */

  .instagram-videos-section {
    max-width: 100%;
    padding: 0px 0px 40px 0px !important;
    margin: 0px !important;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(193px, 1fr));
  }

  .insta-video-container {
    height: 348px;
  }

  .insta-video-container video {
    height: 377px;
  }

  /* Award */
  .awards-carousel-container {
    padding-left: 10px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    -webkit-overflow-scrolling: touch;
  }

  .awards-carousel-track {
    height: 540px;
  }

  .awards-carousel-item {
    width: 130px !important;
    height: 520px;
    flex: 0 0 55%;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    text-align: right;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(209, 209, 209);
  }

  .awards-carousel-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }

  .awards-carousel-item h5 {
    padding: 0px 5px;
    font-size: 20px;
  }

  .awards-carousel-item p {
    padding: 8px;
  }

  .award-carousel-buttons {
    display: none;
  }

  /* Testimonial */
  .testimonial-group {
    padding-top: 0;
  }

  .testimonial-card-container1,
  .testimonial-card-container2 {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px;
    margin: 0;
  }

  .testimonial-card {
    flex: 0 0 auto;
    width: 401px;
    height: auto;
    scroll-snap-align: start;
    margin: 0;
    padding: 10px;
    font-size: 21px;
  }

  .testimonial-section h2 {
    font-size: 1.6rem;
  }

  .testimonial-card-container1::-webkit-scrollbar,
  .testimonial-card-container2::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card-container1,
  .testimonial-card-container2 {
    scrollbar-width: none;
    /* Firefox */
  }

  .stars {
    font-size: 28px;
  }

  /* Contact us */
  .contact-form-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 10;
  }

  .text-container {
    width: 100%;
    font-size: 24px;
  }

  .form-container {
    width: 100%;
    padding: 25px;
  }

  .form-container label {
    font-weight: 500;
    font-size: 1.4rem;
  }

  .form-container input,
  .form-container textarea,
  .form-container button {
    padding: 8px 12px;
    font-size: 21px;
  }

  /* clients */
  .carousel-track img {
    width: 140px;
    height: 136px;
  }

  /* FAQ */
  .faq-container {
    padding: 20px;
  }

  .faq-item {
    width: 100%;
  }

  .faq-question {
    font-size: 23px;
    padding: 16px;
  }

  /* Footer */
  .footer-section {
    padding: 35px 24px;
    flex-direction: column;
    gap: 20px;
    font-size: 24px;
  }

  .footer-first-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .all-pages {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
  }

  .get-in-touch {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* text-align: center; */
  }

  .see-more-btn {
    width: 100px;
    border-radius: 30px;
    background-color: rgb(236, 236, 236);
    padding: 2px;
    font-size: 24px;
  }
}


@media(max-width:428px) {
  .nav-media-icon-phone {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 3px;
  }

  nav img {
    width: 60px;
    height: 40px;
  }

  #hamburger {
    display: block;
    cursor: pointer;
    font-size: 21px;
  }

  .nav-media-icons {
    font-size: 16px;
    height: 34px;
  }

  .nav-media-icon-phone .fa-phone {
    font-size: 14px;
  }

  .main-heading-section h2 {
    font-size: 1.3rem;
  }

  .main-heading-section p {
    font-size: 13px;
  }

  section {
    padding: 0px 10px !important;
  }

  .nav-top-section {
    padding: 0px 5px !important;
    height: 64px;
  }

  #signupBtn {
    font-size: 13px;
    padding: 9px;
  }

  .modal-content {
    width: 90%;
  }

  .login-form form {
    font-size: 13px;
  }

  .login-form form input {
    font-size: 12px;
    padding: 7px;
  }

  .login-submit-button {
    font-size: 12px;
    padding: 8px 15px !important;
  }

  .whatsapp-float img {
    width: 43px !important;
    height: 41px !important;
  }

  .discount-section {
    font-size: 16px;
    height: 33px;
  }

  .carousel {
    height: 298px;
  }

  .carousel-text {
    padding: 0px;
  }

  .carousel-text h2 {
    font-size: 1.5rem;
  }

  .carousel-text p {
    font-size: 16px;
  }

  .mobile-navbar-icons {
    gap: 10px;

  }

  .dealer-icon {
    font-size: 24px;
    color: black;
  }

  .camera-icon {
    font-size: 30px;
  }

  .mobile-search-icon {
    font-size: 25px;
  }

  .carousel-cta {
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .home-category-section {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 10px;
  }

  .category-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(122px, 1fr));
    row-gap: 0px;
    column-gap: 10px;
  }

  .category-card {
    width: 100%;
    height: 156px;
  }

  .category-card img {
    width: 100%;
    height: 111px;
  }

  .category-info p {
    font-size: 11px;
  }

  .filter-btn {
    font-size: 15px;
    padding: 8px 13px;
  }

  .home-alco-interior-section,
  .home-alco-innovations-section {
    padding: 0px 15px;
  }

  .product-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(183px, 1fr));
    row-gap: 5px;
    column-gap: 10px;
  }

  .product-card {
    height: 220px;
  }

  .product-card img {
    width: 100%;
    height: 200px;
  }

  .product-card p {
    font-size: 13px;
  }

  .home-innovations-subtitle {
    font-size: 17px;
  }

  .home-innovations-title {
    font-size: 25px;
  }

  .innovation-home-card {
    height: 230px;
  }

  .y-choose-us-desc {
    font-size: 16px !important;
  }

  .home-page-service-card {
    font-size: 15px;
    text-align: center;
  }

  .heading-sectionWithExtra-info {
    font-size: 16px !important;
    color: rgb(41, 41, 41) !important;
  }

  .blog-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
    row-gap: 5px !important;
    column-gap: 10px !important;
  }

  .blog-card {
    width: 100%;
    height: 273px !important;
    padding: 0px;
  }

  .blog-card h3 {
    font-size: 13px;
  }

  .blog-card p {
    font-size: 12px !important;
  }

  .blog-card img {
    width: 100%;
    height: 201px !important;
  }

  .see-more-btn {
    margin: 15px auto 30px !important;
    font-size: 14px !important;
    padding: 5px !important;
  }

  .awards-carousel-item {
    flex: 0 0 70%;
    height: 347px;
  }

  .awards-carousel-track {
    height: 348px;
  }

  .awards-carousel-item h5 {
    padding: 0px 5px;
    font-size: 13px;
  }

  .awards-carousel-item p {
    font-size: 12px;
  }

  .awards-carousel-item img {
    width: 100%;
    height: 180px;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(129px, 1fr)) !important;
  }

  .insta-video-container {
    height: 254px !important;
  }

  .insta-video-container video {
    height: 254px !important;
  }

  .testimonial-card {
    font-size: 13px;
    width: 303px;
  }

  .stars {
    font-size: 16px;
    margin-top: 0px;
  }

  .text-container {
    width: 100%;
    font-size: 13px;
  }

  .form-container label {
    font-size: 0.9rem;
  }

  .form-container input,
  .form-container textarea,
  .form-container button {
    padding: 4px 12px;
    font-size: 13px;
  }

  .carousel-track img {
    width: 100px;
    height: 100px;
  }

  .faq-question {
    font-size: 14px;
    padding: 8px;
  }

  .carousel-track img {
    font-size: 15px !important;
  }

  .contact-form-container {
    padding: 25px;
  }

  footer {
    padding: 5px 19px 40px;
  }

  .footer-section img {
    width: 78px;
    height: 38px;
  }

  .footer-section {
    padding: 30px 0px 0px 0px;
    font-size: 15px;
    gap: 8px;
  }

  .all-pages {
    font-size: 15px;
  }

  .bottom-navs {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding: 35px 0px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    box-shadow: 0px 0px 4px rgb(59, 59, 59);
    border-radius: 15px 15px 0 0;
    z-index: 999;
    /* <-- add this line */
  }


  .bottom-icon {
    font-size: 24px;
  }

  .bottom-navs span {
    font-size: 14px;
  }

  .bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .bottom-nav-item:active {
    color: var(--main-red);
  }

  .whatsapp-float {
    position: fixed;
    bottom: 80px !important;
    right: 15px !important;
    z-index: 999 !important;
    transition: transform 0.3s ease;
  }
}


@media(max-width:414px) {

  .product-card img {
    width: 100%;
    height: 207px;
  }

  .product-card {
    height: 229px;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  }

  /* .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  } */

  .insta-video-container {
    height: 244px !important;
  }

  .insta-video-container video {
    height: 245px !important;
  }

  .carousel-text {
    padding: 0px;
  }

}

@media(max-width:394px) {
  #hamburger {
    font-size: 19px;
  }

  .dealer-icon {
    font-size: 22px;
  }

  .camera-icon {
    font-size: 27px;
  }

  .mobile-search-icon {
    font-size: 24px;
  }

  .main-heading-section h2 {
    font-size: 1.2rem;
  }

  .main-heading-section p {
    font-size: 12px;
  }

  .heading-sectionWithExtra-info {
    font-size: 16px !important;
  }

  .category-container {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    row-gap: 0px;
    column-gap: 10px;
  }


  .product-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(167px, 1fr));
    column-gap: 13px
  }

  .product-card {
    height: 205px;
  }

  .product-card img {
    width: 100%;
    height: 185px;
  }

  .product-card p {
    font-size: 13px;
  }

  .home-innovations-title {
    font-size: 21px;
  }

  .home-innovations-subtitle {
    font-size: 15px;
  }

  .blog-container {
    grid-template-columns: repeat(auto-fill, minmax(179px, 1fr)) !important;
  }

  .y-choose-us-desc {
    font-size: 14px !important;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
  }

  .insta-video-container {
    height: 252px;
  }

  .insta-video-container video {
    height: 253px !important;
  }
}


@media(max-width:375px) {
  section {
    padding: 0px 8px !important;
  }

  .category-card {
    width: 100%;
    height: 171px;
  }

  .category-card img {
    height: 125px;
  }

  .home-category-section {
    margin: 30px auto 20px auto;
  }

  /* .category-card {
    height: 185px;
    width: 100%;
  } */


  .product-card {
    height: 201px;
  }

  .product-card img {
    width: 100%;
    height: 180px;
    border-radius: 20px;
    object-fit: fill;
  }

  .home-innovations-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-content: center;
    gap: 10px;
    padding: 5px 0;
  }


  /* Blog */
  .heading-sectionWithExtra-info {
    font-size: 16px !important;
  }

  .blog-container {
    grid-template-columns: repeat(auto-fill, minmax(173px, 1fr)) !important;
    column-gap: 0px !important;
  }

  .blog-card {
    padding: 0px 8px;
  }

  .blog-card img {
    width: 100%;
    height: 140px !important;
  }

  .blog-card {
    height: 202px !important;
  }

  .awards-carousel-item h5 {
    font-size: 12px;
  }

  /* Instagram videos */
  .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(117px, 1fr)) !important;
  }

  .insta-video-container {
    height: 247px;
  }

  .insta-video-container video {
    height: 248px !important;
  }

  /* Awards */
  .awards-carousel-track {
    height: 358px;
  }

  .awards-carousel-item {
    height: 358px;
  }

}

@media(max-width:360px) {
  section {
    padding: 10px 5px;
  }

  .main-heading-section h2 {
    font-size: 1.1rem;
  }

  nav img {
    width: 53px;
    height: 39px;
  }

  .dealer-icon {
    font-size: 20px;
  }

  .camera-icon {
    font-size: 24px;
  }

  #signupBtn {
    font-size: 11px;
    padding: 7px;
  }

  .carousel-text h2 {
    font-size: 1.2rem;
  }

  .carousel-text p {
    font-size: 13px;
  }

  .category-container {
    grid-template-columns: repeat(auto-fill, minmax(99px, 1fr));
  }

  .category-card {
    width: 100%;
    height: 150px;
  }

  .filter-btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  .product-container {
    grid-template-columns: repeat(auto-fill, minmax(159px, 1fr));
    column-gap: 10px;
  }

  .category-card img {
    height: 109px;
  }

  .category-info p {
    font-size: 11px !important;
  }

  .mobile-search-icon {
    font-size: 21px;
  }

  .category-info p {
    font-size: 13px;
  }

  .product-card {
    height: 176px;
  }

  .product-card img {
    height: 156px;
  }

  .product-card p {
    font-size: 12px;
  }

  .insta-video-container {
    height: 231px;
  }

  .insta-video-container video {
    height: 231px !important;
  }

  .carousel-text {
    padding: 0px;
  }

  .blog-container {
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr)) !important;
    column-gap: 8px !important;
  }

  .blog-card {
    padding: 0px;
  }

  .awards-carousel-item {
    flex: 0 0 75%;
  }

  .insta-video-container {
    height: 230px;
  }

  .insta-video-container video {
    height: 232px;
  }

  .awards-carousel-item img {
    height: 157px;
  }

  .awards-carousel-item {
    height: 333px;
  }
}

@media(max-width:320px) {
  .logos {
    gap: 8px;
  }

  .nav-link {
    font-size: 16px;
  }

  #closeIcon {
    display: none;
    color: var(--main-red);
    z-index: 1000;
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 19px;
  }

  .carousel-cta {
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .carousel-btn {
    padding: 2px 7px;
    font-size: .7rem;
  }


  .carousel-text p {
    font-size: 1rem;
  }

  .carousel-btn.prev {
    left: 4px;
  }

  .carousel-btn.next {
    right: 4px;
  }

  nav img {
    width: 55px;
    height: 38px;
  }

  /* Category */
  /* .category-card {
    height: 129px;
    width: 90%;
  }
  .product-card img {
        width: 100%;
        height: 216px;
  } */
  .home-alco-interior-section {
    margin: 30px 0px;
    padding: 0px 5px;
  }

  .home-alco-innovations-section {
    padding: 0px 15px !important;
  }

  .home-alco-innovations-section .main-heading-section h2 {
    margin-bottom: 20px;
  }

  .home-category-section {
    margin: 15px 0px;
    padding: 0px 7px;
  }

  .category-container {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)) !important;
  }

  .category-card {
    width: 95% !important;
    height: 136px !important;
  }

  .category-card img {
    height: 109px;
  }

  .category-info p {
    font-size: 13px;
  }

  .filter-buttons {
    gap: 5px;
    margin-top: 5px;
  }

  /* Alco interiors */
  .filter-btn {
    font-size: 13px;
    padding: 8px 13px;
  }

  .product-container {
    grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
    column-gap: 10px;
  }

  .product-card {
    height: 150px !important;
  }

  .product-card img {
    height: 132px !important;
  }

  .home-alcoinnovations-all-card-section {
    display: flex;
    flex-direction: column;
    margin: 0px 5px !important;
  }

  .home-page-service-card-title {
    font-weight: 500;
    font-size: 12px;
}
#home-page-services {
  padding-bottom: 40px !important;
}
.home-page-service-card{
  margin: 0px;
}

  /* Instagram videos */
  .instagram-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }

  .insta-video-container {
    height: 229px;
  }

  .insta-video-container video {
    min-height: 229px;
  }

  .awards-carousel-item {
    flex: 0 0 85%;
  }

  .awards-carousel-track {
    height: 334px;
  }

  .testimonial-card {
    font-size: 12px;
    width: 303px;
  }

  .text-container {
    width: 100%;
    font-size: 13px;
  }

  .contact-form-container {
    padding: 14px;
  }

  .form-container {
    width: 100%;
    padding: 16px;
  }

  .form-container label {
    font-size: 0.9rem;
  }
}



















/* Alco innovations page*/

.innovations-page-blog {
  display: flex;
  gap: 50px;
  padding-top: 30px;
}

.innovations-page-blog-first-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;

}

.innovations-page-blog-first-column p {
  font-size: 18px;
}

.innovations-page-blog-first-column img {
  border-radius: 30px;
}

.innovations-page-blog-second-column {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px;
}

#mainImage {
  width: 550px;
  height: 550px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: transform 0.3s ease;
}

.whatsapp-float img {
  width: 70px;
  height: 70px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.similar-product-container {
  display: flex;
  gap: 10px;
}

.color-panels {
  display: flex;
  align-items: center;
  gap: 5px;
}

.colour-container {
  width: 50px;
  height: 50px;
}


/* All products page*/
#all-products {
  width: 100%;
  padding: 2px 0px !important;
  border-radius: 0px;
  display: flex;
}

.product-filter-section {
  width: 20%;
  height: 100%;
  border-right: 1px solid rgb(243, 242, 242);
}

.products-section {
  width: 80%;
  height: 100%;
}

.product-filter-contents {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid rgb(236, 236, 236);
  padding: 20px 0px;
}

.product-filter-section-search {
  padding: 9px;
  border: 1px solid rgb(199, 199, 199);
  border-radius: 5px;
}

.product-filter-section-checkbox-section {
  display: flex;
  flex-direction: column;
  /* Stack vertically */
  gap: 8px;
  font-size: 15px;
  color: rgb(73, 72, 72);
}

.product-filter-section-checkbox-section label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.colours {
  display: flex;
  align-items: center;
}

.colours img {
  width: 15px;
  height: 15px;
  border-radius: 30px;
}

.rounded-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}

.products-section {
  padding: 30px;
}

.all-product-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  justify-content: start;
  /* prevents even spacing */
  gap: 10px;
}


.all-product-card {
  background: #ffffff;
  width: 200px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 15px;
  height: 325px;
}

.all-product-card:hover {
  transform: translateY(-5px);
}

.all-product-card img {
  padding: 0px !important;
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.all-product-info {
  font-size: 15px;
  text-align: center;
}

.all-products-button {
  background-color: #16a84c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  padding: 9px;
  border-radius: 5px;
  margin-top: 6px;
  font-size: 19px;
}

.all-products-button p {
  font-size: 12px
}

.whatsapp-image {
  width: 100px !important;
  height: 40px !important;
}

.product-info p {
  font-size: 14px;
  color: #666;
}


/* Product description  page */
#product-description {
  padding: 35px 96px 0px 96px !important;
  display: flex;
  gap: 20px;
}

.product-description-product-images {
  /* width: 40%; */
  background-color: white;
  padding: 10px;
  /* box-shadow: 0px 0px 2px rgb(175, 175, 175); */
}

.product-gallery {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbnails img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.thumbnails img.active {
  border: 2px solid var(--main-red);
}

.main-image img {
  width: 450px;
  height: 650px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.product-description-product-details {
  color: #3b3b3b;
  background-color: white;
  padding: 20px;
  /* box-shadow: 0px 0px 2px rgb(175, 175, 175); */

}

.product-description-product-details h3 {
  color: black;
  font-weight: 600;
  font-size: 30px;
}

.product-description-subtitle {
  color: rgb(92, 91, 91);
  font-weight: 300;
  /* padding-top: 5px; */
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.description-dtns {
  background-color: #ffffff;
  padding: 5px;
  color: rgb(158, 155, 155);
  width: 140px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  margin: 7px 0px;
  border: 1px solid rgb(161, 160, 160);
  cursor: pointer;
}

.description-part {
  padding-top: 4px;
}

.whatsapp-image-product-descrition {
  height: 50px;
}

.product-description-product-details img {
  width: 100px;
}

.description-btns {
  display: flex;
  gap: 10px;
}

.order-on-whatsapp {
  width: 180px;
  height: 50px;
  background-color: white;
  display: flex;
  align-items: center;
  border: 1px solid green;
  padding: 0px 10px;
  border-radius: 5px;
  margin-top: 20px;
}

.order-on-whatsapp img {
  width: 40px;
}

.download-brouchure {
  border: 1px solid var(--main-red);
  background-color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}

.fa-download {
  color: var(--main-red);
  font-size: 20px;
}

.phone {
  border: 1px solid rgb(1, 98, 243);
  background-color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 15px;
}

.fa-phone {
  color: rgb(1, 98, 243);
  font-size: 20px;

}

.product-specs {
  max-width: 700px;
  margin: 15px auto;
  padding: 10px;
  border-top: 1px solid #e7e7e7;
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #333;

}

.product-specs h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.product-specs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-specs li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 0;
  line-height: 1.5;
}

.product-specs li strong {
  flex: 0 0 150px;
  color: #555;
  font-weight: 500;
}

.product-specs li span {
  flex: 1;
  color: #333;
}

.disclaimer {
  padding: 10px 9px;
  color: #666;
}

.youtube-section {
  padding: 80px auto;
  display: flex;
  justify-content: center;

}

#help-section {
  padding: 20px 250px;
  background-color: rgb(248, 241, 208);
  color: black;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.help-image-section {
  width: 30%;
}

.help-image {
  width: 220px;
  height: 220px;
}

.help-left {
  width: 70%;
}

.help-left h2 {
  padding-bottom: 15px;
}

.help-left i {
  font-size: 19px;
  color: black;
  margin-right: 10px;
  margin-top: 1px;
}

/* .help-right {
  width: 70%;
} */

.products-page-carousel-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-right: 80px;
}

.products-page-carousel-track {
  display: flex;
  width: 900px;
  height: 310px;
  transition: transform 0.4s ease;
  gap: 20px;
  margin-top: 20px;
}

.products-page-carousel-item {
  flex: 0 0 25%;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(209, 209, 209);
}

.products-page-carousel-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.products-page-carousel-item p {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 300;
}

.products-page-carousel-buttons {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.products-page-carousel-buttons button {
  border: none;
  background: white;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}

.products-page-carousel-buttons button:hover {
  background: #f0f0f0;
}

.products-page-carousel-item-button {
  background-color: #16a84c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  padding: 0px;
  border-radius: 5px;
  margin: 6px 20px;
  font-size: 19px;
  /* padding: 5px; */
  height: 30px;
}

.products-page-carousel-item-button p {
  font-size: 13px;
}


/* Alco interiors page */

.interiors-page-blog {
  display: flex;
  gap: 50px;
}

.interiors-page-blog-first-column {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.interiors-page-blog-first-column p {
  font-size: 18px;
}

.interiors-page-blog-first-column img {
  height: 600px;
}

.interiors-page-blog-second-column {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 20px;
}

.interiors-page-blog-second-column img {
  width: 250px;
}

#alco-interiors {
  background-image: url("https://thomarinteriors.com/img/video-bg.jpg");
  background-size: cover;

}

.about-us-alco-interiors {
  padding-left: 250px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.about-us-alco-interiors-para {
  width: 65%;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.about-us-alco-interiors-video {
  width: 35%;
  height: 315px;
}




/* Inspirations */

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;

}

.tab-btn {
  padding: 8px 20px;
  border: none;
  /* border: 1px solid rgb(228, 228, 228); */
  background-color: white;
  border-radius: 40px;
  cursor: pointer;
  font-size: 17px;
  color: rgb(39, 39, 39);

}

.tab-btn.active {
  background-color: var(--main-red);
  color: white;
}

#gallery {
  margin-top: 45px;
}

.gallery {
  column-count: 4;
  column-gap: 10px;
  padding-top: 30px;
  max-width: 100%;
  padding-bottom: 90px;
}

.gallery img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  display: block;
  break-inside: avoid;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transition: all 0.3s ease;
}

.gallery-item {
  display: block;
  margin-bottom: 15px;
  break-inside: avoid;
}


@media (max-width: 1024px) {
  .gallery {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gallery {
    column-count: 1;
  }
}








/* Login */
.input-group {
  display: flex;
}

.country-login {
  border: 1px solid rgb(204, 203, 203);
  padding: 9px;
  border-right: none;
}

.number-input input {
  padding: 15px;
  border: 1px solid rgb(204, 203, 203);
}









/* About Us */
#about-us {
  padding: 0px !important;
}

.about-section {
  margin: 50px 0px 30px 0px;
}

#about-us-section {
  padding: 70px 96px 0px 96px !important;
}

#about-us .main-heading-section h2 {
  padding: 120px 0px 30px 0px;
}

.about-description {
  padding: 110px 96px 10px 96px;
}

.about-text {
  font-size: 40px;
  margin-bottom: 20px;
}

.about-us-texts {
  margin: 0px 96px;

}

.about-us-video {
  padding: 0px !important;
  height: 600px;
}

.about-us-video iframe {
  width: 100%;
  height: 100%;
}

/* .timeline-box::before,
.timeline-box::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, #3bb0ff, #2a7eff);
  border-radius: 50%;
  z-index: 0;
}

.timeline-box::before {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-box::after {
  right: -30px;
  bottom: 40px;
} */

.title {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(228, 217, 217);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  letter-spacing: 5px;
  z-index: 0;
}


.timeline-box {
  padding: 80px 0px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden
}

.timeline {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e3e9f7;
  transform: translateY(-50%);
  z-index: 1;
}

.progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 0%;
  background: #f80202;
  transform: translateY(-50%);
  z-index: 2;
  transition: none;
}

.event {
  position: relative;
  width: 18%;
  height: 200px;
  text-align: center;
}

.circle {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #f80202;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.year,
.desc,
.arrow-line {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.year.visible,
.desc.visible,
.arrow-line.visible {
  opacity: 1;
  transform: translateY(0);
}

.year {
  font-weight: bold;
  color: #1b1b1b;
  font-size: 1rem;
  margin: 10px 0;
}

.desc {
  font-size: 0.8rem;
  color: #444;
  max-width: 230px;
  margin: 10px auto;
}

.label-top {
  margin-bottom: 60px;
}

.label-bottom {
  margin-top: 60px;
}

.arrow-line {
  width: 2px;
  height: 40px;
  background: #ccc;
  margin: 0 auto;
  position: relative;
}

.arrow-line.down::after,
.arrow-line.up::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.arrow-line.down::after {
  top: 100%;
  border-top: 10px solid #ccc;
}

.arrow-line.up::after {
  bottom: 100%;
  border-bottom: 10px solid #ccc;
}

/* Meet founder */
#founder-section {
  background-color: rgb(252, 243, 228);
  height: 500px;
  display: flex;
  padding: 35px 120px;
  margin-bottom: 60px;
}

.founder-img-section {
  width: 45%;
  height: 100%;
  position: relative;
}

.founder-img {
  width: 100%;
  height: 100%;
}

.FOUNDER-INFO {
  position: absolute;
  bottom: 40px;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 10px 40px;
  color: white;
}

.founder-text-section {
  color: rgb(51, 51, 51);
  display: flex;
  flex-direction: column;
  width: 65%;
  margin: auto 130px;
}

.founder-text-section h3 {
  margin-bottom: 35px;
}

.founder-text-section .fa-quote-left {
  font-size: 20px;
}


/* counter */

#counter-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 0px 60px;
  justify-items: center;
  align-items: center;
  background: #fff;
}

.counter {
  text-align: center;
}

.counter-h {
  font-size: 40px;
  color: var(--main-red);
  font-variant-numeric: tabular-nums;
  min-width: 100px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.counter-p {
  color: #6b6b6b;
  font-size: 18px;
  margin-top: 8px;
}


.home-page-about-us {
  margin: 0 auto;
  width: 55%;
  text-align: justify;
}

.home-page-about-image-left img {
  position: absolute;
  width: 370px;
  height: 250px;
  border-radius: 30px;
  top: -60px;
  left: -140px;
}

.home-page-about-image-right img {
  position: absolute;
  width: 370px;
  height: 250px;
  border-radius: 30px;
  top: -190px;
  right: -140px;
}

.about-us-badge {
  width: 90px;
  background-color: var(--main-red);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 10px;
}


/* supdcrition section */
#supscription-section {
  padding: 0px !important;
}

.supscription {
  padding: 80px 96px;
  background-color: rgb(235, 215, 177);
  display: flex;
  gap: 20px;
}

.subscription-text {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subscribe-form {
  width: 60%;
  display: flex;
}

.supscription-input {
  width: 100%;
  border: none;
  padding: 25px;
  font-size: 15px;
}

.subscribe-btn {
  background-color: rgb(70, 168, 233);
  border: none;
  color: white;
  padding: 0px 20px;
  font-size: 18px;

}

/* Blog page*/
.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(267px, 1fr));
  gap: 20px;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  color: black;
}

.blog-container.few-items {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.blog-card {
  height: 355px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: transform 0.3s ease;
  text-align: center;
  font-weight: 500;
  color: black;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 310px;
  border-radius: 20px;
  object-fit: fill;
}

.blog-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
}

.whatsapp-image {
  width: 70px !important;
  height: 40px !important;
}

.see-more-btn {
  display: block;
  margin: 50px auto;
  color: var(--main-red);
  /* background-color: rgb(245, 245, 245); */
  border: none;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.3s;
  padding: 10px;
}

.see-more-btn:hover {
  color: BLACK;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  object-fit: cover;
}


/* Dealers page */

.tab-container {
  display: flex;
}

/* Vertical Tabs (Districts) */
.vertical-tabs {
  width: 180px;
  /* background: #ffffff; */
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.district-tab {
  position: relative;
  height: 80px;
  margin: 5px 10px;
  border: none;
  background-size: cover;
  background-position: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding-left: 10px;
  text-align: left;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.district-tab::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.district-tab span {
  position: relative;
  z-index: 1;
}

.district-tab.active {
  outline: 3px solid white;
  transform: scale(1.03);
}

.main-panel {
  flex: 1;
  padding: 10px;
}

/* Horizontal Tabs (Cities) */
.horizontal-tabs {
  display: flex;
  background-color: var(--main-red, #b30000);
  margin-bottom: 10px;
}

.city-tab {
  flex: 1;
  padding: 10px 40px;
  background-color: var(--main-red, #b30000);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 15px;

}

.city-tab.active {
  background-color: #ffffff;
  border: 1px solid rgb(221, 221, 221);
  color: black;
}

.city-tabs,
.city-content {
  display: none;
}

.city-tabs.active,
.city-content.active {
  display: block;
}

.tab-content iframe {
  width: 90%;
  height: 350px;
  border: 0;
  margin-top: 20px;
}

.tab-content h3 {
  margin-top: 20px;
}

.tab-content strong {
  color: black;
}

@media (max-width:768px) {
  .vertical-tabs {
    width: 120px;
    color: white;
  }

  .vertical-tabs button {
    font-size: 16px;
  }

}

/* blog page */
.blog-section {
  width: 100%;
  text-align: center;
}

/* Blog inner page */
#blog-banner-section {
  width: 100%;
  height: 450px;
  background-color: var(--main-red) !important;
}

.blog-banner-img {
  padding: 10px;
  position: relative;
  width: 100%;
  height: 500px;
}

#blog-details-section {
  margin-top: 90px;
}

.blog-img-texts {
  position: absolute;
  top: 50%;
  left: 30%;
  right: 30%;
}

.blog-texts h1 {
  font-size: 30px;
}

.blog-texts p {
  margin-bottom: 20px;
}

#similar-blogs {
  padding: 0px 96px !important;
}

#similar-blogs h2 {
  margin-bottom: 20px;
}



/* profile Page */
#profile-details-form {
  border: 1px solid rgb(233, 231, 231);
  display: flex;
  flex-direction: column;
  width: 35%;
  margin: 40px auto;
  border-radius: 10px;
  padding: 30px 60px;
}

#profile-details-form * {
  width: 100%;
}

#profile-details-form form {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}

#profile-details-form input,
textarea {
  padding: 6px;
  border: 1px solid rgb(199, 199, 199);
  border-start-start-radius: 5px 5px;
  margin: 5px 0px;
}

#profile-details-form textarea {
  height: 80px;
}

.profile-submit-btn {
  padding: 10px;
  background-color: var(--main-red);
  color: white;
  border: 0px;
  font-size: 16px;
  border-radius: 5px;
  margin: 20px 0px 70px 0px;
}

/* Reward page */

#reward-points {
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  margin: 10px 100px 15px 100px;
  padding: 0px !important;
  border-radius: 10px;
}

.reward-point-first-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.reward-point-second-section img {
  width: 350px;
  height: 250px;
  margin: 0px !important;
  padding: 0px !important;
}

.coin {
  width: 200px;
  height: 150px;
}

#transaction-history {
  background-color: #ffffff;
  margin: 10px 100px;
  border-radius: 10px;

}

table {
  width: 100%;
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 0 10px;
  /* border: 1px solid rgb(167, 166, 166); */
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgb(211, 211, 211);
}

tr {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

td {
  padding: 20px;
  text-align: center;
  /* border-top: 1px solid #ccc; */
  border-top: 1px solid #ccc;
}

th {
  padding: 15px;
  text-align: center;
  /* border-top: 1px solid #ccc; */
}




/* Bill Upload */


.bill-upload-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #bbb;
}

.file-upload {
  padding: 20px 20px 5px 20px;
  margin-bottom: 20px;
}

.inputsOfUpload label {
  color: rgb(54, 54, 54);
}

.upload-input {
  padding: 5px;
  border: 1px solid rgb(185, 185, 185);
  border-radius: 3px;
}

#fileTrigger {
  border: 1px dashed #202020;
  width: 50%;
  display: flex;
  align-items: center;
  height: 150px;
  justify-content: center;
  cursor: pointer;
  margin: 40px auto 5px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

#fileTrigger:hover {
  background-color: #f9f9f9;
}

.upload-btn {
  background-color: #b61919;
  color: white;
  border: none;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px auto;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  justify-content: center;
}

#fileNameDisplay {
  text-align: center;
  color: #333;
}

#bill-upload-close {
  cursor: pointer;
  font-size: 18px;
}

.bill-img {
  width: 150px;
  height: 210px;
}

.approved {
  padding: 8px;
  border: none;
  border-radius: 25px;
  background-color: green;
  color: rgb(255, 255, 255)
}

.rejected {
  padding: 8px;
  border: none;
  border-radius: 25px;
  background-color: var(--main-red);
  color: rgb(255, 255, 255);
}

.pending {
  padding: 8px;
  border: none;
  border-radius: 25px;
  background-color: orange;
  color: rgb(255, 255, 255)
}


/* News */

#news {
  max-width: 100%;
  padding: 35 96px;
  text-align: left;
  margin-bottom: 40px;
}


/* Broucher page */
#brouchure-section {
  background-color: rgb(255, 247, 247);
  padding: 35px 150px;
}

.brouchures {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  justify-content: flex-start;
}

.brouchurecard {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.9s ease, opacity 0.8s ease;
  background-color: white;
  width: 356px;
  height: 500px;
  box-shadow: 0px 0px 1px rgb(209, 209, 209);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.brouchurecard.visible {
  opacity: 1;
  transform: translateY(0);
}

.brouchurecard:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.brouchurecard img {
  width: 300px;
  height: 400px;
  margin-top: 25px;
}

#brouchure-section .brouchurecard p:last-child {
  color: red;
  cursor: pointer;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*Our Brands  page*/

.all-brand-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}

.brand-card {
  width: 100%;
  height: 210px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgb(255, 217, 217);
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.6s ease, box-shadow 0.3s ease;
}

.brand-card:hover {
  transform: translateY(2px);
  box-shadow: 0 10px 20px rgba(218, 136, 136, 0.15);
}

.brand-card h4 {
  margin-top: 20px;
}

.brand-logo-img {
  width: 68%;
  height: 40px;
}



/* Career  page*/
#career-banner {
  background-color: white;
  width: 100%;
  background-image: url(../images/banner0-2.webp);
  background-repeat: no-repeat;
  height: 400px;
  color: white;
  position: relative;
  overflow: hidden;
}

#career-banner>* {
  position: relative;
  z-index: 1;
}

#career-banner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(223, 67, 67, 0.5), transparent);
}

.career-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(100%);
}

.career-banner-texts h1 {
  font-size: 50px;
}

#career-intro-section {
  margin-top: 70px;
  height: 450px;
  display: flex;
  gap: 60px;
  padding: 35px 150px;
  margin-bottom: 60px;
}

.career-img-section {
  width: 45%;
  height: 100%;
  position: relative;
}

.career-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.career-text-section {
  color: rgb(51, 51, 51);
  display: flex;
  flex-direction: column;
  width: 65%;
  padding: 25px;
}

.career-text-section h1 {
  margin-bottom: 15px;
  font-size: 40px;
}

.career-text-section .fa-quote-left {
  font-size: 20px;
}

.job-posting-allcard {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}

.job-posting-card {
  width: 400px;
  border: 1px solid rgb(219, 219, 219);
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 20px 10px;
  border-radius: 5px;
}

.job-posting-card-left h2 {
  font-size: 20px;
}

.job-salary {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
}

.job-location {
  color: grey;
}

.job-apply-btn {
  background-color: var(--main-red);
  border: none;
  width: 90px;
  color: white;
  padding: 10px 10px;
  border-radius: 5px;
}


/* Job description */
.job-desc-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  /* background: #fff; */
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.job-des-head-left h1 {
  font-size: 24px;
  color: #222;
}

.job-location {
  font-size: 16px;
  color: #666;
}

.job-des-head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.job-salary {
  font-size: 16px;
  font-weight: bold;
  color: #008060;
}

.job-apply-btn {
  width: 110px;
  padding: 8px 16px;
  background-color: var(--main-red);
  border: none;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.job-apply-btn:hover {
  background-color: #005fa3;
}


.container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 35px auto;
}

.left-column {
  flex: 2;
  /* background: #fff; */
  /* padding: 25px; */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.box {
  /* background: #fff; */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.container h2 {
  margin-bottom: 15px;
  color: #333;
}

.containerp {
  margin-bottom: 15px;
  color: #555;
}

.container ul {
  list-style: disc inside;
  margin-top: 10px;
}

.container li {
  margin-bottom: 10px;
  color: #444;
}

.job-overview span,
.job-overview strong {
  display: inline-block;
  margin-bottom: 8px;
}

.map iframe {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 8px;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }
}

#Job-applying-form .form-container {
  border: 1px solid rgb(202, 202, 202);
  margin: 35px;
  width: 100%;
  max-width: 1000px;
  margin: 35px auto;
  padding: 30px 60px;
  box-sizing: border-box;
}

/* form {
  display: flex;
  flex-direction: column;
  gap: 20px;
} */

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  font-size: 16px;
  margin-top: 5px;
}

.form-group button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.form-container form h2 {
  text-align: center;
  margin-bottom: 10px;
}

.form-container .upload-btn {
  width: 100px;
  background-color: rgb(212, 211, 211);
  border: 1px solid rgb(190, 190, 190);
  color: black;
}

.form-container .upload-btn:hover {
  background-color: var(--main-red);
  color: white;
}

/* alert */

/* .alert{
  background-color: white;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(4, 121, 4);
}
.alert-content{
  display: flex;
  gap:20px;
  align-items: center;
}
.alert-content .fa-check{
font-size: 25px;
} */


/* Inspiration page */
.products-inspiration-related-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  transition: transform 0.4s ease;
  gap: 10px;
  margin-top: 20px;

}

.inspiration-page-whatsapp-btn {
  background-color: #16a84c;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  padding: 0px;
  border-radius: 5px;
  font-size: 19px;
  /* padding: 5px; */
  height: 30px;
  margin: 0px 10px;
}

.inspiration-related-item {
  flex: 0 0 25%;
  height: 330px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(209, 209, 209);
}

.inspiration-related-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.inspiration-related-item p {
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 300;
}

.inspiration-related-item span {
  font-size: 12px;
}






















































/* cateogies */
.card-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  perspective: 900px;
  /* Enables 3D effect */
  gap: 0px;
  margin-top: 50px;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 0px;
  perspective: 1000px;
  margin-top: 40px;
}

.card {
  position: relative;
  width: 200px;
  height: 370px;
  border-radius: 20px;
  /* overflow: hidden; */
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .card-image {
  transform: scale(1.1);
}

.card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 16px;
  text-align: left;
}

.card .price {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

/* Perspective transforms for 3D effect */
.card:nth-child(1) {
  transform: rotateY(55deg) translateY(10px) translateZ(-60px) scale(0.9);
  z-index: 1;
}

.card:nth-child(2) {
  transform: rotateY(40deg) translateY(10px) translateZ(-30px) scale(1);
  z-index: 2;
}

.card:nth-child(3) {
  transform: rotateY(0deg) translateY(70px) translateZ(0px) scale(1);
  z-index: 3;
}

.card:nth-child(4) {
  transform: rotateY(-40deg) translateY(10px) translateZ(-30px) scale(1);
  z-index: 2;
}

.card:nth-child(5) {
  transform: rotateY(-55deg) translateY(10px) translateZ(-60px) scale(0.9);
  z-index: 1;
}








/* Ladders page*/
.products-top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.products-top-section .dropdown-toggle {
  color: var(--main-red);
  padding: 7px;
  border-radius: 3px;
  margin-right: 60px;
}

.products-top-section .nav-link:hover {
  border-bottom: none;
}

.products-top-section .dropdown-menu {
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  background-color: rgba(194, 18, 18, 0.8);
  color: white;
  border-radius: 5px;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Product page */
#products-section {
  display: flex;
  gap: 30px;
}

.product-filter-section {
  background-color: white;
  box-shadow: 0px 0px 2px rgb(189, 189, 189);
  padding: 30px;
  width: 20%;
  border-bottom: 1px solid rgb(158, 157, 157);
  border-radius: 5px;
}

.product-filter-section h3 {
  color: var(--main-red);
  font-size: 22px;
}

.product-filter-section li {
  color: #363636;
}

.filter-dropdown-menu {
  list-style: none;
  padding-left: 15px;
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(230, 230, 230);
  /* display: none; */
}

.filter-dropdown-menu-li {
  padding: 5px 0;
  cursor: pointer;
  color: #444;
}

.filter-dropdown-menu.active {
  display: none;
}

.filter-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  margin-top: 15px;
  font-weight: 600;
  color: #6b6b6b;

}

.products-card-section {
  width: 80%;
  background-color: white;
  padding: 30px;
  box-shadow: 0px 0px 2px rgb(189, 189, 189);
  border-radius: 5px;

}

.products-card-section h2 {
  margin-bottom: 20px;
}

.product-card {
  position: relative;
}

.new {
  background-color: var(--main-red);
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px
}

.products-card-section .dropdown-toggle {
  margin-bottom: 15px;
}

.products-card-section .products-top-section {
  margin-bottom: 50px;
  border-bottom: 1px solid rgb(226, 223, 223);
}

.categories-dropdown-menu {
  position: absolute;
  background-color: rgba(194, 18, 18, 0.8);
  color: white !important;
  border-radius: 5px;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  padding: 10px;
}

.categories-dropdown-menu-li {
  padding: 5px 0;
  cursor: pointer;
}

.categories-dropdown-menu.active {
  display: block;
}

.categories-dropdown-toggle {
  cursor: pointer;
  font-weight: bold;
  margin-top: 15px;
  font-weight: 600;
  color: var(--main-red);

}