﻿/* Banner container */
.main-banner-video,
.main-banner-video .item,
.banner-video {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

    object-position: center top;
  z-index: 1;
}

.slider-content {
  position: relative;
  z-index: 2;
  color: #fff;

  top: 50%;
  transform: translateY(-50%);
}

/* Video */
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* fills screen without distortion */

    object-position: center top;
}

/* Progress bar */
.video-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.3);
    z-index: 3;
}

.video-progress span {
    width: 0;
    height: 100%;
    display: block;
    background: #F7C600;
}

/* 🔴 MOBILE FIX */
@media (max-width: 768px) {

    .main-banner-video,
    .main-banner-video .item,
    .banner-video {
        height: 100%; /* better mobile height */
        
    }

    .banner-video video {
      
        height: 100%;
    object-fit: cover !important;
    }
    
    .slider-content{ padding:0px 20px}
    
    
}

/* Fade Effect */
.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 150px 20px 20px;
    pointer-events: none;
    text-align:center
}

/* Optional dark overlay for contrast */
.banner-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(8 16 37 / 50%);
    z-index: 1;
}

.slider-content h1 {
    font-size: 68px;
    font-weight: 700; line-height:84px;font-family: var(--pbmit-heading-typography-font-family);
    color:#fff;
}

.slider-content p {
    font-size: 22px;
    margin-top: 10px;
    opacity: 0.9;
    color:#fff;
}


/* Primary (dark) button — aligned with logo theme (black) */
.banner-btn {
    display: inline-block;
    margin-top: 20px;
    margin-right: 12px;
    padding: 12px 22px;
    background: #1455aa; /* dark / black */
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    pointer-events: auto;
    transition: background 0.22s ease, color 0.22s ease, transform 0.12s ease;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(3,10,23,0.12);
}

.banner-btn:active,
.banner-btn:focus,
.banner-btn:hover {
    background: #ffffff;
    color: #333;
    transform: translateY(-2px);
}

/* Secondary (accent) button — use logo red */
.banner-btn1 {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 22px;
    background: #ffca3b; /* logo red */
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    pointer-events: auto;
    transition: background 0.22s ease, color 0.22s ease, transform 0.12s ease;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(3,10,23,0.12);
}

.banner-btn1:active,
.banner-btn1:focus,
.banner-btn1:hover {
    background: #ffffff;
    color: #d32b2b;
    transform: translateY(-2px);
}

/* Remove skew text helper rules (no skew) */
.banner-btn-text,
.banner-btn1-text { display: inline-block; transform: none; }

@media (max-width: 768px) {

    .slider-content h1 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
}

    .slider-content p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
 }

    .banner-btn { padding: 8px 16px; font-size: 13px; }
    .banner-btn1 { padding: 8px 16px; font-size: 13px; }

}



.process-section{
  padding:80px 0 100px;
  margin:auto;
}

.process-section .section-title{
  text-align:center;
  margin-bottom:120px;
}

.process-section .section-title span{
  color:#F7C600;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
}

.process-section .section-title h2{
  font-size:38px;
  margin-top:10px;
  font-weight:700;
}

/* =========================================
   PROCESS GRID
   ========================================= */

.process-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap: 50px;
  position:relative;
}

/* =========================================
   ITEM
   ========================================= */

.process-item{
  position:relative;
}

/* Zig Zag */

.process-item:nth-child(odd){
  margin-top:-70px;
}

.process-item:nth-child(even){
  margin-top:140px;
}

/* =========================================
   CARD
   ========================================= */

.process-card{
  background:#f5f7fa;
  border-radius:24px; border:1px solid #ddd;
  padding:35px 25px;
  text-align:center;
  position:relative;
  z-index:5;
  transition:.4s ease;
  box-shadow:0 15px 40px rgba(0,0,0,0.07);

  opacity:0;
  transform:translateY(50px);
}

.process-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

/* =========================================
   STEP NUMBER
   ========================================= */

.step-number{
  width:90px;
  height:90px;
  background:#0B4B76;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  margin-bottom:25px;
  font-size:26px;
  font-weight:700;
  border:7px solid #f5f7fa;
  transition:.4s ease;
}

.process-card:hover .step-number{
  background:#111827;
  transform:scale(1.08);
}

/* =========================================
   CONTENT
   ========================================= */

.process-content h3{
  font-size:18px;
  margin-bottom:15px;
  line-height:1.3;
}

.process-content p{
  color:#666;
  font-size:15px;
  line-height:1.7;
}

/* =========================================
   CONNECTING SVG ARROWS
   ========================================= */

.connector{
  position:absolute;
  width:180px;
  height:180px;
  top: 28%;
  right: -171px;
  transform: translateY(-50%);
  z-index:1;
  pointer-events:none;
}

/* Different position for even cards */

.process-item:nth-child(even) .connector{
  top: 50%;
}

/* SVG */

.connector svg{
  width:100%;
  height:100%;
  overflow:visible;
}

/* PATH */

.connector path{
  fill:none;
  stroke:#F7C600;
  stroke-width:3;
  stroke-linecap:round;
  stroke-dasharray:10;
  animation:flow 2s linear infinite;
}

/* ARROW */

.connector polygon{
  fill:#F7C600;
  /* animation:arrowPulse 1.5s infinite; */
}

/* DASH FLOW */

@keyframes flow{

  from{
    stroke-dashoffset:40;
  }

  to{
    stroke-dashoffset:0;
  }
}

/* ARROW PULSE */

@keyframes arrowPulse{

  0%{
    transform:scale(1);
    opacity:1;
  }

  50%{
    transform:scale(1.15);
    opacity:.7;
  }

  100%{
    transform:scale(1);
    opacity:1;
  }
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media(max-width:1200px){

  .process-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .process-item:nth-child(odd),
  .process-item:nth-child(even){
    margin-top:0;
  }

  .connector{
    display:none;
  }
}

@media(max-width:768px){

  .process-grid{
    grid-template-columns:1fr;
  }

  .section-title h2{
    font-size:34px;
  }
}








/* =========================================
   EXCEL ABOUT MODERN SECTION
========================================= */

.excel-about-modern-area {
    position: relative;
    overflow: hidden;
    background: #142340;
}

.excel-about-modern-thumb {
    position: relative;
    height: 100%;
    min-height: 990px;
}

.excel-about-modern-thumb img {
    width: 100%;
    height: 990px;
    object-fit: cover;
}

.excel-about-modern-content {
    background: #142340;
    padding: 100px 90px;
    height: 100%;
}

.excel-about-subtitle {
    color: var(--rs-theme-medium-yellow);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
}

.excel-about-title {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

.excel-about-text {
    color: #bdbdbd;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.excel-about-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.excel-about-item {
    display: flex;
    gap: 25px;
}

.excel-about-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: rgb(5 21 36 / 80%);
    border: 1px solid rgba(234,85,1,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.excel-about-icon i {
    color: var(--rs-theme-medium-yellow);
    font-size: 28px;
}

.excel-about-info h5 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
}

.excel-about-info p {
    color: #bdbdbd;
    line-height: 1.7;
    margin: 0;
}

.excel-about-btn {
    margin-top: 50px;
}

/* RESPONSIVE */

@media (max-width: 1199px) {

    .excel-about-modern-content {
        padding: 80px 50px;
    }

    .excel-about-title {
        font-size: 48px;
    }
    
    .excel-about-modern-thumb
    {
        height:100%; min-height:100%
    }

}

@media (max-width: 991px) {

    .excel-about-modern-thumb img {
        height: 500px;
    }

    .excel-about-modern-content {
        padding: 70px 40px;
    }

    .excel-about-title {
        font-size: 40px;
    }

}

@media (max-width: 767px) {

    .excel-about-modern-content {
        padding: 60px 25px;
    }

    .excel-about-title {
        font-size: 32px;
    }

    .excel-about-item {
        gap: 18px;
    }

}


/* =========================================
CLIENTS GRID SCROLL
========================================= */

.rs-clients-logo-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.rs-clients-logo-track {
    display: flex;
    width: max-content;
    animation: clientGridScroll 25s linear infinite;
}

.rs-client-logo-group {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    min-width: 900px;
    margin-right: 60px;
}

.rs-client-logo {

    height: 180px;
    background: #fff;

    border: 1px solid rgba(0,0,0,0.2);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.4s ease;
}

.rs-client-logo:hover {
    border-color: #f7c600;
    /*transform: translateY(-5px);*/
}

.rs-client-logo img {

    max-width: 130px;
    /* max-height: 70px;*/

    opacity: 0.8;
  /* filter: grayscale(100%);*/

    transition: all 0.4s ease;
}

.rs-client-logo:hover img {
    opacity: 1;
   /* filter: grayscale(0%);*/
}

/* SCROLL */

@keyframes clientGridScroll {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* RESPONSIVE */

@media (max-width: 991px) {

    .rs-client-logo-group {
        grid-template-columns: repeat(2, 1fr);
        min-width: 500px;
    }

}

@media (max-width: 767px) {

    .rs-client-logo-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        min-width: 400px;
    }

    .rs-client-logo {
        height: 90px;
    }

}


/***** Side Hoverable Buttons ***/
#mySidenav{
	position:fixed;
		z-index: 999;	right:0px;
width:100%
}

/* Style the links inside the sidenav */
#mySidenav a {
	position: absolute;
	right: -215px;
	transition: 0.3s;
	padding: 9px 0px 7px 10px;
	width: 260px;
	font-size: 16px;
	color: white;
	border-radius: 80px 0 0px 80px;
	z-index: 9999;
	/* margin-left: 20px; */
}
#mySidenav a:hover {
  right: 0; /* On mouse-over, make the elements appear as they should */ background:#000
}


#mySidenav a i{
    padding-right: 15px;
    padding-left: 7px;padding-top:3px;
    font-size: 20px; /*float:right*/
}
 
/* The about link: 20px from the top with a green background */
#abt {
  top: 350px;
   /*background-color: #4CAF50; */
  background:#ffc107;
}

#blog {
  top: 400px;
/* background-color: #f44336; */
  background:rgb(20 85 170)
}

#projects {
  top: 350px;
  /*background-color: #4e69b0; */
   background:rgba(78,105,176,0.9)
}

#contact {
  top: 350px;
  /*background-color: #f25d14 */
  background:rgba(242,93,20,0.9)
}

/* ===================================
   WHY CHOOSE EXCEL CONVEYORS
=================================== */

.service-box{
    background:#eeeeee;
    padding:35px 30px;
    border-radius:12px;
    border:1px solid #e9e9e9;
    height:100%;
    transition:all 0.4s ease;
    box-shadow:0 5px 20px rgba(0,0,0,0.04);
}

.service-box:hover{
    transform:translateY(-8px);
    border-color:#f7bf17;
    box-shadow:0 15px 40px rgba(0,0,0,0.10);
}

.service-box h4{
    font-size:22px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
    line-height:1.3;
}

.service-box p{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin:0;
}


/* ===================================
   CORE VALUES
=================================== */

/* -----------------------------------------
   UI improvements for manufacturing-unit
   - Styled capability cards, industry boxes
   - Added image shadows and badge styles
   - Small responsive tweaks
 ----------------------------------------- */

/* Page: Gravity Rollers - custom placeholders (no global overrides) */
/* Add page-specific rules here if needed for gravity-rollers-manufacturer.html */
.page-gravity-rollers .rs-section-title { }

/* Gravity Rollers - UI improvements */
.page-gravity-rollers .features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(440px,1fr));
    gap:20px;
}
.page-gravity-rollers .feature-card{
    background:#fff;
    border-radius:12px;
    padding:22px;
    box-shadow:0 8px 22px rgba(4,15,34,0.06);
    border:1px solid rgba(11,23,44,0.04);
    transition:transform .18s ease, box-shadow .18s ease;
}
.page-gravity-rollers .feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(4,15,34,0.1)}
.page-gravity-rollers .feature-icon{width:56px;height:56px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#fff;background:var(--rs-theme-medium-yellow)}
.page-gravity-rollers .feature-card h4{font-size:18px;margin-bottom:8px}
.page-gravity-rollers .why-choose-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:18px}
.page-gravity-rollers .why-item{background:#fff;padding:18px;border-radius:10px;border:1px solid rgba(11,23,44,0.04);box-shadow:0 6px 18px rgba(4,15,34,0.04)}
.page-gravity-rollers .why-item i{color:var(--rs-theme-medium-yellow);font-size:20px;margin-right:12px}

/* FAQ improvements */
.page-gravity-rollers .improved-faq .accordion-button{background:#fff;border:1px solid rgba(11,23,44,0.06);border-radius:8px;padding:18px 20px;font-weight:600;color:#0b172c}
.page-gravity-rollers .improved-faq .accordion-button.collapsed{background:#fff}
.page-gravity-rollers .improved-faq .accordion-body{background:#fff;padding:18px;border-radius:0 0 8px 8px}

/* Quote CTA */
.page-gravity-rollers .quote-cta{background:linear-gradient(90deg,#0b4b76 0%, #0f2b4a 100%);color:#fff;padding:40px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.page-gravity-rollers .quote-cta .cta-text h3{margin:0 0 8px 0}
.page-gravity-rollers .quote-cta .rs-btn{padding:14px 22px;border-radius:8px}

@media(max-width:767px){
    .page-gravity-rollers .quote-cta{flex-direction:column;text-align:center}

    /* Page: Sprocket Driven Rollers placeholder */
    .page-sprocket-driven .rs-section-title { }

}

/* Mirror gravity page UI for sprocket page (keep styling intact) */
.page-sprocket-driven .features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(440px,1fr));
    gap:20px;
}
.page-sprocket-driven .feature-card{
    background:#fff;
    border-radius:12px;
    padding:22px;
    box-shadow:0 8px 22px rgba(4,15,34,0.06);
    border:1px solid rgba(11,23,44,0.04);
    transition:transform .18s ease, box-shadow .18s ease;
}
.page-sprocket-driven .feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(4,15,34,0.1)}
.page-sprocket-driven .feature-icon{width:56px;height:56px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#fff;background:var(--rs-theme-medium-yellow)}
.page-sprocket-driven .feature-card h4{font-size:18px;margin-bottom:8px}
.page-sprocket-driven .why-choose-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:18px}
.page-sprocket-driven .why-item{background:#fff;padding:18px;border-radius:10px;border:1px solid rgba(11,23,44,0.04);box-shadow:0 6px 18px rgba(4,15,34,0.04)}
.page-sprocket-driven .why-item i{color:var(--rs-theme-medium-yellow);font-size:20px;margin-right:12px}

/* FAQ improvements */
.page-sprocket-driven .improved-faq .accordion-button{background:#fff;border:1px solid rgba(11,23,44,0.06);border-radius:8px;padding:18px 20px;font-weight:600;color:#0b172c}
.page-sprocket-driven .improved-faq .accordion-button.collapsed{background:#fff}
.page-sprocket-driven .improved-faq .accordion-body{background:#fff;padding:18px;border-radius:0 0 8px 8px}

/* Quote CTA */
.page-sprocket-driven .quote-cta{background:linear-gradient(90deg,#0b4b76 0%, #0f2b4a 100%);color:#fff;padding:40px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.page-sprocket-driven .quote-cta .cta-text h3{margin:0 0 8px 0}
.page-sprocket-driven .quote-cta .rs-btn{padding:14px 22px;border-radius:8px}

@media(max-width:767px){
    .page-sprocket-driven .quote-cta{flex-direction:column;text-align:center}
}

/* Timing Pulley Driven Rollers - UI improvements */
.page-timing-pulley .features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    gap:24px;
}
.page-timing-pulley .feature-card{
    background:#fff;
    border-radius:18px;
    padding:24px;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 24px 46px rgba(5, 25, 54, 0.08);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.page-timing-pulley .feature-card:hover{
    transform:translateY(-8px);
    border-color:rgba(247,198,19,0.35);
    box-shadow:0 28px 60px rgba(5, 25, 54, 0.14);
}
.page-timing-pulley .feature-icon{
    width:64px;
    height:64px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    color:#fff;
    background:linear-gradient(135deg,#f7c600,#ea5501);
    font-size:22px;
}
.page-timing-pulley .feature-card h4{
    font-size:20px;
    margin-bottom:10px;
    line-height:1.4;
}
.page-timing-pulley .feature-card p{
    color:#55637d;
}

.page-timing-pulley .why-choose-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    gap:20px;
}
.page-timing-pulley .why-item{
    background:#fff;
    border-radius:18px;
    padding:24px;
    border:1px solid rgba(11,23,44,0.05);
    box-shadow:0 18px 40px rgba(4,15,34,0.06);
}
.page-timing-pulley .why-item i{
    width:52px;
    height:52px;
    min-width:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    margin-right:14px;
    background:rgba(247,198,19,0.14);
    color:#f7c600;
    font-size:20px;
}
.page-timing-pulley .why-item h5{
    margin-bottom:8px;
    font-size:18px;
}
.page-timing-pulley .why-item p{
    margin-bottom:0;
    color:#55637d;
}

.page-timing-pulley .quote-cta{
    background:linear-gradient(90deg,#071724 0%,#0f2b4a 100%);
    color:#fff;
    padding:42px 32px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}
.page-timing-pulley .quote-cta .cta-text h3{
    font-size:30px;
    line-height:1.1;
    margin-bottom:10px;
}
.page-timing-pulley .quote-cta .cta-text p{
    color:#d1d9e8;
    margin-bottom:0;
}
.page-timing-pulley .quote-cta .rs-btn{
    padding:14px 24px;
    border-radius:10px;
}
.page-timing-pulley .quote-cta .rs-btn.has-theme-orange{
    background:#f7c600;
    color:#111;
}
.page-timing-pulley .quote-cta .rs-btn.has-theme-orange:hover{
    background:#ffda6e;
}

@media (max-width: 991px) {
    .page-timing-pulley .feature-card{
        padding:22px;
    }
    .page-timing-pulley .quote-cta{
        padding:32px 24px;
    }
}

@media (max-width: 767px) {
    .page-timing-pulley .quote-cta{
        flex-direction:column;
        text-align:center;
        padding:28px 20px;
    }
    .page-timing-pulley .quote-cta .cta-actions{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        gap:12px;
    }
}


.rs-breadcrumb-title {
    font-size: 48px;
    font-weight: 700;
    color: #0B4B76;
    margin-bottom: 8px;
}

/* About thumbnails: subtle rounded corners and shadow for depth */
.rs-about-thumb img,
.rs-about-thumb-wrapper img,
.rs-about-thumb-wrapper .rs-about-thumb img {
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(3, 10, 23, 0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}
.rs-about-thumb img:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(3, 10, 23, 0.12);
}

/* Capability cards */
.capability-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 22px;
    text-align: center;
    transition: transform .28s ease, box-shadow .28s ease;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 10px 30px rgba(3,10,23,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cap-icon {
    font-size: 28px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#f66e26 0%,#f7c600 100%);
    color: #fff;
    margin-bottom: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.capability-card h5 { margin: 0; font-size: 18px; color: #111; font-weight: 700; }
.capability-card:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(3,10,23,0.12); }

.capability-note { color: #666; font-size: 15px; }

/* Industry boxes */
.industry-box { background: #fff; padding: 22px; border-radius: 10px; border: 1px solid #eee; transition: transform .25s ease, box-shadow .25s ease; height: 100%; }
.industry-box h5 { font-size: 18px; margin-bottom: 8px; font-weight: 700; color: #0B4B76; }
.industry-box p { margin: 0; color: #666; }
.industry-box:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(3,10,23,0.06); }

/* Feature items subtle lift */
.rs-feature-item { background: transparent; padding: 18px 14px; border-radius: 10px; transition: transform .3s ease; }
.rs-feature-item:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.06); }

/* Footer / small interactions */
.rs-footer-widget-title { color: #111; font-weight: 700; }
.backtotop-wrap { transition: opacity .25s ease, transform .25s ease; }
.backtotop-wrap:hover { transform: scale(1.04); }

/* Responsive tweaks */
@media (max-width: 767px) {
    .rs-breadcrumb-title { font-size: 28px; }
    .cap-icon { width: 56px; height: 56px; font-size: 22px; }
    .capability-card { padding: 18px; }
}

.value-box{
    background:#eee;
    padding:40px 25px;
    border-radius:12px;
    border:1px solid #ededed;
    transition:all .4s ease;
    height:100%;
}

.value-box:hover{
    background:#f7bf17;
    transform:translateY(-8px);
}

.value-box h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
    transition:.3s;
}

.value-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
    transition:.3s;
}

.value-box:hover h4,
.value-box:hover p{
    color:#fff;
}


/* ===================================
   INDUSTRIES WE SERVE
=================================== */

.industry-box{
    background:#eee;
    padding:30px 25px;
    border-radius:12px;
    border-left:4px solid #f7bf17;
    border-top:1px solid #ededed;
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
    transition:all .4s ease;
    height:100%;
}

.industry-box:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.industry-box h5{
    font-size:20px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

.industry-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}


/* ===================================
   SEO CONTENT SECTION
=================================== */

.seo-content-section{
    background:#f8f8f8;
    padding:80px 0;
}

.seo-content-section h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
}

.seo-content-section p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}


/* ===================================
   SECTION TITLE STYLING
=================================== */

.rs-section-subtitle{
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.rs-section-title{
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:20px;
}

.rs-section-title-wrapper p{
    max-width:850px;
    margin:auto;
    color:#666;
    line-height:1.8;
}


/* ===================================
   MOBILE RESPONSIVE
=================================== */

@media (max-width:991px){

    .rs-section-title{
        font-size:36px;
    }

    .service-box,
    .industry-box,
    .value-box{
        padding:25px;
    }

    .seo-content-section h2{
        font-size:32px;
    }
}

@media (max-width:767px){

    .rs-section-title{
        font-size:30px;
    }

    .service-box h4,
    .value-box h4{
        font-size:20px;
    }

    .industry-box h5{
        font-size:18px;
    }

    .seo-content-section h2{
        font-size:28px;
    }
}




/* =========================
   GLOBAL SECTION STYLING
========================= */

.section-space {
    padding: 80px 0;
}

.section-space-bottom {
    padding-bottom: 80px;
}

.primary-bg {
    background: #0f172a;
    color: #ffffff;
}

/* =========================
   SECTION TITLE
========================= */

.rs-section-title-wrapper {
    margin-bottom: 30px;
}

.rs-section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #ea5501;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.rs-section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.primary-bg .rs-section-title {
    color: #fff;
}

.rs-section-title-wrapper p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 10px auto 0;
}

.primary-bg .rs-section-title-wrapper p {
    color: #cbd5e1;
}

/* =========================
   ABOUT STYLE IMAGES
========================= */

.rs-about-thumb-wrapper {
    position: relative;
}

.rs-about-thumb {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.rs-about-thumb img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

.rs-about-thumb:hover img {
    transform: scale(1.05);
}

.rs-about-shape-one,
.rs-about-shape-two {
    position: absolute;
    z-index: 0;
}

/* =========================
   DESCRIPTION TEXT
========================= */

.descrip {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.primary-bg .descrip {
    color: #cbd5e1;
}

/* =========================
   FEATURE LIST
========================= */

.rs-about-feature-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.rs-about-feature-list ul li {
    font-size: 15px;
    padding: 8px 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.primary-bg .rs-about-feature-list ul li {
    color: #e2e8f0;
}

.rs-about-feature-list ul li i {
    color: #ea5501;
    font-size: 14px;
}

/* =========================
   PROGRESS BAR
========================= */

.rs-about-progress {
    margin-top: 25px;
}

.single-progress {
    margin-bottom: 20px;
}

.progress-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.progress-title {
    font-size: 14px;
    font-weight: 600;
}

.progress-number {
    font-size: 14px;
    font-weight: 600;
    color: #ea5501;
}

.progress {
    height: 8px;
    background: #e5e7eb;
    border-radius: 50px;
    overflow: hidden;
}

.primary-bg .progress {
    background: #1f2937;
}

.progress-bar {
    background: linear-gradient(90deg, #ea5501, #ff7a1a);
    height: 100%;
    border-radius: 50px;
}

/* =========================
   CTA BUTTON
========================= */

.rs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    background: #ffca3b;
    color: #fff;
    border-radius: 6px;
    /*font-weight: 600;*/
    text-decoration: none;
    transition: 0.3s;text-shadow: 0px 0px 10px #9f9999;
}

.rs-btn:hover {
    background: #000;
    transform: translateY(-2px);
}

.icon-box svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

/* =========================
   WORK PROCESS / STEPS
========================= */

.rs-work-step-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    height: 100%;
}

.rs-work-step-item:hover {
    transform: translateY(-5px);
}

.primary-bg .rs-work-step-item {
    background: #1f2937;
    color: #fff;
}

.rs-work-step-title {
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0;
}

.rs-work-step-number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ea5501;
    display: inline-block;
}

/* =========================
   FEATURE CARDS (Industries / QA)
========================= */

.rs-feature-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.rs-feature-item:hover {
    transform: translateY(-5px);
}

.primary-bg .rs-feature-item {
    background: #1f2937;
    color: #fff;
}

.rs-feature-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #175985;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .rs-section-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .section-space {
        padding: 60px 0;
    }

    .rs-section-title {
        font-size: 24px;
    }
}


/* =========================
   CAPABILITY CARDS (NEW UI)
========================= */

.capability-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.35s ease;
    height: 100%;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.capability-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(234, 85, 1, 0.15);
    border-color: #ea5501;
}

/* top accent line */
.capability-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ea5501, #ff7a1a);
}

/* icon */
.cap-icon {
    font-size: 30px;
    margin-bottom: 12px;
}

/* title */
.capability-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

/* note text */
.capability-note {
    font-size: 15px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* dark mode support if needed */
.primary-bg .capability-card {
    background: #1f2937;
    border-color: #2d3748;
}

.primary-bg .capability-card h5 {
    color: #fff;
}

/* About page hero */
.about-banner {
    position: relative;
    overflow: hidden;
}

.about-banner .banner-content {
    position: relative;
    z-index: 2;
}

.about-banner .rs-section-subtitle {
    color: #f7c600;
}

.about-banner .rs-section-title {
    font-size: 52px;
    line-height: 1.05;
}

.about-banner .descrip {
    color: rgba(255,255,255,0.92);
}

.banner-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 767px) {
    .about-banner {
        padding: 80px 0;
    }
    .about-banner .rs-section-title {
        font-size: 34px;
    }
    .banner-btn,
    .banner-btn1 {
        width: 100%;
        justify-content: center;
    }
}


.service-card
{

    background: #eee;
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid rgba(0,0,0,0.05); display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.service-card h4, .service-card h5, .service-card h6 {
    margin-bottom: 15px;
    color: #111;
    font-size: 20px;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.card {
    background: var(--text-light);
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.spec-card
{

    background: #eee;
    padding: 30px;
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    border: 1px solid rgba(0,0,0,0.05);
}

.spec-card h4, .spec-card h5, .spec-card h6 {
    margin-bottom: 15px;
    color: #111;
    font-size: 18px;
}

.spec-card li { color:#666; font-size:14px}









/* ==========================================
   GRAVITY ROLLER PAGE FIXES
========================================== */

/* Equal Height Cards */
.rs-service-area .row>[class*="col-"] {
    display: flex;
}

.rs-service-area .row>[class*="col-"]>.service-card,
.rs-service-area .row>[class*="col-"]>.spec-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Card Body Alignment */
.service-card,
.spec-card {
    transition: all .3s ease;
}

.service-card p,
.spec-card p {
    flex-grow: 1;
}

/* Heading Alignment */





/* Product Configuration Cards */
.spec-card ul {
    margin-top: auto;
}

/* Technical Matrix Table */
.table-responsive table th {
    white-space: nowrap;
    font-weight: 600;
}

.table-responsive table td,
.table-responsive table th {
    vertical-align: middle;
}

/* FAQ Styling */
#gravityFaqAccordion .accordion-item {
    box-shadow: 0 3px 12px rgba(0,0,0,.04);
}

#gravityFaqAccordion .accordion-button {
    font-size: 16px !important;
    line-height: 1.5;
}

#gravityFaqAccordion .accordion-body {
    line-height: 1.8;
}

/* Resource Cards */
.rs-service-area .service-card.d-flex {
    height: 100%;
}

.rs-service-area .service-card.d-flex a {
    margin-top: auto;
}

/* Hero Content Width */
.hero-content {
    max-width: 780px;
}

/* Better Paragraph Readability */
.descrip {
    line-height: 1.8;
}

/* Image Consistency */
.thumbnail-wrapper img,
.rs-about-thumb img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Section Title Alignment */
.section-title-space {
    margin-bottom: 60px;
}



/* Consultation Form */
.contact-form .input-box input,
.contact-form .input-box textarea,
.contact-form .input-box select {
    min-height: 58px;
}

.custom-select-dark {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important;
    height: 50px !important;
    padding: 0 15px !important;
    border-radius: 8px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position: calc(100% - 18px) center, calc(100% - 13px) center;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.custom-select-dark option {
    color: #000;
}

/* Mobile Fixes */
@media (max-width: 991px) {

    .service-card h4,
    .spec-card h4,
    .service-card h5,
    .spec-card h5,
    .service-card h6 {
        min-height: auto;
    }

    .rs-service-area .row>[class*="col-"] {
        display: block;
    }
}



/* ======================================
   CARD TITLE ALIGNMENT ONLY
====================================== */

.rs-service-area .service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rs-service-area .spec-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rs-service-area .service-card p,
.rs-service-area .spec-card p {
    flex-grow: 1; margin-bottom:9px
}

/* Only affect cards inside service sections */

.rs-service-area .service-card h4,
.rs-service-area .spec-card h4 {
    margin-bottom: 15px;
}

.rs-service-area .service-card h5,
.rs-service-area .spec-card h5 {
    margin-bottom: 12px;
}

.rs-service-area .service-card h6 {
    margin-bottom: 10px;
}


/* ===================================================
   FIX: SYSTEM OPTIMIZATION NORMAL INLINE LIST FLOW
=================================================== */
.gravity-considerations-list,
.rs-list-item ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.gravity-considerations-list li,
.rs-list-item ul li,
.spec-card .rs-list-item ul li {
    list-style: none !important;
    position: relative;
    padding-left: 0 !important;   /* Clears out default absolute positioning indents */
    margin-bottom: 16px;
    line-height: 1.2;             /* Clean typography flow height */
    color: #666;
    font-size: 14px;
    display: block;               /* Normal block item wrapper for standard line text */
}

.gravity-considerations-list li:last-child,
.rs-list-item ul li:last-child {
    margin-bottom: 0;
}

/* Forces font-awesome icons to sit organically as an inline text element */
.gravity-considerations-list li i,
.rs-list-item ul li i,
.spec-card .rs-list-item ul li i {
    position: static !important;  /* Disables the absolute position overlays breaking the page */
    display: inline-block;        /* standard inline text behavior spacing rules */
    margin-right: 2px;            /* clean visual step buffer gap before your string start */
    /*color: #ffca3b;  */             /* matches theme configuration yellow-orange styling tints */
    font-size: 14px;
    vertical-align: middle;       /* keeps icon geometry centered alongside inline words */
}

/* Assures the strong heading text runs straight into the descriptions dynamically */
.gravity-considerations-list li strong,
.rs-list-item ul li strong,
.spec-card .rs-list-item ul li strong {
    display: inline !important;   /* keeps content directly in line */
    color: #111;                  /* stark contrast for legible title bold strings */
}


/* Gallery Ticker Styles */
.gallery-ticker-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding: 20px 0;
    display: flex;
}

.gallery-ticker-track {
    display: flex;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}

/* Pause scroll animation on mouse hover */
.gallery-ticker-container:hover .gallery-ticker-track {
    animation-play-state: paused;
}

.gallery-item {
    flex-shrink: 0;
    padding: 0 15px;
    width: 280px; /* Adjust image card width */
    height: 200px; /* Adjust image card height */
}

.gallery-zoom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-zoom-img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Infinitely loop animation keyframes */
@keyframes ticker-scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0); /* Moves precisely half the total track width */
    }
}

/* Lightbox overlay styling */
.gallery-lightbox {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(11, 23, 44, 0.9); /* Styled to blend with your template's footer dark color overlays */
}

/* Lightbox pop-up image container */
.lightbox-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 70vh;
    border-radius: 4px;
    animation: zoom-in-animation 0.3s ease;
}

/* Caption styling underneath zoomed image */
.lightbox-caption {
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
}

/* Close button layout details */
.lightbox-close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    transition: color 0.2s ease;
    cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #ff5e14; /* Uses the orange theme highlight color from the template */
    text-decoration: none;
}

/* Zoom animation implementation */
@keyframes zoom-in-animation {
    from {transform: scale(0.7)} 
    to {transform: scale(1)}
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .gallery-item {
        width: 200px;
        height: 150px;
        padding: 0 10px;
    }
    .lightbox-content {
        max-width: 95%;
    }
}