@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
.custom-tab-heading {
  font-size: 25px;
  font-weight: 600;
  color: #dc3545;
  /* same as text-danger */
}
body{
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}
a,
.page-title {
  color: var(--ast-global-color-0);
  text-decoration: none;
}

@media (max-width: 767px) {
  .elementor-23317 .elementor-element-974f1cf {
    display: none !important;
  }
}

/* ===== FIX RESET ===== */
.main-header-menu .menu-item-has-children {
  position: relative;
}

/* ===== DROPDOWN ===== */
.main-header-menu .menu-item-has-children>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  /* SCROLL */
  max-height: 400px;
  overflow-y: auto;

  /* HIDE */
  display: none;
  z-index: 999;
}

/* SHOW */
.main-header-menu .menu-item-has-children:hover>.sub-menu {
  display: block;
}

/* ===== MENU ITEMS ===== */
.main-header-menu .sub-menu li {
  list-style: none;
}

.main-header-menu .sub-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  transition: 0.3s;
}

.main-header-menu .sub-menu li a:hover {
  background: #ede9e9;
  color: #fff;
}

/* ===== SCROLLBAR ===== */
.main-header-menu .sub-menu::-webkit-scrollbar {
  width: 5px;
}

.main-header-menu .sub-menu::-webkit-scrollbar-thumb {
  background: #da3832;
  border-radius: 10px;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 992px) {
  .main-header-menu .menu-item-has-children>.sub-menu {
    position: static;
    width: 100%;
    display: none;
    max-height: none;
  }

  .main-header-menu .menu-item-has-children.ast-submenu-expanded>.sub-menu {
    display: block;
  }
}

:root {
  --primary: #181818;
  --secondary: #db3831;
  --secondary-dark: #b92a24;
  --light-bg: #fff7f6;
  --white: #ffffff;
  --text: #555;
  --radius: 30px;
  --shadow: 0 20px 60px rgba(219, 56, 49, 0.12);
}

#content-1 {
  position: relative;
 
}

#content-1::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(219, 56, 49, 0.08);
  border-radius: 50%;
  top: -200px;
  right: -120px;
  filter: blur(40px);
}

.ast-pro {
  margin: auto;
  position: relative;
  z-index: 2;
}

/* MAIN LAYOUT */
.custom-product-layout {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 50px;
  align-items: start;
}

/* LEFT SIDE */
.custom-gallery-wrap {
  position: sticky;
  top: 20px;
}

.custom-main-image-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  padding: 18px;
  box-shadow: var(--shadow);
}

.custom-main-image {
  width: 100%;
  height: 650px;
  object-fit: cover;
  border-radius: 24px;
  transition: 1s;
}

.custom-main-image:hover {
  transform: scale(1.08);
}

.custom-badge {
  position: absolute;
  top: 35px;
  left: 35px;
  background: linear-gradient(135deg, var(--secondary), #ff6d66);
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(219, 56, 49, 0.35);
}

.custom-zoom-btn {
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.custom-zoom-btn:hover {
  background: var(--secondary);
  color: #fff;
  transform: rotate(12deg) scale(1.08);
}

.custom-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.custom-thumb-grid img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.4s;
  border: 3px solid transparent;
  background: #fff;
  padding: 5px;
}

.custom-thumb-grid img:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(219, 56, 49, 0.2);
}

.custom-thumb-grid img.active-thumb {
  border-color: var(--secondary);
}

/* RIGHT SIDE */
.custom-product-content {
  background: #fff;
  border-radius: var(--radius);
  padding: 50px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.custom-product-content::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(219, 56, 49, 0.05);
  border-radius: 50%;
  top: -100px;
  right: -100px;
}

.custom-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
  font-size: 14px;
}

.custom-breadcrumb a {
  text-decoration: none;
  color: #777;
  transition: 0.3s;
}

.custom-breadcrumb a:hover {
  color: var(--secondary);
}

.custom-product-title {
  font-size: 65px;
  line-height: 1;
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 25px;
}

.custom-product-desc {
  color: var(--text);
  font-size: 17px;
  line-height: 1.9;
}

/* FEATURES */
.custom-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.custom-feature-card {
  background: linear-gradient(135deg, #fff5f4, #ffffff);
  border: 1px solid rgba(219, 56, 49, 0.15);
  border-radius: 25px;
  padding: 28px;
  transition: 0.5s;
}

.custom-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(219, 56, 49, 0.15);
}

.custom-feature-card h4 {
  color: var(--secondary);
  font-size: 22px;
  margin-bottom: 12px;
}

.custom-feature-card p {
  color: var(--text);
  line-height: 1.8;
  font-size: 15px;
}

/* TABS */
.custom-tabs-section {
  margin-top: 80px;
}

.custom-tabs-nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.custom-tab-btn {
  border: none;
  background: #242323!important;
  padding: 16px 35px;
  border-radius: 100px;
  color: #fff!important;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.custom-tab-btn.active {
  background: linear-gradient(135deg, var(--secondary), #ff5f57)!important;
  color: #fff!important;
}

.custom-tab-content {
  display: none;
  background: #fff;
  padding: 50px;
  box-shadow: var(--shadow);
  animation: fadeEffect 0.5s ease;
}

.custom-tab-content.active {
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-section-title {
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--primary);
  font-weight: 800;
}

.custom-section-title span {
  color: var(--secondary);
}

.custom-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.custom-info-box {
  background: #fff8f7;
  border-radius: 28px;
  padding: 30px;
  border: 1px solid rgba(219, 56, 49, 0.1);
  transition: 0.4s;
}

.custom-info-box:hover {
  transform: translateY(-10px);
  background: #fff;
  box-shadow: 0 20px 40px rgba(219, 56, 49, 0.12);
}

.custom-info-box h5 {
  font-size: 24px;
  color: var(--secondary);
  margin-bottom: 20px;
}

.custom-info-box ul {
  padding-left: 18px;
}

.custom-info-box ul li {
  margin-bottom: 12px;
  color: var(--text);
  line-height: 1.8;
}

.btn-quote {
  background-color: var(--secondary)!important;
  color: #fff!important;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-quote:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.btn-quote:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 50, 50, 0.4);
}

/* LIGHTBOX */
.custom-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-lightbox img {
 margin-top: 190px;
    width: 594px;
    /* max-height: 85%; */
    border-radius: 25px;
}

.custom-close-lightbox {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 45px;
  color: #fff;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .custom-product-layout {
    grid-template-columns: 1fr;
  }

  .custom-gallery-wrap {
    position: relative;
    top: 0;
  }

  .custom-product-title {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  #content-1{
    padding: 50px 15px;
  }

  .custom-main-image {
    height: 420px;
  }

  .custom-product-title {
    font-size: 42px;
  }

  .custom-product-content {
    padding: 30px;
  }

  .custom-feature-grid,
  .custom-info-grid {
    grid-template-columns: 1fr;
  }

  .custom-tab-content {
    padding: 30px;
  }

  .custom-thumb-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-section-title {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .custom-main-image {
    height: 320px;
  }

  .custom-tab-btn {
    width: 100%;
  }

  .custom-product-title {
    font-size: 34px;
  }

  .custom-product-content {
    padding: 22px;
  }
}

/* ===== BANNER ===== */
.custom-banner {
  position: relative;
  width: 100%;
  height: 360px;
  background: linear-gradient(120deg, rgba(24, 24, 24, 0.85), rgba(219, 56, 49, 0.75)),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ===== BREADCRUMB ===== */
.breadcrumb {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
  gap: 15px;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.breadcrumb a:hover {
  color: var(--accent);
  opacity: 1;
}

/* ===== TEXT ===== */
.banner-content {
  text-align: center;
  color: #fff;
  z-index: 2;
}

.banner-content h1 {
  font-size: 42px;
   color: #fff!important;
  margin: 0;
  letter-spacing: 1px;
}

.banner-content p {
  font-size: 15px;
  opacity: 0.85;
}

/* ===== TOOL FLOAT IMAGES ===== */
.tool-img {
  position: absolute;
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: float 4s ease-in-out infinite;
}

.tool1 {
  top: 20%;
  left: 8%;
}

.tool2 {
  bottom: 18%;
  left: 12%;
  animation-delay: 0.5s;
}

.tool3 {
  top: 25%;
  right: 10%;
  animation-delay: 1s;
}

.tool4 {
  bottom: 20%;
  right: 12%;
  animation-delay: 1.5s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
  .banner-content h1 {
    font-size: 28px;
  }

  .tool-img {
    width: 50px;
    height: 50px;
  }
}