
.gridder-ibox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
    height: 100vh;
}
.left-planel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.left-panel {
    padding: 20px;
    background-color: #fff;
    position: relative;
    right: 0px;
    top: 0px;
    height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.right-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 660px;
    position: relative !important;
    pointer-events: auto; /* Ensure it's clickable */

}
.p-0 {padding: 0px !important;}

.gridder-ibox > div {
  flex: 1; /* each takes equal width */
}
/* Desktop layout */
.gridder-ibox > .ibox-left {
  flex: 0 0 15%;
}
.gridder-ibox > .ibox-center {
  flex: 0 0 55%;
}
.gridder-ibox > .ibox-right {
  flex: 0 0 30%;
}
.gridder-right-panel-content {
    padding: 46px 20px 50px 20px;
}
.gridder-expanded-content {
margin-top: 0px;
} 

/* Tablet (max-width: 900px) → 2 columns */
@media (max-width: 900px) {
  .gridder-ibox > .ibox-left {
    flex: 1 1 10%; /* full width */
  }
    .gridder-ibox > .ibox-center {
    flex: 1 1 50%; /* full width */
  }
  .gridder-ibox > .ibox-right {
    flex: 1 1 25%; /* full width */
    display: none;
  }
  .gridder-ibox {
    height: 100%;
  }

 .gridder-right-panel-content {
    padding: 46px 20px 50px 20px;
}
}

/* Mobile (max-width: 600px) → stack 1 column */
@media (max-width: 600px) {
  .gridder-ibox > .ibox-right {
    flex: 1 1 100%;
    display: none;
  }

}


.preview-webs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.preview-webs img {
   width: 100%;
   height: 100% !important;
   margin-bottom:0px;
   object-fit: cover;
   position: relative;
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
}
.gridder-navigation .gridder-close {
    right: 15px;
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.gridder-navigation .next {
    display: none;
}
.gridder-navigation .prev {
    display: none;
}
.showcase-scroll {
    overflow: scroll;
    margin-right: 0px;
    overflow-x: hidden;
    height: 940px;
    scroll-behavior: smooth; /* smooth scroll */
}
.showcase-scroll img {
    width: 100%;
    height: auto;
}
.preview-webs.active-img:before {
    content: "";
    background: linear-gradient(56deg, #270000 0%, #270000 100%);
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translate(6px, 6px);
    opacity: 1;
    right: 0;
    transition: all 0.3s;
    z-index: 0;
}

.preview-webs.active-img:after{
    left: calc(100% + 5px);
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #270000;
    border-width: 10px;
    margin-top: -5px;
    z-index: 0;
    transition: all 0.3s;
}

.showcase-scroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar */
}
.gridder-show {
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 10px);
}
.set-bg-image-overlay {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   opacity: 0.4; 
   z-index: -1;
}

.gridder-container {
     max-width: 1480px;
     margin: 0 auto;
}
.company-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}
.company-logo img {
    width: 240px;
    height: 129px;
}
.gridder-right-panel-content{
    height: 650px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    color: #fff;
    left: 0;
}

.gridder-right-panel-content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
}
.gridder-hr {
    width: 100%;
    height: 1px;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 40px;
}
.gridder-bottom-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
}
.gridder-bottom-area .gridder-btn {
    padding: 0;
    margin: 2px;
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
}
/* .gridder-list {
    width: calc(100% / var(--grid-col, 2) - 12px);
} */
.gridder-card {
    position: relative;
    overflow: hidden;
}
.gridder-card .overlay-title {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    border-radius: 100%;
    padding: 20px;
    text-align: center;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.2s cubic-bezier(0, 0, 0.43, 1.2);
    
}
.gridder-card .overlay-title a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
.gridder-card:hover .overlay-title 
{
        opacity: 1;

}
.gridder-navigation {
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    height: 6px;
    left: 0;
    right: 0;
    z-index: 2;
}
.mobile-right-panel {
    display: none;
}
.mobile-company {
    display: none;
}
.mobile-details {
    display: none;
}
.gridder-show {
 overflow: hidden;
}
/* ================= Desktop Large (min 1200px) ================= */
@media (min-width: 1200px) {
  .gridder-ibox .col-lg-4 { display: none; }
  .mobile-company { display: none; }
  .mobile-details { display: none; }
  .gridder-show { overflow: hidden; padding: 20px; }
  .showcase-scroll { height: 940px; }
}

/* ================= Desktop Medium (1024px – 1199px) ================= */
@media (min-width: 1024px) and (max-width: 1199px) {
  .gridder-ibox .col-lg-4 { display: none; }
  .mobile-company { display: none; }
  .mobile-details { display: none; }
  .gridder-show { overflow: hidden; padding: 20px; }
  .showcase-scroll { height: 650px; }
}

/* ================= Tablet (768px – 1023px) ================= */
@media (min-width: 768px) and (max-width: 1023px) {
  .gridder-ibox .col-lg-4 { display: none; }
  .mobile-company { display: block; }
  .mobile-details { display: block; }
  .gridder-show { overflow: scroll; padding: 0px; }
  .showcase-scroll { height: 650px; }
  .mobile-details .gridder-right-panel-content { height: auto; }
  .gridder-right-panel-content h3 {
    font-size: 19px;
 }
}

/* ================= Mobile (601px – 767px) ================= */
@media (min-width: 601px) and (max-width: 767px) {
  .gridder-ibox .col-lg-4 { display: none; }
  .mobile-company { display: block; }
  .mobile-details { display: block; }
  .gridder-show { overflow: scroll; padding: 0px; }
  .showcase-scroll { height: 400px; display: flex; }
  .mobile-details .gridder-right-panel-content { height: auto; }
  .left-panel { height: 400px; }
  .gridder-ibox { align-items: flex-end; }
  .company-logo img {
    width: 120px;
    height: 129px;
}

.clients-desc h3, p { margin: 0px; font-size: 13px;}
.gridder-right-panel-content h3 {font-size: 19px;}
.gridder-expanded-content {margin-top: 100px;}
.gridder-right-panel-content {padding: 46px 20px 0px 20px;}
}

/* ================= Small Mobile (max 600px) ================= */
@media (max-width: 600px) {
  .gridder-ibox .col-lg-4 { display: none; }
  .mobile-company { display: block; }
  .mobile-details { display: block; }
  .gridder-show { overflow: scroll; padding: 0px; }
  .showcase-scroll { height: 400px; display: flex; }
  .mobile-details .gridder-right-panel-content { height: auto; }
  .left-panel { height: 400px; }
  .gridder-ibox { align-items: flex-end; }
    .company-logo img {
    width: 120px;
    height: 129px;
}
.clients-desc h3, p { margin: 0px; font-size: 13px;}
.gridder-right-panel-content h3 {font-size: 19px;}
.gridder-expanded-content {margin-top: 100px;}
.gridder-right-panel-content {padding: 46px 20px 0px 20px;}
}

/* ================= Extra Small (max 400px) ================= */
@media (max-width: 400px) {
  .showcase-scroll { height: 350px; display: flex; }
  .left-panel { height: 300px; }
   .company-logo img {
    width: 120px;
    height: 129px;
}
.clients-desc h3, p { margin: 0px; font-size: 13px;}
.gridder-right-panel-content h3 {font-size: 19px;}
.gridder-expanded-content {margin-top: 100px;}
.gridder-right-panel-content {padding: 46px 20px 0px 20px;}
}
