.elementor-kit-58{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-58 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    padding-top:100px; 
}

/* Smooth transition for image */
.main-container img {
    transition: transform 0.4s ease;
}

/* Hide title default */
.main-container .hide-title {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

/* Hover on MAIN or SUB container */
.main-container:hover img,
.main-container .sub-container:hover img {
    transform: scale(1.08) !important;
    filter: brightness(100%) !important;
    
}

.main-container:hover .hide-title,
.main-container .sub-container:hover .hide-title {
    opacity: 1;
    transform: translateY(0);
}

/* Prevent image overflow */
.main-container {
    overflow: hidden;
}


.cover-image img {
  width: 100%;        
  height: 100%;      
  object-fit: cover;  
  display: block;     
   position: relative;
}

.cover-image-black::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.6) 30%,
    rgba(0,0,0,0.2) 60%,
    rgba(0,0,0,0) 100%
  );
  pointer-events: none;
}



.color-variations {
  display: flex;
  gap: 8px;
}

.color-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

/* color mapping */
.color-dot[data-color="black"] { background: #000; }
.color-dot[data-color="white"] { background: #fff; }
.color-dot[data-color="blue"]  { background: #1e73be; }
.color-dot[data-color="red"]   { background: #d32f2f; }

.starting-price {
  font-weight: 550;
  font-size: 16px;
  color:#110E44;
}


.cover-image-cat img {
  width: 100% !important;     
  height:200px !important;    
  object-fit: contain !important; 
  align-items: center !important;
  display: block !important;  
   position: relative !important;
}




/* Product Hover pe pura container lift ho */
.main-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.main-card:hover .image-box img {
    transform: scale(1.08);
}/* End custom CSS */