 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
     margin: 0px;
     padding: 0px;
     border: 0px;
     outline: 0px;
     vertical-align: baseline;
     background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
     display: block;
 }

 section,
 header {}

 nav ul {
     list-style: none;
 }

 blockquote,
 q {
     quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: '';
     content: none;
 }

 abbr[title],
 dfn[title] {
     border-bottom: 1px dotted #000;
     cursor: help;
 }

 a {

     transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
     background: #999999;
     font: Arial, Helvetica, sans-serif;
 }

 .fleft {
     float: left;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 input,
 select {
     vertical-align: middle;
 }

 .clear {
     clear: both;
     height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
     margin: 0px;
     padding: 0px;
 }


 .clear {
     clear: both
 }

 html,
 body {
     width: 100%;
     overflow-x: hidden;
 }

 body {
     margin: 0px;
     padding: 0px;
     font-size: 14px !important;
      font-family: "Montserrat", sans-serif;
     color: #000 !important;
     font-weight: normal !important;
     line-height: 25px;
     background-color: #fff !important;

 }

  /* ===== Top Bar ===== */
  .rishi-header-topbar{
    background-color: #011c42;
    color: #e7ebf3;
    font-size: 0.9rem;
    border-radius: 0 0 22px 22px;
  }

  .rishi-header-topbar .rishi-header-topbar-item{
    color: #e7ebf3;
    text-decoration: none;
    white-space: nowrap;
  }

  .rishi-header-topbar .rishi-header-topbar-item i{
    color: #db9d36;
    margin-right: 6px;
  }

  .rishi-header-topbar .rishi-header-nav-link{
    color: #e7ebf3;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.95;
  }

  .rishi-header-topbar .rishi-header-nav-link:hover{
    color: #db9d36;
  }

  /* ===== Logo ===== */
  .rishi-header-logo-mark{
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    line-height: 0.85;
    color: #011c42;
    position: relative;
    letter-spacing: -2px;
  }
  .rishi-header-logo-mark .rishi-header-logo-e{
    color: #c98f2e;
  }

  .rishi-header-logo-text{
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    color: #011c42;
    letter-spacing: 2px;
    font-size: 1.35rem;
    line-height: 1.1;
  }

  .rishi-header-logo-tagline{
    font-size: 0.62rem;
    letter-spacing: 1.5px;
    color: #8a93a6;
    text-transform: uppercase;
  }

  /* ===== Main Nav ===== */
  .rishi-header-mainnav{
    background-color: #ffffff;
    border-bottom: 2px solid #dc9e37;
  }

  .rishi-header-mainnav-link{
    color: #011c42;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 3px solid transparent;
    font-size: 1rem;
    white-space: nowrap;
  }

  .rishi-header-mainnav-link:hover{
    border-bottom-color: #db9d36;
  color: #021b39;
  }

  .rishi-header-mainnav-link.active{
    border-bottom-color: #db9d36;
    color: #011c42;
  }

  /* ===== CTA Button ===== */
  .rishi-header-cta-btn{
    background-color: #db9d36;
    color: #011c42;
    border: none;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
  }

  .rishi-header-cta-btn:hover{
    background-color: #c98f2e;
    color: #011c42;
  }

  @media (max-width: 991.98px){
    .rishi-header-logo-text{ font-size: 1.1rem; }
  }

  .rishi-about-us-section{
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .rishi-about-us-topbar{
    height: 6px;
    background-color: #011c42;
  }

  .rishi-about-us-eyebrow{
    color: #c98f2e;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }

  .rishi-about-us-heading{
    font-weight: 600;
    color: #011c42;
    font-size: 2.75rem;
    line-height: 1.15;
  }

  .rishi-about-us-heading-underline{
    display: flex;
    gap: 6px;
    margin: 1.25rem 0 1.75rem;
  }
  .rishi-about-us-heading-underline .bar-1{
    width: 90px;
    height: 4px;
    background-color: #db9d36;
    border-radius: 2px;
  }
  .rishi-about-us-heading-underline .bar-2{
    width: 160px;
    height: 4px;
    background-color: #011c42;
    border-radius: 2px;
  }

  .rishi-about-us-description{
    color: #5b6270;
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 600px;
  }

  .rishi-about-us-description .rishi-about-us-highlight{
    color: #c98f2e;
    font-weight: 600;
  }

  /* Feature columns */
  .rishi-about-us-features{
    margin-top: 3rem;
  }

  .rishi-about-us-feature{
    position: relative;
    text-align: center;
    padding: 0 0.5rem;
  }

  .rishi-about-us-feature-icon{
    width: 92px;
    height: 92px;
    border: 2px solid #011c42;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.1rem;
    font-size: 2.1rem;
    color: #db9d36;
  }

  .rishi-about-us-feature-title{
    font-weight: 600;
    color: #011c42;
    font-size: 1.02rem;
    margin-bottom: 0.6rem;
  }

  .rishi-about-us-feature-text{
    color: #5b6270;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .rishi-about-us-feature-divider{
    display: none;
  }

  @media (min-width: 768px){
    .rishi-about-us-feature-divider{
      display: block;
      position: absolute;
      left: -0.75rem;
      top: 12%;
      bottom: 12%;
      width: 1px;
      background-color: #d9dee6;
    }
  }

  /* CTA Buttons */
  .rishi-about-us-cta-wrap{
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .rishi-about-us-btn-primary{
    background-color: #db9d36;
    color: #011c42;
    border: none;
    font-weight: 600;
    padding: 0.85rem 2.2rem;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
  }
  .rishi-about-us-btn-primary:hover{
    background-color: #c98f2e;
    color: #011c42;
  }

  .rishi-about-us-btn-outline{
    background-color: transparent;
    color: #011c42;
    border: 2px solid #011c42;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .rishi-about-us-btn-outline:hover{
    background-color: #011c42;
    color: #fff;
  }

  /* Image side */
  .rishi-about-us-image-wrap{
    position: relative;
    background-color: #eef0f3;
    border-radius: 28px;
    padding: 1.75rem;
    box-shadow: 0 30px 60px -20px rgba(12, 28, 61, 0.25);
  }

  .rishi-about-us-image-frame{
    border: 3px solid #db9d36;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
  }

  .rishi-about-us-image-frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media (max-width: 991.98px){
    .rishi-about-us-heading{ font-size: 2.1rem; }
    .rishi-about-us-image-wrap{ margin-top: 3rem; }
  }

  @media (max-width: 575.98px){
    .rishi-about-us-heading{ font-size: 1.7rem; }
    .rishi-about-us-description{ font-size: 1rem; }
  }

 
  .rishi-why-choose-us-section{
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #011c42;
    background-image:
      linear-gradient(180deg, rgba(8,18,40,0.88) 0%, rgba(8,18,40,0.94) 100%),
      url('../images/slider-1.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

  .rishi-why-choose-us-eyebrow{
    color: #db9d36;
    font-weight: 600;
    letter-spacing: 2.5px;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
  }

  .rishi-why-choose-us-heading{
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 2.25rem;
    text-transform: uppercase;
  }

  .rishi-why-choose-us-heading-underline{
    width: 70px;
    height: 3px;
    background-color: #db9d36;
    margin: 1.25rem auto 0;
    border-radius: 2px;
  }

  .rishi-why-choose-us-header{
    margin-bottom: 3.5rem;
  }

  /* Card */
  .rishi-why-choose-us-card{
    position: relative;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 2.75rem 1.75rem 2.25rem;
    text-align: center;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 20px 45px -18px rgba(0,0,0,0.35);
  }

  /* top-left peach decorative curve */
  .rishi-why-choose-us-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #f2d9b3;
    border-bottom-right-radius: 100% 60px;
    border-bottom-left-radius: 100% 60px;
  }

  /* bottom-right gold decorative curve */
  .rishi-why-choose-us-card::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #db9d36;
    border-top-left-radius: 100%;
  }

  .rishi-why-choose-us-icon-wrap{
    position: relative;
    z-index: 2;
    width: 92px;
    height: 92px;
    background-color: #011c42;
    border: 2px solid #db9d36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.25rem auto 1.5rem;
    font-size: 2.1rem;
    color: #db9d36;
    padding: 20px;
  }

  .rishi-why-choose-us-card-title{
    position: relative;
    z-index: 2;
    font-weight: 600;
    color: #011c42;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }

  .rishi-why-choose-us-card-text{
    position: relative;
    z-index: 2;
    color: #5b6270;
    font-size:13px;
    line-height: 1.7;
  }

  @media (max-width: 767.98px){
    .rishi-why-choose-us-heading{ font-size: 1.6rem; }
    .rishi-why-choose-us-card{ padding: 2.5rem 1.5rem 2rem; }
  }

 

  .rishi-product-category-section{
    background-color: #e5eff8;
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  /* Header */
  .rishi-product-category-heading{
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .rishi-product-category-heading .rishi-product-category-heading-navy{
    color: #011c42;
  }
  .rishi-product-category-heading .rishi-product-category-heading-gold{
    color: #c98f2e;
  }

  .rishi-product-category-heading-underline{
    width: 100%;
    max-width: 560px;
    height: 4px;
    margin: 0 auto 2.5rem;
    background: linear-gradient(90deg, #db9d36 0%, #db9d36 50%, #011c42 50%, #011c42 100%);
    border-radius: 2px;
  }

  .rishi-product-category-intro-title{
    font-weight: 600;
    color: #011c42;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .rishi-product-category-intro-text{
    color: #5b6270;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 900px;
  }

  /* Card */
  .rishi-product-category-card{
    background: linear-gradient(135deg, #ffffff 0%, #e3e5e9 100%);
    border-radius: 14px;
    padding: 12px;
    height: 100%;
    display: flex;
    gap: 1.25rem;
  }

  .rishi-product-category-card-icon-col{
    flex: 0 0 110px;
    text-align: center;
  }

  .rishi-product-category-card-icon{
    width: 90px;
    height: 90px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    color: #011c42;
    margin: 0 auto 0.85rem;
  }

  .rishi-product-category-card-title{
    font-weight: 600;
    color: #011c42;
    font-size: 0.98rem;
    text-transform: lowercase;
    line-height: 1.3;
  }

  .rishi-product-category-card-body{
    flex: 1 1 auto;
  }

  .rishi-product-category-card-desc{
    color: #5b6270;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 0.9rem;
  }

  .rishi-product-category-card-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .rishi-product-category-card-list li{
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #011c42;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0.45rem;
    line-height: 1.35;
  }

  .rishi-product-category-card-list li i{
    background-color: #db9d36;
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.62rem;
    width: 16px;
    height: 16px;
    min-width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
  }

  /* Footer note */
  .rishi-product-category-footnote{
    text-align: center;
    color: #5b6270;
    font-size: 0.95rem;
    margin-top: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #cdd6e3;
  }

  @media (max-width: 767.98px){
    .rishi-product-category-heading{ font-size: 1.7rem; }
    .rishi-product-category-card{ flex-direction: column; text-align: center; }
    .rishi-product-category-card-icon-col{ flex: none; margin: 0 auto; }
    .rishi-product-category-card-list li{ text-align: left; }
  }
 
  .rishi-application-section{
    background-color: #e5eff8;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  /* Header */
  .rishi-application-header{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 2.75rem;
  }

  .rishi-application-header-title{
    color: #011c42;
    font-weight: 600;
    font-size: 1.35rem;
    white-space: nowrap;
    margin: 0;
  }

  .rishi-application-header-arrow{
    flex: 1 1 auto;
    max-width: 220px;
    height: 2px;
    background-color: #db9d36;
    position: relative;
  }

  .rishi-application-header-arrow::after{
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #db9d36;
    border-right: 2px solid #db9d36;
  }

  .rishi-application-header-arrow-left::after{
    left: 0;
    transform: translateY(-50%) rotate(-135deg);
  }

  .rishi-application-header-arrow-right::after{
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  /* Icon grid */
  .rishi-application-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1.5rem;
    margin-bottom: 2.5rem;
  }

  .rishi-application-item{
    text-align: center;
    width: 105px;
  }

  .rishi-application-icon{
    width: 60px;
    height: 60px;
    margin: 0 auto 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #011c42;
    font-size: 2.1rem;
  }

  .rishi-application-label{
    color: #011c42;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  /* Badge */
  .rishi-application-badge-wrap{
    display: flex;
    justify-content: center;
  }

  .rishi-application-badge{
    background-color: #011c42;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
  }

  .rishi-application-badge-icon{
    width: 34px;
    height: 34px;
    background-color: #db9d36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #011c42;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  .rishi-application-badge-text{
    color: #db9d36;
    font-weight: 600;
    font-size: 1.05rem;
    white-space: nowrap;
  }

  @media (max-width: 575.98px){
    .rishi-application-header{ gap: 0.75rem; }
    .rishi-application-header-title{ font-size: 1.1rem; }
    .rishi-application-header-arrow{ max-width: 60px; }
    .rishi-application-item{ width: 100px; }
    .rishi-application-icon{ width: 50px; height: 50px; font-size: 1.7rem; }
    .rishi-application-label{ font-size: 0.8rem; }
    .rishi-application-badge-text{ font-size: 0.9rem; white-space: normal; text-align: left; }
  }
 

  .rishi-certificates-section{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background-color: #ffffff;
  }

  /* Header */
  .rishi-certificates-header{
    text-align: center;
    margin-bottom: 3rem;
  }

  .rishi-certificates-eyebrow{
    color: #c98f2e;
    font-weight: 600;
    letter-spacing: 2.5px;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
  }

  .rishi-certificates-heading{
    color: #011c42;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }

  .rishi-certificates-heading-underline{
    width: 80px;
    height: 3px;
    background-color: #db9d36;
    margin: 0 auto;
    border-radius: 2px;
  }

  /* Card */
  .rishi-certificates-card{
    border: 2px solid #db9d36;
    border-radius: 16px;
    padding: 0.6rem;
    background-color: #ffffff;
    box-shadow: 0 12px 30px -14px rgba(12,28,61,0.25);
    height: 100%;
  }

  .rishi-certificates-card-img-wrap{
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    position: relative;
  }

  .rishi-certificates-card-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 4;
    cursor: zoom-in;
    transition: transform 0.35s ease;
  }

  .rishi-certificates-card-img-wrap:hover img{
    transform: scale(1.05);
  }

  .rishi-certificates-card-img-wrap::after{
    content: "\f52d";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background-color: rgba(12,28,61,0.65);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
  }

  .rishi-certificates-card-img-wrap:hover::after{
    opacity: 1;
  }

  /* Zoom modal */
  .rishi-certificates-modal .modal-dialog{
    max-width: 720px;
  }

  .rishi-certificates-modal .modal-content{
    background-color: transparent;
    border: none;
  }

  .rishi-certificates-modal .modal-body{
    padding: 0;
    position: relative;
  }

  .rishi-certificates-modal img{
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 2px solid #db9d36;
    box-shadow: 0 25px 60px -20px rgba(0,0,0,0.6);
  }

  .rishi-certificates-modal .btn-close{
    position: absolute;
    top: -14px;
    right: -14px;
    background-color: #db9d36;
    opacity: 1;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }

  @media (max-width: 767.98px){
    .rishi-certificates-heading{ font-size: 1.5rem; }
  }


  .rishi-get-in-touch-section{
    background-color: #f4f6f9;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  /* Left column heading */
  .rishi-get-in-touch-eyebrow{
    color: #c98f2e;
    font-weight: 600;
    letter-spacing: 2.5px;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }

  .rishi-get-in-touch-heading{
    color: #011c42;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }

  .rishi-get-in-touch-heading-underline{
    width: 70px;
    height: 3px;
    background-color: #db9d36;
    margin-bottom: 1.5rem;
    border-radius: 2px;
  }

  .rishi-get-in-touch-subtext{
    color: #5b6270;
    font-size: 1.05rem;
    margin-bottom: 2.25rem;
  }

  /* Contact info items */
  .rishi-get-in-touch-info-item{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.75rem;
  }

  .rishi-get-in-touch-info-icon{
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c98f2e;
    font-size: 1.3rem;
    box-shadow: 0 4px 12px rgba(12,28,61,0.06);
  }

  .rishi-get-in-touch-info-title{
    color: #011c42;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
  }
.rishi-get-in-touch-info-text a{
    color: #5b6270;
    text-decoration: none;
  }
  .rishi-get-in-touch-info-text{
    color: #5b6270;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 0;
  }

  /* Map */
  .rishi-get-in-touch-map-wrap{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(12,28,61,0.08);
    line-height: 0;
    margin-top: 1rem;
  }

  .rishi-get-in-touch-map-wrap iframe{
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
  }

  /* Right column form card */
  .rishi-get-in-touch-form-card{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 50px -20px rgba(12,28,61,0.2);
    height: 100%;
  }

  .rishi-get-in-touch-form-title{
    color: #011c42;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .rishi-get-in-touch-label{
    color: #011c42;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    display: block;
  }

  .rishi-get-in-touch-input,
  .rishi-get-in-touch-textarea{
    border: 1px solid #d9dee6;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    width: 100%;
    color: #011c42;
  }

  .rishi-get-in-touch-input:focus,
  .rishi-get-in-touch-textarea:focus{
    border-color: #db9d36;
    box-shadow: 0 0 0 0.2rem rgba(217,159,63,0.15);
    outline: none;
  }

  .rishi-get-in-touch-textarea{
    resize: vertical;
    min-height: 120px;
  }

  .rishi-get-in-touch-submit-btn{
    background-color: #011c42;
    color: #db9d36;
    border: none;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: background-color 0.2s ease-in-out;
  }

  .rishi-get-in-touch-submit-btn:hover{
    background-color: #142a56;
    color: #db9d36;
  }

  @media (max-width: 991.98px){
    .rishi-get-in-touch-form-card{ margin-top: 3rem; }
  }

  @media (max-width: 575.98px){
    .rishi-get-in-touch-heading{ font-size: 1.5rem; }
    .rishi-get-in-touch-form-card{ padding: 1.75rem; }
  }



  .rishi-footer{
    background-color: #011c42;
    background-image:
      radial-gradient(circle at 8% 15%, rgba(217,159,63,0.05) 0%, transparent 35%),
      radial-gradient(circle at 92% 10%, rgba(217,159,63,0.05) 0%, transparent 35%);
    color: #a9b2c3;
    position: relative;
    padding-top: 3rem;
  }

  /* Top divider with hexagon */
  .rishi-footer-top-divider{
    max-width: 1140px;
    margin: 0 auto 3.5rem;
    padding: 0 1rem;
    position: relative;
    display: flex;
    align-items: center;
  }

  .rishi-footer-top-divider::before,
  .rishi-footer-top-divider::after{
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background-color: rgba(217,159,63,0.4);
  }

  .rishi-footer-top-divider-hex{
    width: 14px;
    height: 14px;
    background-color: #db9d36;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin: 0 1rem;
    flex-shrink: 0;
  }

  /* Logo / About column */
  .rishi-footer-logo-mark{
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 3.4rem;
    line-height: 0.85;
    letter-spacing: -2px;
  }
  .rishi-footer-logo-mark .rishi-footer-logo-e{
    color: #db9d36;
  }

  .rishi-footer-logo-text{
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: 1.15rem;
    margin-top: 0.35rem;
  }

  .rishi-footer-logo-tagline{
    font-size: 0.6rem;
    letter-spacing: 2px;
    color: #db9d36;
    text-transform: uppercase;
    margin-top: 0.15rem;
  }

  .rishi-footer-about-text{
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 1.5rem 0;
  }

  /* ISO badge */
  .rishi-footer-iso-badge{
    border: 1px solid #db9d36;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1.1rem;
    margin-bottom: 1.75rem;
  }

  .rishi-footer-iso-badge-mark{
    color: #db9d36;
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 1px;
    border: 2px solid #db9d36;
    border-radius: 6px;
    padding: 0.15rem 0.5rem;
  }

  .rishi-footer-iso-badge-title{
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
  }

  .rishi-footer-iso-badge-sub{
    color: #db9d36;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
  }

  /* Follow us */
  .rishi-footer-follow-title{
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }

  .rishi-footer-social-link{
    width: 40px;
    height: 40px;
    border: 1.5px solid #db9d36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #db9d36;
    text-decoration: none;
    font-size: 1.05rem;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .rishi-footer-social-link:hover{
    background-color: #db9d36;
    color: #011c42;
  }

  /* Link columns */
  .rishi-footer-col-title{
    color: #ffffff;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
  }

  .rishi-footer-col-underline{
    width: 42px;
    height: 3px;
    background-color: #db9d36;
    margin-bottom: 1.75rem;
    border-radius: 2px;
  }

  .rishi-footer-link-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .rishi-footer-link-list li{
    margin-bottom: 1.1rem;
  }

  .rishi-footer-link{
    color: #a9b2c3;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
  }

  .rishi-footer-link i{
    color: #db9d36;
    font-size: 0.8rem;
  }

  .rishi-footer-link:hover{
    color: #db9d36;
  }

  /* Vertical dividers between columns */
  .rishi-footer-col-divider{
    display: none;
  }
  @media (min-width: 992px){
    .rishi-footer-col-divider{
      display: block;
      width: 1px;
      background-color: #db9d36;
    }
  }

  /* Contact list (icon based) */
  .rishi-footer-contact-item a{
    color: #a9b2c3; text-decoration: none;
  }
  .rishi-footer-contact-item a:hover{
    color: #db9d36; text-decoration: none;
  }
  .rishi-footer-contact-item{
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.4rem;
  }

  .rishi-footer-contact-item i{
    color: #db9d36;
    font-size: 1.05rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
  }

  .rishi-footer-contact-item span{
    font-size: 0.95rem;
    line-height: 1.5;
    color: #a9b2c3;
  }

  .rishi-footer-contact-divider{
    border: none;
    border-top: 1px solid rgba(217,159,63,0.3);
    margin: 1.5rem 0;
  }

  /* Bottom bar */
  .rishi-footer-bottom{
    border-top: 1px solid rgba(217,159,63,0.3);
    margin-top: 3.5rem;
    padding: 1.5rem 0;
  }

  .rishi-footer-copyright{
    font-size: 0.9rem;
    color: #a9b2c3;
    margin: 0;
  }

  .rishi-footer-bottom-links{
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
  }

  .rishi-footer-bottom-links a{
    color: #a9b2c3;
    text-decoration: none;
    font-size: 0.9rem;
  }

  .rishi-footer-bottom-links a:hover{
    color: #db9d36;
  }

  .rishi-footer-bottom-links .rishi-footer-bottom-divider{
    color: rgba(255,255,255,0.25);
  }

  @media (max-width: 767.98px){
    .rishi-footer-bottom-links{ justify-content: flex-start; margin-top: 1rem; }
  }

 

  

  /* ============ HERO SLIDER ============ */
  .rishi-hero{
    position: relative;
    width: 100%;
    background-color: #041e41;
  }

  /* Fixed max-height slider only applies on large screens (lg+).
     Below that we switch to a stacked, auto-height layout so nothing
     (especially the stats box) ever gets clipped or hidden. */
  @media (min-width: 992px){
    .rishi-hero{
      max-height: 600px;
      height: 600px;
      overflow: hidden;
    }
    .rishi-hero .carousel,
    .rishi-hero .carousel-inner,
    .rishi-hero .carousel-item{
      height: 600px;
      max-height: 600px;
    }
  }

  .rishi-hero .slide-bg{
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #041e41 0%, rgba(11,31,58,0.85) 45%, rgba(11,31,58,0.35) 65%, rgba(11,31,58,0.05) 100%);
  }

  /* Wrapper that holds the image + gradient overlay together so they
     can be repositioned as one unit at different breakpoints */
  .rishi-hero .slide-media{
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  /* Image shown in front (foreground), not as CSS background */
  .rishi-hero .slide-img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 68%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
  }

  .rishi-hero .slide-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #041e41 0%, rgba(11,31,58,0.92) 38%, rgba(11,31,58,0.55) 58%, rgba(11,31,58,0.05) 78%);
    z-index: 2;
  }

  .rishi-hero .slide-content{
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .rishi-hero .eyebrow{
    color: #db9d36;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.85rem;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    display: inline-block;
  }

  .rishi-hero .hero-title{
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.8rem, 3.4vw, 2.7rem);
    letter-spacing: 1px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    display: block;
    text-transform: uppercase;
    font-size: 35px;
  }

  .rishi-hero .hero-title .dot{
    color:#db9d36;
    padding: 0 10px;
    font-size: 1rem;
    vertical-align: middle;
  }

  .rishi-hero .hero-desc{
    color: rgba(255,255,255,0.85);
    font-size: 0.98rem;
    line-height: 1.6;
    max-width: 520px;
  }

  .rishi-hero .hero-desc .highlight{
    color:#db9d36;
    font-weight: 600;
  }

  .rishi-hero .btn-rh-primary{
    background-color:#db9d36;
    border-color:#db9d36;
    color: #041e41;
    font-weight: 600;
    padding: 0.65rem 1.4rem;
    transition: all 0.2s ease-in-out;
  }
  .rishi-hero .btn-rh-primary:hover{
    background-color: #db9d36;
    border-color: #db9d36;
    color: #fff;
  }

  .rishi-hero .btn-rh-outline{
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-weight: 500;
    padding: 0.65rem 1.4rem;
    transition: all 0.2s ease-in-out;
  }
  .rishi-hero .btn-rh-outline:hover{
    background-color: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
  }

  .rishi-hero .cert-badge{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.1;
  }

  /* ============ STATS BOX ============ */
  /* Desktop (lg+): floating white card anchored bottom-right over the image */
  .rishi-hero .stats-box{
    position: absolute;
    z-index: 4;
    right: 3%;
    bottom: 105px;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 1.6rem 1rem 1.3rem;
    display: flex;
    gap: 0;
    box-shadow: 0 -6px 25px rgba(0,0,0,0.15);
    width: 780px;
  }

  .rishi-hero .stat-item{
    text-align: center;
    padding: 0 1.4rem;
    border-right: 1px solid rgba(11,31,58,0.12);
    flex: 1;
  }
  .rishi-hero .stat-item:last-child{
    border-right: none;
  }

  .rishi-hero .stat-item i{
    font-size: 1.9rem;
    color:#db9d36;
    margin-bottom: 8px;
    display: inline-block;
  }

  .rishi-hero .stat-num{
    color: #041e41 ;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .rishi-hero .stat-label{
    color: #041e41 ;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    margin-top: 2px;
  }
  .rishi-hero .stat-sub{
    color: #4a5568;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
  }

  /* Carousel controls */
  .rishi-hero .carousel-control-prev,
  .rishi-hero .carousel-control-next{
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background-color: rgba(0,0,0,0.25);
    border-radius: 50%;
    z-index: 5;
  }
  .rishi-hero .carousel-control-prev{ left: 15px; }
  .rishi-hero .carousel-control-next{ right: 15px; }

  .rishi-hero .carousel-indicators{
    z-index: 5;
    margin-bottom: 0.5rem;
  }
  .rishi-hero .carousel-indicators [data-bs-target]{
    background-color:#db9d36;
    width: 30px;
    height: 4px;
    border-radius: 2px;
  }

  /* ============ RESPONSIVE ============ */
  /* Below lg (992px) we drop the fixed 650px overlay layout and switch
     to a natural, stacked layout: image band on top, a floating stats
     card overlapping its bottom edge (always visible, never clipped),
     then the text content on a solid navy panel underneath. */
  @media (max-width: 991.98px){

    .rishi-hero .slide-bg{
      display: flex;
      flex-direction: column;
      height: auto;
      background: #041e41 ;
    }

    /* Image band */
    .rishi-hero .slide-media{
      position: relative;
      inset: auto;
      width: 100%;
      height: 320px;
      order: 1;
    }
    .rishi-hero .slide-img{
      position: relative;
      width: 100%;
      height: 100%;
      object-position: center 30%;
    }
    .rishi-hero .slide-overlay{
      background: linear-gradient(180deg, rgba(11,31,58,0) 55%, rgba(11,31,58,0.9) 100%);
    }

    /* Stats card now sits at the very BOTTOM of the stacked layout,
       after the text content, instead of overlapping the image */
    .rishi-hero .stats-box{
      position: relative;
      order: 3;
      right: auto;
      bottom: auto;
      width: calc(100% - 2rem);
      max-width: 560px;
      margin: 0 auto 1.75rem;
      border-radius: 12px;
      flex-wrap: wrap;
      justify-content: center;
      z-index: 5;
    }
    .rishi-hero .stat-item{
      padding: 0.6rem 1rem;
      flex: 1 1 45%;
      border-right: none;
      border-bottom: 1px solid rgba(11,31,58,0.12);
    }
    .rishi-hero .stat-item:nth-child(2n){
      border-right: none;
    }

    /* Text content panel */
    .rishi-hero .slide-content{
      order: 2;
      position: relative;
      z-index: 3;
      height: auto;
      align-items: flex-start;
      padding: 2rem 0 1.5rem;
    }

    .rishi-hero .hero-desc{
      max-width: 100%;
    }

    /* Keep prev/next + indicators pinned to the image band only */
    .rishi-hero .carousel-control-prev,
    .rishi-hero .carousel-control-next{
      top: 120px;
      width: 40px;
      height: 40px;
    }
    .rishi-hero .carousel-indicators{
      top: 16px;
      bottom: auto;
      margin-bottom: 0;
    }
    .rishi-hero .carousel-indicators [data-bs-target]{
      box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    }
  }

  @media (max-width: 767.98px){
    .rishi-hero .slide-media{ height: 260px; }
    .rishi-hero .carousel-control-prev,
    .rishi-hero .carousel-control-next{ top: 100px; }
  }

  @media (max-width: 575.98px){
    .rishi-hero .hero-title{ font-size: 1.4rem; }
    .rishi-hero .cert-badge{ width: 70px; height: 70px; font-size: 0.55rem; }
    .rishi-hero .stat-num{ font-size: 1.25rem; }
    .rishi-hero .stat-item{ flex: 1 1 50%; padding: 0.6rem 0.5rem; }
    .rishi-hero .slide-media{ height: 220px; }
    .rishi-hero .carousel-control-prev,
    .rishi-hero .carousel-control-next{ top: 85px; }
    .rishi-hero .stats-box{ padding: 1.2rem 0.5rem 1rem; }
  }

  @media (min-width: 200px) and (max-width: 765px){ 
    .d-flex-2{
  display: block !important;
}
  }
  @media (min-width: 766px) and (max-width: 992px){
     
  }
  @media (min-width: 991px) and (max-width: 1199px){ 
    .rishi-hero .stats-box{
      bottom: 60px;
      display: flow-root;
    }
  }

  


  .eyebrow{
    color: #e5a11f;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .78rem;
  }

  .section-title{
    color: #0c2a4d;
    font-weight: 700;
    letter-spacing: -.01em;
  }

  .section-lead{
    color: #5b6572;
    max-width: 46rem;
    font-size: .95rem;
  }

  /* Process flow (top right icons) */
  .flow-wrap{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    justify-content: flex-end;
  }
  .flow-step{
    text-align: center;
    width: 92px;
  }
  .flow-icon{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0c2a4d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin: 0 auto .5rem auto;
  }
  .flow-label{
    font-size: .74rem;
    font-weight: 700;
    color: #0c2a4d;
    line-height: 1.15;
  }
  .flow-arrow{
    color: #e5a11f;
    font-size: 1.1rem;
    align-self: center;
    margin: 0 .35rem;
    padding-top: -1.6rem;
    margin-top: -25px;
  }

  /* Capability cards */
  .cap-card{
    border: 1px solid  #021b39;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #e3e5e9 100%);
    height: 100%;
    transition: box-shadow .2s ease, transform .2s ease;
  }
  .cap-card:hover{
    box-shadow: 0 10px 24px rgba(12,42,77,.10);
    transform: translateY(-2px);
  }
  .cap-header{
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .65rem .85rem;
  
    border-bottom: 1px solid #dfe3e8;
  }
  .cap-header i{
    color: #e5a11f;
    font-size: 1.05rem;
  }
  .cap-header span{
    font-weight: 600;
    font-size: .86rem;
    color: #0c2a4d;
  }
  .cap-media{
    background-size: cover;
    background-position: center;
    position: relative;
  }
 .cap-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .cap-list{
    list-style: none;
    margin: 0;
    padding: .7rem .9rem .85rem .9rem;
    font-size: .8rem;
    color: #33393f;
  }
  .cap-list li{
    position: relative;
    padding-left: 1rem;
    margin-bottom: .3rem;
    line-height: 1.25;
  }
  .cap-list li::before{
    content:"";
    position:absolute;
    left:0; top: .3rem;
    width: 6px; height: 6px;
    background: #e5a11f;
    transform: rotate(45deg);
  }

  /* Right feature panel */
  .feature-panel{
    background: #eef0f2;
    border-radius: 22px;
    padding: 1.75rem 1.5rem;
    height: 100%;
  }
  .feature-item{
    display: flex;
    gap: .6rem;
    margin-bottom: 1.5rem;
  }
  .feature-check{
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0c2a4d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    margin-top: .1rem;
  }
  .feature-title{
    font-weight: 600;
    color: #0c2a4d;
    font-size: .92rem;
    margin-bottom: .2rem;
    line-height: 1.2;
  }
  .feature-text{
    font-size: .8rem;
    color: #5b6572;
    line-height: 1.35;
    margin: 0;
  }

  /* Bottom pill */
  .excellence-pill{
    background-color:#011c42;
    color: #fff;
    border-radius: 50px;
    padding: .9rem 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-weight: 600;
    font-size: 1.05rem;
    
  }
  .excellence-pill i{
    color: #e5a11f;
    font-size: 1.4rem;
  }

  @media (max-width: 991.98px){
    .flow-wrap{ justify-content: flex-start; margin-top: 1.25rem; }
    .feature-panel{ margin-top: 2rem; border-radius: 16px; }
  }

  @media (max-width: 575.98px){
    .flow-step{ width: 74px; }
    .flow-icon{ width: 46px; height: 46px; font-size: 1.1rem; }
    .flow-label{ font-size: .68rem; }
    .flow-arrow{ padding-top: 1.2rem; }
  }

  
 
  .rishi-factory-section{
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
  }
  .rishi-factory-heading{
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.15;
    color: #0f2a4a;
  }
  .rishi-factory-heading span{
    color: #d69a2d;
  }
  .rishi-factory-desc{
    color: #5a6472;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-top: 18px;
    max-width: 500px;
  }
  .rishi-factory-stat-box{
    background: #0f2a4a;
    border-radius: 10px;
    padding: 20px 22px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 620px;
  }
  .rishi-factory-stat-icon{
    width: 64px;
    height: 64px;
    border: 2px solid #d69a2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #d69a2d;
    font-size: 1.6rem;
  }
  .rishi-factory-stat-number-block{
    flex-shrink: 0;
    border-right: 1px solid rgba(255,255,255,0.25);
    padding-right: 18px;
  }
  .rishi-factory-stat-number{
    color: #d69a2d;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1;
  }
  .rishi-factory-stat-label{
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    margin-top: 6px;
  }
  .rishi-factory-stat-text{
    color: #e8ecf1;
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .rishi-factory-hero-wrap{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
  }
  .rishi-factory-hero-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
  .rishi-factory-hero-wrap::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 22%);
    pointer-events: none;
    z-index: 1;
  }
  .rishi-factory-unit-badge{
    z-index: 2;
  }
  .rishi-factory-unit-badge{
    position: absolute;
    left: 24px;
    bottom: 20px;
    background: #0f2a4a;
    color: #fff;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 25px 4px;
    font-size: 1rem;
  }
  .rishi-factory-divider{
    border: none;
    border-top: 2px solid #d69a2d;
    margin: 30px 0 0 0;
  }
  .rishi-factory-gallery{
    padding: 0 40px;
    max-width: 1700px;
    margin: 24px auto 0 auto;
  }
  .rishi-factory-gallery-item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 260px;
    border: 1px solid #d69a2d;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .rishi-factory-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .rishi-factory-unit-badge-sm{
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #0f2a4a;
    color: #fff;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 25px 4px;;
    font-size: 0.9rem;
  }
  .rishi-factory-features{
    max-width: 1700px;
    margin: 40px auto 0 auto;
    padding: 0 40px 40px 40px;
  }
  .rishi-factory-feature-icon{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0f2a4a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
  }
  .rishi-factory-feature-col{
    
    padding: 0px;
    min-height: 100%;
  }
  .rishi-factory-feature-col-first-child{
    border-left: none;
  }
  .rishi-factory-feature-centered{
    text-align: center;
  }
  .rishi-factory-feature-centered .rishi-factory-feature-icon{
    margin: 0 auto 14px auto;
  }
  .rishi-factory-feature-title{
    font-weight: 700;
    font-size: 0.95rem;
    color: #0f2a4a;
    display: inline-block;
    border-bottom: 2px solid #d69a2d;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  .rishi-factory-feature-desc{
    color: #5a6472;
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .rishi-factory-feature-side{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
  }
  .rishi-factory-feature-side .rishi-factory-feature-title{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 6px;
    display: block;
    font-size: 0.95rem;
  }
 .rishi-factory-border-right {
    border-right: 1px solid #dc9e37;
  }
  @media (max-width: 991px){
    .rishi-factory-hero-wrap{ min-height: 280px; margin-top: 24px; }
    .rishi-factory-feature-col{ border-left: none; border-top: 1px solid #d69a2d; padding: 18px 0; }
    .rishi-factory-feature-col:first-child{ border-top: none; }
    .rishi-factory-gallery-item{ height: 220px; margin-bottom: 16px; }
  }
  @media (max-width: 576px){
    .rishi-factory-heading{ font-size: 2rem; }
    .rishi-factory-section{ padding: 24px 20px 0 20px; }
    .rishi-factory-gallery{ padding: 0 20px; }
    .rishi-factory-features{ padding: 0 20px 30px 20px; }
    .rishi-factory-stat-box{ flex-wrap: wrap; }
    .rishi-factory-stat-number-block{ border-right: none; }
    
  }
@media (min-width: 200px) and (max-width: 765px){ 
  .rishi-factory-border-right { border-right: none !important;}
}



  .rishi-capablity-pahe{
    background-color: #0a1d3b;
    position: relative;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
  }

  .rishi-capablity-pahe .rc-row{
    min-height: 210px;
  }

  .rishi-capablity-pahe .rc-eyebrow{
    color: #f2a900;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
  }

  .rishi-capablity-pahe .rc-heading{
    color: #ffffff;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin-bottom: 0.75rem;
  }

  .rishi-capablity-pahe .rc-divider{
    width: 60px;
    height: 2px;
    background-color:#dc9e37;
    border: none;
    margin: 0.75rem 0;
    opacity:10;
  }

  .rishi-capablity-pahe .rc-desc{
    color: #c7cedb;
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 420px;
    margin-bottom: 0;
  }

  .rishi-capablity-pahe .rc-image-col{
    position: relative;
    padding: 0;
    min-height: 210px;
  }

  .rishi-capablity-pahe .rc-image-wrap{
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .rishi-capablity-pahe .rc-image-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* fade the left edge of the image into the navy background */
  .rishi-capablity-pahe .rc-image-wrap::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #0a1d3b 0%, rgba(10,29,59,0.85) 8%, rgba(10,29,59,0) 30%);
    z-index: 2;
  }

  .rishi-capablity-pahe .rc-bottom-accent{
    height: 4px;
    width: 100%;
    background-color: #f2a900;
  }

  .rishi-capablity-pahe .rc-content-col{
    z-index: 3;
  }

  /* Responsive tweaks */
  @media (max-width: 991.98px){
    .rishi-capablity-pahe .rc-heading{ font-size: 1.6rem; }
    .rishi-capablity-pahe .rc-image-col{ min-height: 260px; }
    .rishi-capablity-pahe .rc-row{ min-height: auto; }
  }

  @media (max-width: 767.98px){
    .rishi-capablity-pahe .rc-content-col{
      padding-top: 2rem;
      padding-bottom: 1rem;
      text-align: left;
    }
    .rishi-capablity-pahe .rc-image-col{
      min-height: 200px;
    }
    .rishi-capablity-pahe .rc-image-wrap::before{
      background: linear-gradient(180deg, #0a1d3b 0%, rgba(10,29,59,0.6) 15%, rgba(10,29,59,0) 40%);
    }
    .rishi-capablity-pahe .rc-desc{ max-width: 100%; }
  }

  @media (max-width: 575.98px){
    .rishi-capablity-pahe .rc-heading{ font-size: 1.35rem; }
  }

  
  .rishi-brass-body{
    background:#ffffff;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    color:#0b1f4d;
  }
  .rishi-brass-title-orange{
    color:#d99a2b;
    font-weight:700;
  }
  .rishi-brass-title-navy{
    color:#0a1a3a;
    font-weight:700;
  }
  .rishi-brass-icon-circle{
    width:110px;
    height:110px;
    border:2px solid #e8a33d;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 12px auto;
    background:#fff;
    padding: 16px;
  }
  .rishi-brass-icon-circle i{
    font-size:2.2rem;
    color:#0a1a3a;
  }
  .rishi-brass-icon-label{
    font-weight:700;
    color:#0a1a3a;
    font-size:0.95rem;
    text-align:center;
  }
  .rishi-brass-note-box{
    border:1px solid #e8a33d;
    border-radius:14px;
    padding:20px;
    display:flex;
    align-items:center;
    gap:18px;
  }
  .rishi-brass-note-icon-circle{
    min-width:100px;
    height:100px;
    width:100px;
    border-radius:50%;
    background:#0a1a3a;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    padding: 15px;
  }
  .rishi-brass-note-icon-circle i{
    color:#e8a33d;
    font-size:1.4rem;
  }
  .rishi-brass-note-text{
    color:#0a1a3a;
    font-size:0.95rem;
    margin:0;
  }
  .rishi-brass-quality-panel{
    background:#0a1a3a;
    border-radius:35px;
    padding:45px 35px;
  }
  .rishi-brass-quality-heading{
    color:#fff;
    font-weight:800;
    text-align:center;
    font-size:2.2rem;
    line-height:1.3;
  }
  .rishi-brass-quality-underline{
    display:inline-block;
    width:80px;
    height:3px;
    background:#e8a33d;
    vertical-align:middle;
    margin:0 15px;
  }
  .rishi-brass-std-card{
    background:linear-gradient(135deg,#e9ecef 0%,#ffffff 45%,#c9ced4 100%);
    border-radius:6px;
    padding:24px 18px;
    height:100%;
    text-align:center;
    box-shadow:0 4px 10px rgba(0,0,0,0.25);
  }
  .rishi-brass-std-card h3{
    color:#0a1a3a;
    font-weight:800;
    font-size:1.6rem;
    margin-bottom:10px;
  }
  .rishi-brass-std-card p{
    color:#0a1a3a;
    font-weight:600;
    font-size:1.15rem;
    margin:0;
  }
  .rishi-brass-process-box{
    border:1px solid #e8a33d;
    border-radius:16px;
    padding:18px;
    height:100%;
  }
  .rishi-brass-process-header{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    color:#0a1a3a;
    margin-bottom:8px;
  }
  .rishi-brass-process-header i{
    color:#d99a2b;
    font-size:1.2rem;
  }
  .rishi-brass-process-header span{
    border-bottom:2px solid #d99a2b;
    padding-bottom:2px;
  }
  .rishi-brass-process-text{
    font-size:0.9rem;
    color:#2b2b2b;
    margin:0;
  }
  .rishi-brass-record-bar{
    background:#0a1a3a;
    border-radius:40px;
    padding:16px 30px;
    display:flex;
    align-items:center;
    gap:18px;
    width: 50%;
  margin: 0px auto;
  }
  .rishi-brass-record-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#e8a33d;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
  }
  .rishi-brass-record-icon i{
    color:#0a1a3a;
    font-size:1.4rem;
  }
  .rishi-brass-record-text{
    color:#fff;
    margin:0;
    font-size:0.95rem;
  }
  .rishi-brass-record-text b{
    color:#e8a33d;
  }
  .rishi-brass-cta-bar{
    background:#0a1a3a;
    position:relative;
    padding:18px 30px 18px 45px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px;
    width: 50%;
  margin: 0px auto;
  }
  .rishi-brass-cta-bar::before{
    content:"";
    position:absolute;
    left:0px;
    top:0;
    height:100%;
    width:30px;
    background:#0a1a3a;
    clip-path:polygon(100% 0, 0 50%, 100% 100%);
    transform:translateX(-100%);
  }
  .rishi-brass-cta-text b{
    color:#fff;
    display:block;
    font-size:0.95rem;
  }
  .rishi-brass-cta-text .rishi-brass-cta-highlight{
    color:#e8a33d;
    font-weight:800;
    letter-spacing:0.5px;
  }
  .rishi-brass-cta-text small{
    color:#cfd6e6;
  }
  .rishi-brass-cta-btn a {
    color: #000;
    text-decoration: none;
  }
  .rishi-brass-cta-btn{
    background:#e8a33d;
    color:#0a1a3a;
    font-weight:700;
    border:none;
    border-radius:20px;
    padding:10px 24px;
    white-space:nowrap;
  }
  @media (max-width:768px){
    .rishi-brass-quality-heading{font-size:1.5rem;}
    .rishi-brass-icon-circle{width:85px;height:85px;}
    .rishi-brass-icon-circle i{font-size:1.6rem;}
  }
  


  /* ============ DESKTOP / TABLET LAYOUT (>= md) ============ */
  /* Full image visible, text overlaid on top with left-side gradient */
  .rishi-brass-hero{
    position:relative;
    width:100%;
    aspect-ratio: 2171 / 560;
    overflow:hidden;
    background:#05122c;
  }
  .rishi-brass-hero-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
  }
  .rishi-brass-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
      rgba(4,10,26,0.85) 0%,
      rgba(6,15,36,0.72) 28%,
      rgba(8,18,42,0.35) 50%,
      rgba(8,18,42,0.08) 68%,
      rgba(8,18,42,0) 100%);
  }
  .rishi-brass-hero-content{
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    align-items:center;
  }
  .rishi-brass-eyebrow{
    color:#e8a33d;
    font-weight:700;
    letter-spacing:0.3px;
    margin-bottom:8px;
    font-size:clamp(0.7rem, 1.4vw, 1rem);
  }
  .rishi-brass-heading{
    font-weight:800;
    line-height:1.15;
    color:#ffffff;
    margin-bottom:4px;
    font-size:clamp(1rem, 3.2vw, 2.4rem);
  }
  .rishi-brass-heading .rishi-brass-heading-accent{
    color:#e8a33d;
    display:block;
  }
  .rishi-brass-subtext{
    color:#e7eaf1;
    font-size:clamp(0.6rem, 1.3vw, 0.95rem);
    max-width:480px;
    margin-top:clamp(6px, 1.5vw, 18px);
    line-height:1.6;
  }

  /* ============ MOBILE LAYOUT (< md) ============ */
  /* Text block sits above (solid navy), plain image sits below - matches reference */
  .rishi-brass-mobile-text{
    background:#0a1a3a;
    padding:28px 20px 24px 20px;
  }
  .rishi-brass-mobile-eyebrow{
    color:#e8a33d;
    font-weight:700;
    font-size:0.9rem;
    letter-spacing:0.3px;
    margin-bottom:10px;
  }
  .rishi-brass-mobile-heading{
    font-weight:800;
    line-height:1.3;
    color:#ffffff;
    font-size:1.4rem;
    margin-bottom:14px;
  }
  .rishi-brass-mobile-rule{
    display:block;
    width:60px;
    height:3px;
    background:#e8a33d;
    margin-bottom:16px;
  }
  .rishi-brass-mobile-subtext{
    color:#dfe4ee;
    font-size:0.92rem;
    line-height:1.65;
    margin:0;
  }
  .rishi-brass-mobile-img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
  }

  @media (max-width:575.98px){
    .rishi-brass-mobile-heading{font-size:1.2rem;}
  }
  @media (min-width: 200px) and (max-width: 765px){
    .rishi-brass-record-bar {
      width: 100%;
    }
    .rishi-brass-cta-bar{
      width: 85%;
    }
   }

   /* ===== HERO ===== */
  .rishibrass-infrastructure-hero{
    background-color:#011c42;
    border-top:1px solid #f0a638;
    overflow:hidden;
  }
  .rishibrass-infrastructure-hero-left{
    padding:3.5rem 3rem;
  }
  .rishibrass-infrastructure-hero-title{
    color:#ffffff;
    font-weight:700;
    font-size:2.4rem;
    line-height:1.2;
  }
  .rishibrass-infrastructure-hero-title span{
    color:#f0a638;
    display:block;
  }
  .rishibrass-infrastructure-hero-text{
    color:#c9d4e3;
    font-size:0.95rem;
    line-height:1.7;
    margin-top:1.2rem;
  }
  .rishibrass-infrastructure-hero-image-col{
    padding:0;
    min-height:380px;
  }
  .rishibrass-infrastructure-hero-image-col img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    min-height:380px;
  }

  /* Stat box */
  .rishibrass-infrastructure-stat-box{
    border:1px solid #f0a638;
    border-radius:10px;
    padding:1.25rem 1.5rem;
    margin-top:2rem;
    display:flex;
    align-items:center;
    gap:1.25rem;
  }
  .rishibrass-infrastructure-stat-icon{
    width:64px;
    height:64px;
    min-width:64px;
    border:1px solid #f0a638;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f0a638;
    font-size:1.6rem;
  }
  .rishibrass-infrastructure-stat-number{
    color:#f0a638;
    font-weight:800;
    font-size:1.6rem;
    line-height:1;
  }
  .rishibrass-infrastructure-stat-label{
    color:#ffffff;
    font-size:0.8rem;
    font-weight:600;
    margin-top:0.15rem;
  }
  .rishibrass-infrastructure-stat-divider{
    width:1px;
    align-self:stretch;
    background-color:rgba(240,166,56,0.4);
    margin:0 1.25rem;
  }
  .rishibrass-infrastructure-stat-desc{
    color:#c9d4e3;
    font-size:0.85rem;
    line-height:1.6;
    margin:0;
  }

  /* ===== BUILT FOR PRECISION SECTION ===== */
  .rishibrass-infrastructure-built{
    background-color:#ffffff;
    padding:4rem 0 3rem;
  }
  .rishibrass-infrastructure-eyebrow{
    color:#f0a638;
    letter-spacing:2px;
    font-weight:700;
    font-size:0.8rem;
    text-transform:uppercase;
  }
  .rishibrass-infrastructure-heading{
    color:#0f2a52;
    font-weight:700;
    font-size:2rem;
    margin-top:0.5rem;
  }
  .rishibrass-infrastructure-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.5rem;
    margin:1rem auto 0;
  }
  .rishibrass-infrastructure-divider-line{
    height:1px;
    width:60px;
    background:repeating-linear-gradient(90deg,#f0a638 0 6px, transparent 6px 10px);
  }
  .rishibrass-infrastructure-divider-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#f0a638;
  }

  /* Unit cards */
  .rishibrass-infrastructure-unit-card{
    border:1px solid #f0a638;
    border-radius:10px;
    overflow:hidden;
    background-color:#ffffff;
    height:100%;
  }
  .rishibrass-infrastructure-unit-img-wrap{
    position:relative;
  }
  .rishibrass-infrastructure-unit-img-wrap img{
    width:100%;
    height:auto;
    object-fit:cover;
    display:block;
  }
  .rishibrass-infrastructure-unit-badge{
    position:absolute;
    bottom:12px;
    left:12px;
    background-color:#001c43;
    color:#f0a638;
    font-size:0.75rem;
    font-weight:600;
    padding:0.3rem 0.9rem;
    border-radius:10px;
  }
  .rishibrass-infrastructure-unit-title{
    color:#001c43;
    font-weight:600;
    font-size:1.05rem;
    padding:0.9rem 1rem 1.1rem;
    margin:0;
  }

  /* Feature cards */
  .rishibrass-infrastructure-feature-card{
    border:1px solid #eadfca;
    border-radius:10px;
    background-color:#ffffff;
    padding:1.8rem 1.4rem;
    text-align:center;
    height:100%;
  }
  .rishibrass-infrastructure-feature-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background-color:#0f2a52;
    color:#dfb537;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.4rem;
    margin:0 auto 1rem;
  }
  .rishibrass-infrastructure-feature-title{
    color:#0f2a52;
    font-weight:700;
    font-size:1rem;
    margin-bottom:0.6rem;
    position:relative;
    display:inline-block;
  }
  .rishibrass-infrastructure-feature-desc{
    color:#6b7280;
    font-size:0.85rem;
    line-height:1.6;
    margin:0;
  }

  @media (max-width: 991.98px){
    .rishibrass-infrastructure-hero-left{
      padding:2.5rem 1.5rem;
    }
    .rishibrass-infrastructure-hero-image-col,
    .rishibrass-infrastructure-hero-image-col img{
      min-height:260px;
    }
    .rishibrass-infrastructure-hero-title{
      font-size:2rem;
    }
    .rishibrass-infrastructure-heading{
      font-size:1.6rem;
    }
  }

  @media (max-width: 575.98px){
    .rishibrass-infrastructure-stat-box{
      flex-wrap:wrap;
    }
    .rishibrass-infrastructure-stat-divider{
      display:none;
    }
    .rishibrass-infrastructure-stat-desc{
      margin-top:0.75rem;
    }
  }
  