.elementor-88 .elementor-element.elementor-element-e32b554{margin-top:100px;margin-bottom:0px;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-88 .elementor-element.elementor-element-cb7f1a2{margin-top:100px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-88 .elementor-element.elementor-element-cef5a08{text-align:center;}.elementor-88 .elementor-element.elementor-element-cef5a08 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-weight:600;color:#585858;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-88 .elementor-element.elementor-element-f3dbdff .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-88 .elementor-element.elementor-element-f3dbdff .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-88 .elementor-element.elementor-element-f3dbdff{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}:root{--page-title-display:none;}/* Start custom CSS for gallery, class: .elementor-element-f3dbdff *//* ==== Toranj Production | Image Gallery Style ==== */
.toranj-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin: 60px auto;
  padding: 20px;
  max-width: 1200px;
}

.toranj-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  filter: grayscale(60%) brightness(85%);
  transition: all 0.5s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Hover Effect - Cinematic look */
.toranj-gallery img:hover {
  filter: grayscale(0%) brightness(100%) saturate(120%);
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(230, 57, 70, 0.4);
}

/* Optional Caption Styling (if captions enabled) */
.toranj-gallery .elementor-gallery-item__caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(230, 57, 70, 0.8);
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.toranj-gallery .elementor-gallery-item:hover .elementor-gallery-item__caption {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .toranj-gallery {
    gap: 12px;
    padding: 10px;
  }

  .toranj-gallery img {
    border-radius: 8px;
  }
}/* End custom CSS */