      .service_container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Sidebar Tabs */
.tabs {
  flex: 0 0 30%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  padding: 20px;
}

.tabs h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.tab-btn {
  display: block;
  background: #f2f4f7;
  color: #222;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-btn:hover {
  background: #000;
  color: #fff;
}

.tab-btn.active {
  background: #f97316;
  color: #fff;
}

/* Right Content */
.tab-content {
flex: 1;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* padding: 48px; */
    padding-top: 10px;
    padding-right: 57px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
}

.content {
  opacity: 0;
  transform: translateY(30px);
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
}

.content.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

h3 {
  color: #1c1c1c;
  margin-bottom: 10px;
  font-size: 20px;
}

p {
  line-height: 1.6;
  color: #555;
}

/* 🌐 Responsive (Mobile < 768px) */
@media (max-width: 768px) {
  .service_container {
    flex-direction: column;
    gap: 20px;
  }

  .tabs {
    flex: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }

  .tabs h2 {
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
  }

  .tabs-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: auto!important;
    scroll-behavior: smooth;
    padding-bottom: 10px;
  }

  .tab-btn {
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0;
    border-radius: 30px;
    padding: 10px 16px;
  }

  .tab-btn.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
  }

  .tab-content {
    padding: 20px;
  }

  .content {
    top: 20px;
    left: 20px;
    right: 20px;
  }
}
 /* ========== CTA FOOTER ========== */
    .big-cta{
      margin-top:44px;padding:72px 24px;color:white;
      background:linear-gradient(135deg,#000,#000 60%, #f97316);
      text-align:center;
    }
 .big-cta h2{
     font-size:4vw;
     margin:0 0 12px;
     font-weight:800; 
     color: white;
     
 }
    .big-cta p{
        max-width:900px;
        margin:0 auto 20px;
        color:rgba(255,255,255,0.95)
    }
    .big-cta .cta-actions{
        display:flex;
        gap:12px;
        justify-content:center;
        flex-wrap:wrap;
        
    }
    .ghost-white{background:rgba(255,255,255,0.12);color:#fff;border:1px solid rgba(255,255,255,0.14);padding:12px 18px;border-radius:999px;font-weight:700}
    
    
/*.tab_img_container{*/
/*    width: 100%;*/
/*    max-height: 300px;*/
/*}*/

.tab_img_container {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;   /* CENTER HORIZONTALLY */
  align-items: center;       /* CENTER VERTICALLY */
  overflow: visible !important;
}

.sliding_img {
  max-height: 300px !important;
  max-width: 100% !important;

  width: auto !important;
  height: auto !important;
  object-fit: contain !important;

  display: block;
  margin: auto;           /* EXTRA CENTERING */
  align-self: center;     /* FOR FLEX CHILD */
}



.slick-slide img {
  margin: auto !important;
}



/*.sliding_img{*/
/*    width: 400px!important;*/
/*    height: 300px!important;*/
/*    object-fit:contain!important;*/
/*}*/

/*.tab_img_container {*/
/*  width: 100%;*/
/*  height: 300px;                   */
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.tab_img_container div{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/



/*.sliding_img {*/
/*  max-height: 300px !important;     */
/*  max-width: 100% !important;     */
/*  width: 100% !important;          */
/*  height: 100% !important;          */
/*  object-fit: contain !important;   */
/*  display: block;*/
/*}*/



.image-preview-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
  z-index: 999999;
}

.image-preview-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

.image-preview-modal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: auto !important;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0,0,0,0.5);
  animation: zoomIn 0.25s ease;
}

/* Arrows */
.preview-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  user-select: none;
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  z-index: 2;
}

.preview-arrow:hover {
  background: rgba(0,0,0,0.6);
}

.preview-prev { left: 0px; }
.preview-next { right: 0px; }

@keyframes zoomIn {
  from { transform: scale(0.85); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
