/* Root Colors */
:root {
  --primary-color: #005689;
  --secondary-color: #0099d7;
  --gray-color: #606062;

  /* BACKGROUND AND NEUTRAL COLORS */
  --bg-light: #f9f9f9;
  --text-dark: #333333;
  --white-color: #fff;
  --black-color: #000;
  --dark-color: #1d1d1d;
  --transition-speed: 0.3s;

  --water-deep: #003a5c;
  --water-light: #cceeff;
  --gold-accent: #c9a84c;

  --gold: #c9a84c;
  --gold-light: #e8c97e;
  --gold-dim: rgba(201, 168, 76, 0.15);
  --navy: #0d1b2a;
  --navy-mid: #132338;
  --navy-light: #1c3358;
  --steel: #b0bec5;
  --white: #f5f0e8;
  --off-white: #ede8df;
  --text-muted: #8a9bac;
}

/* Comman CSS Class Start */
/* Border Radius */
.border-radius {
  border-radius: 10px;
}

.section-space-top {
  padding-top: 60px;
}

.section-space-bottom {
  padding-bottom: 60px;
}

/* On Hover Underline and color change */
.underline.has-theme-blue a {
  background-image:
    linear-gradient(var(--primary-color), var(--primary-color)),
    linear-gradient(var(--primary-color), var(--primary-color));
}

.rs-about-three {
  padding-top: 60px;
}

/* Button Style */
.rs-btn {
  border-radius: 10px;
}

.rs-btn.has-theme-blue {
  background: var(--primary-color);
}

.index .rs-btn.has-bg::before {
  background-color: var(--secondary-color) !important;
}

/* Comman CSS Class End */

/* RTL */
.phone-number {
  direction: ltr;
  unicode-bidi: isolate;
}

/* Preloader CSS Start */
/* Preloader CSS End */

/* Main Header CSS Start */
.rs-header-logo img,
.offcanvas-logo a img {
  max-width: unset;
  width: unset;
}

.rs-header-four .main-menu {
  border-inline-start: unset;
  margin-inline-start: -40px !important;
}

@media only screen and (max-width: 1366px) {
  .rs-header-four .rs-header-menu {
    padding: 0 0px 0px 40px;
  }
}

.rs-btn.has-theme-light-blue.has-bg::before {
  background-color: var(--secondary-color);
}

.rs-btn.has-theme-light-blue {
  background: var(--primary-color);
}

/* Product Mega menu CSS Start */
.main-menu .mega-menu {
  width: 1200px;
  grid-template-columns: 350px repeat(3, 1fr);
  top: 100%;
  margin-top: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

/* Invisible Hover Bridge to prevent menu disappearing when moving mouse down */
.main-menu .mega-menu::before,
.main-menu .submenu::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  display: block;
  background: transparent;
  z-index: 99;
}

.main-menu > ul > li:hover > .mega-menu,
.main-menu > ul > li:hover > .submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transform: translateY(0) !important;
}

.products-img-col {
  display: none;
}

@media (min-width: 992px) {
  .products-img-col {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    padding: 8px 14px 8px 4px;
    border-right: 1px solid #eee;
    flex-shrink: 0;
  }

  .products-img-col .products-preview-img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    border-radius: 6px;
    transition: opacity 0.2s ease;
    display: block;
  }

  .products-img-col .products-preview-label {
    font-size: 20px;
    font-weight: 600;
    color: #0d80ce;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .products-mega-menu a[data-img].active-product {
    color: #0d80ce !important;
    font-weight: 600;
  }

  .main-menu .mega-grid {
    gap: 0 24px;
  }

  .main-menu .has-mega-menu .title {
    text-transform: unset;
    font-size: 14px;
  }

  .products-mega-menu ul li a[data-img] {
    display: flex;
    align-items: center;
  }

  .products-mega-menu ul li a[data-img]::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #0d80ce;
    margin-right: 8px;
    flex-shrink: 0;
    transition:
      transform 0.2s ease,
      border-left-color 0.2s ease;
  }

  .products-mega-menu ul li a[data-img]:hover::before,
  .products-mega-menu ul li a[data-img].active-product::before {
    transform: translateX(3px);
    border-left-color: #0a66a5;
  }
}

/* Product Mega menu CSS End */

@media (max-width: 400px) {
  .rs-header-logo img {
    max-width: 180px !important;
  }

  .offcanvas-logo a img {
    width: 180px !important;
  }
}

.rs-header-four .rs-header-logo-wrapper {
  width: unset;
  background-color: transparent;
}

@media (max-width: 1300px) {
  .rs-header-four .main-menu li a {
    padding: 36px 11px;
  }
}

.main-menu .submenu li:hover>a {
  letter-spacing: unset;
}

/* Main Header CSS End */

/* Top Header CSS Start */
.rs-header-top.rs-header-top-two .rs-header-contact-item span i {
  color: var(--secondary-color);
}

.rs-header-top.rs-header-top-two .rs-header-contact-item span {
  font-size: 16px;
  font-weight: 400;
}

.rs-header-top .rs-header-info-item a {
  color: var(--dark-color);
}

.rs-theme-social.has-theme-blue a {
  color: var(--primary-color);
}

.rs-theme-social.has-theme-blue a i {
  font-size: 1.8rem;
}

.rs-theme-social.has-transparent a:hover {
  background: transparent;
  color: var(--secondary-color);
}

@media (max-width: 991px) {
  .left-section {
    display: none !important;
  }

  .social-section {
    display: none !important;
  }

  .rs-header-top .ms-auto {
    margin-left: 0 !important;
  }

  .rs-header-top .container-fluid {
    justify-content: center !important;
  }

  .lang-section {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
}

.offcanvas-social ul li a {
  border: unset;
}

.offcanvas-social ul li a:hover {
  background: unset !important;
  color: unset;
  border-color: unset;
}

.rs-footer-bg-thumb-wrapper .rs-theme-social.has-theme-blue a,
footer .rs-theme-social.has-theme-blue a {
  background: var(--rs-white);
  color: var(--secondary-color);
}

@media only screen and (min-width: 768px) {
  .rs-header-four .rs-header-btn {
    display: unset !important;
  }
}

.lang-flag {
  width: 20px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.lang-dropdown {
  min-width: 160px;
}

.lang-btn {
  background: transparent;
  border: 1px solid #ddd;
  padding: 4px 30px;
  font-size: 16px;
}

.lang-btn {
  border-radius: 10px;
  padding: 5px 16px;
}

.rs-header-four .rs-header-menu,
.rs-header-four .rs-header-right {
  background: unset;
}

/* Top Header CSS End */

/* Offcancas sidebar company info start */
.offcanvas-contact-icon svg {
  width: 44px;
}

.offcanvas-content {
  padding-bottom: 5px;
}

.offcanvas-contact-text .address-offcancas {
  font-size: 1.7rem;
}

.offcanvas-area.has-theme-light-blue .offcanvas-close {
  background: var(--secondary-color);
}

@media only screen and (max-width: 1366px) {
  .main-menu .mega-grid-two.mega-menu {
    width: 500px;
  }
}

/* Offcancas Sidebar Company Info End */

/* Curser Color CSS Start*/
#rs-mouse #cursor-ball:after {
  width: 10px;
  height: 10px;
  background: var(--secondary-color);
}

/* Curser Color CSS End */

/* Whats App Icon CSS Start */
.sticky-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 78px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.set-whatsapp {
  height: 3.75rem;
  width: 3.75rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.sticky-whatsapp:hover .set-whatsapp {
  transform: scale(1.08);
}

.backtotop-wrap {
  right: 20px !important;
  bottom: 20px !important;
  z-index: 999;
}

/* Whats App Icon CSS End */

/* Footer CSS Start */
.rs-footer-widget-links ul,
.rs-subscribe-one .rs-subscribe-content {
  grid-template-columns: unset !important;
  gap: 15px;
}

.rs-footer-widget-email {
  margin-bottom: 25px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-contact-item i {
  font-size: 20px;
  color: var(--rs-white);
  min-width: 20px;
}

.footer-contact-item a {
  color: var(--white-color);
  text-decoration: none;
  transition: 0.3s;
}

.footer-contact-item a:hover {
  color: var(--secondary-color);
}

.rs-footer-two .rs-footer-top {
  padding: 50px 0 50px;
}

.backtotop-wrap.has-theme-blue {
  background: var(--secondary-color);
}

.rs-subscribe-one .rs-subscribe-wrapper {
  padding-bottom: 30px;
  padding-top: 30px;
}

.rs-subscribe-one .rs-subscribe-logo img {
  width: 285px;
}

.footer-certificates-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-cert-logo {
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footer-cert-logo:hover {
  transform: scale(1.05);
}

/* Footer CSS End */

/* Breadcrumb Section CSS Start */
.rs-breadcrumb-one {
  padding-top: 140px;
  padding-bottom: 140px;
}

[dir="rtl"] .rs-breadcrumb-bg {
  transform: scaleX(-1);
  background-position: left center;
}

/* Breadcrumb Section CSS End */

/* Home Page css start */
/* Hero video Section Start */
.rs-portfolio-eight .rs-portfolio-content {
  top: 15px;
}

@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-item-wrapper {
    padding-top: 250px;
    padding-bottom: 100px;
  }
}

.rs-banner-item-wrapper {
  position: relative;
}

.rs-video-hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 0.5s ease;
}

.rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.rs-banner-item {
  position: relative;
  z-index: 2;
}

.rs-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 1600px) {
  .rs-banner-four .rs-banner-stroke-text span {
    font-size: 52px;
  }
}

.rs-banner-four .rs-banner-subtitle {
  border-radius: 10px;
}

.rs-banner-four .rs-banner-subtitle::before,
.rs-banner-four .rs-banner-subtitle::after {
  background-color: var(--secondary-color);
}

@media only screen and (min-width: 768px) {
  .rs-banner-four .rs-banner-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 768px) {
  .rs-banner-four .banner-descrip p {
    font-size: 16px !important;
  }

  .rs-banner-four .rs-banner-subtitle {
    font-size: 14px !important;
  }
}

.rs-banner-four .banner-descrip p {
  font-size: 24px;
}

.rs-banner-four .banner-descrip {
  margin: 10px 0 10px;
}

@media only screen and (min-width: 1500px) {
  .rs-banner-four .rs-banner-stroke-text span {
    font-size: 58px;
  }

  .rs-banner-four .rs-banner-stroke-text {
    bottom: 312px;
  }

  .rs-banner-four .rs-banner-item-wrapper {
    padding-top: 148px;
    padding-bottom: 132px;
  }
}

/* Hero video Section End */

/* Home Page Counter Section Strat */
.rs-section-subtitle.has-theme-yellow {
  color: var(--rs-black);
}

.rs-section-subtitle.has-theme-yellow svg path {
  fill: var(--secondary-color);
}

@media only screen and (max-width: 1600px) {

  .index .rs-why-choose-two .rs-counter-number,
  .rs-why-choose-two .prefix {
    font-size: 42px;
  }
}

@media only screen and (max-width: 768px) {

  .index .rs-why-choose-two .rs-counter-number,
  .rs-why-choose-two .prefix {
    font-size: 20px;
  }

  .index .rs-why-choose-two .rs-why-choose-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1366px) {
  .rs-why-choose-two .rs-counter-title {
    font-size: 15px;
  }
}

.index .rs-why-choose-two .rs-counter-title {
  color: var(--rs-black);
}

.index .rs-why-choose-two .rs-counter-number,
.rs-why-choose-two .prefix {
  color: var(--secondary-color) !important;
  -webkit-text-stroke-color: unset;
  stroke: unset;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
}

.rs-why-choose-two .rs-why-choose-content-wrapper {
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.index .rs-why-choose-two .rs-counter-title {
  font-size: 1.6rem;
}

.index .rtl .rs-counter-number,
.rtl .rs-counter-number-wrapper,
.rtl .odometer {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  text-align: right;
}

.rtl .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rtl .prefix {
  direction: ltr;
}

/* Home Page Counter Section End */

/* Home Page About Us Section Strat */
.index .rs-section-subtitle.has-theme-orange {
  color: var(--black-color);
}

.index .rs-theme-orange,
.manufacturing-process .rs-theme-orange,
.infrastructure .rs-theme-orange {
  color: var(--secondary-color);
}

.index .rs-btn.has-theme-orange {
  background: var(--secondary-color);
}

.index .rs-btn.has-bg::before {
  background-color: var(--primary-color);
}

.index .rs-section-title.has-theme-blue {
  color: var(--rs-black);
}

.index .rs-about-three .rs-about-tab-content {
  margin-bottom: 10px;
}

/* capability */
.rs-feature-two .rs-feature-item {
  background: #f2f9ff;
  padding: 50px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border-color: var(--secondary-color);
}

.rs-feature-two .rs-feature-item:hover {
  border-color: var(--primary-color);
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 153, 215, 0.15);
}

.rs-feature-two .rs-feature-item:hover::before {
  opacity: 1;
}

.rs-feature-two .rs-feature-item:hover .rs-feature-title {
  color: var(--secondary-color);
}

/* Home Page About Us Section End */
/* Home Page Industries We Serve Section Start */
@media only screen and (max-width: 1366px) {
  .rs-services-six .rs-services-title {
    font-size: 18px;
  }
}

/* ind - main */
.rs-services-one .rs-services-tab .nav-link.active {
  background: var(--primary-color);
}

.rs-services-one .rs-services-tab .nav-link:hover {
  background: var(--secondary-color);
}

.rs-services-one .rs-services-tab-list ul li::before {
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.index .rs-btn.has-text:hover {
  color: var(--secondary-color);
}

.index .rs-btn.has-text:hover .icon-box svg {
  fill: var(--secondary-color);
}

.index .rs-services-one .rs-services-tab-content-thumb img {
  height: 305px;
}

.rs-services-two .rs-services-text-link a:hover::before {
  background: var(--secondary-color);
}

.rs-services-two .rs-services-text-link a:hover {
  color: var(--secondary-color);
}

.rs-swiper-btn.has-bg-white {
  background: var(--secondary-color);
  color: var(--rs-white);
}

.fade-animate {
  animation: fadeUp 0.8s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rs-services-tab-content-thumb img {
  transition: transform 1.2s ease;
}

.tab-pane.show.active .rs-services-tab-content-thumb img {
  transform: scale(1.05);
}

.index .rs-services-item .rs-services-thumb img {
  height: 400px;
}

/* Home Page Industries We Serve Section End */

/* Home Page Blog CSS Start */
.index .rs-blog-tag.has-theme-red a {
  background: var(--primary-color);
}

.index .rs-blog-two .rs-blog-item:hover .rs-square-btn {
  background: var(--secondary-color);
}

.rs-blog-two .rs-blog-content {
  height: 300px;
}

/* Home Page Blog CSS End */

/* Home Page Product Section Start */
.rs-swiper-btn.has-bg-light:hover {
  background: var(--secondary-color);
}

/* Home Page Product Section End */

/* Home Page Manufacturing Strenght Section Start */
.custom-bg {
  background: url("../images/bg/bg-obi.webp") center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .custom-bg {
    background-image: url("../images/bg/bg-obi-768w.webp");
    background-attachment: scroll;
  }
}

.custom-bg::before,
.why-choose-custom-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--black-color) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.feature-card {
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.feature-card:nth-child(1) {
  border-color: var(--primary-color);
}

.feature-card:nth-child(2) {
  border-color: var(--secondary-color);
}

.feature-card:nth-child(3) {
  border-color: var(--primary-color);
}

.feature-card:nth-child(4) {
  border-color: var(--secondary-color);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.index .manufacturing-icon-box {
  min-width: 45px;
  height: 45px;
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--secondary-color));
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#manufacturing .rs-section-subtitle.has-theme-orange,
#manufacturing .rs-section-title,
#why-chose-us .rs-section-subtitle.has-theme-orange,
#why-chose-us .rs-section-title {
  color: var(--rs-white);
}

#manufacturing .rs-theme-orange,
#why-chose-us .rs-section-subtitle.has-theme-orange {
  color: var(--secondary-color);
}

/* Home Page Manufacturing Strenght Section End */

/* Home Page Why choose us section start */
.rs-blog-two .rs-blog-meta-item::before {
  content: unset;
}

.rs-section-subtitle.has-theme-red {
  color: var(--rs-black);
}

.index .why-choose-custom-bg .container {
  position: relative;
  z-index: 2;
}

.index .rs-about-one .rs-about-description .descrip-1,
.index .rs-about-one .rs-about-description .descrip-2 {
  color: var(--rs-white);
}

.index .rs-about-one .rs-about-description .descrip-1 {
  font-size: 24px;
}

.index .why-choose-custom-bg {
  background: url("../images/bg/bg-why-chose-us.webp") center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .index .why-choose-custom-bg {
    background-image: url("../images/bg/bg-why-chose-us-768w.webp");
    background-attachment: scroll;
  }
}

/* Home Page Why choose us section end */

/* Home Page Social Media Section Start */
.rs-section-subtitle.has-theme-red svg path {
  fill: var(--secondary-color);
}

.rs-services-two .rs-services-item:hover .rs-square-btn {
  background: var(--secondary-color);
}

.rs-services-two .rs-services-item:hover .rs-text-btn {
  color: var(--secondary-color);
}

.rs-swiper-btn.has-bg-white.hover-red:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Home Page Social Media Section End */

/* Home Page Quality Assurance Start */
.index .rs-why-choose-one .rs-why-choose-progress {
  margin: 40px 0;
}

.index .rs-why-choose-one .rs-why-choose-icon {
  background: unset;
}

/* Home Page Quality Assurance End */

/* Home Page Products section css start */
.index .rs-portfolio-eight .rs-portfolio-thumb::before {
  background-image: unset !important;
}

.rs-btn.has-theme-light-green {
  background: var(--secondary-color);
}

.rs-pagination.swiper-pagination.has-theme-green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--secondary-color);
}

.index .rs-portfolio-eight {
  padding-bottom: 60px;
}

.index .product .rs-about-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}

.index .product .rs-about-btn .rs-btn {
  text-align: center;
}

.index .product .rs-portfolio-slider-wrapper {
  padding-bottom: 20px;
}

.index .product .rs-about-btn {
  margin-top: 30px;
}

.index .rs-portfolio-eight .rs-portfolio-item .rs-portfolio-content {
  visibility: visible;
  opacity: 1;
  inset-inline-start: 40px;
}

.index .rs-portfolio-eight .rs-portfolio-item .rs-portfolio-btn {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

/* Home Page Products section css end */

/* Home Page Industries Section Start */
.index .rs-services-tab {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.index ul.rs-industry-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.index .rs-tab-indicator {
  left: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: calc(100% - 15px);
  height: 55px;
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-radius: 2px;
  font-weight: 400;
  padding: 10px 30px 10px 30px;
  color: var(--rs-text-primary);
  border: 1px solid #EFEBEB;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}

.index .rs-nav-item {
  z-index: 1;
  cursor: pointer;
  width: calc(100% - 15px);
  height: 55px;
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  gap: 10px;
  border-radius: 2px;
  font-weight: 400;
  padding: 10px 30px 10px 30px;
  color: var(--rs-text-primary);
  border: 1px solid #EFEBEB;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}

.index .rs-nav-item:hover {
  background: var(--secondary-color);
  color: var(--rs-white);
}

.index .rs-nav-item.active {
  color: var(--rs-white);
  font-weight: 500;
  background: var(--secondary-color);
}

.index .rs-nav-item.active .rs-services-icon {
  opacity: 1;
}

.index .rs-industry-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.index .rs-industry-section.visible {
  opacity: 1;
  transform: translateY(0);
}

[dir="rtl"] .index .rs-tab-indicator {
  right: 0;
}

@media (max-width: 991px) {
  .index .rs-services-tab {
    position: relative;
    top: 0;
  }

  .index .rs-industry-section {
    display: none;
    min-height: auto;
    padding: 40px 0;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .index .rs-industry-section.active-mobile {
    display: flex;
  }
}

/* Home Page Industries Section End */

/* Home Page CTA Section Start */
.cta-section {
  position: relative;
  background: linear-gradient(160deg,
      var(--water-deep) 0%,
      var(--primary-color) 45%,
      var(--secondary-color) 100%);
  overflow: hidden;
  padding: 110px 0 60px;
}

.cta-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.cta-wave-top svg {
  display: block;
  width: 100%;
}

.cta-shine {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 60% at 70% 40%,
      rgba(0, 153, 215, 0.18) 0%,
      transparent 70%);
  pointer-events: none;
}

.ripple-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: ripple-expand 7s ease-out infinite;
}

.ripple-ring-1 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: -4%;
  animation-delay: 0s;
}

.ripple-ring-2 {
  width: 480px;
  height: 480px;
  bottom: 0%;
  left: -10%;
  animation-delay: 1.8s;
}

.ripple-ring-3 {
  width: 640px;
  height: 640px;
  bottom: -8%;
  left: -16%;
  animation-delay: 3.6s;
}

.ripple-ring-4 {
  width: 260px;
  height: 260px;
  top: 5%;
  right: -3%;
  animation-delay: 1s;
}

.ripple-ring-5 {
  width: 420px;
  height: 420px;
  top: -5%;
  right: -9%;
  animation-delay: 2.5s;
}

@keyframes ripple-expand {
  0% {
    transform: scale(0.85);
    opacity: 0.2;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

.deco-drop {
  position: absolute;
  opacity: 0;
  animation: drop-fall linear infinite;
}

.deco-drop-1 {
  left: 4%;
  animation-duration: 4.2s;
  animation-delay: 0s;
  width: 10px;
}

.deco-drop-2 {
  left: 5.5%;
  animation-duration: 5.8s;
  animation-delay: 1.4s;
  width: 7px;
}

.deco-drop-3 {
  left: 7%;
  animation-duration: 6.5s;
  animation-delay: 0.7s;
  width: 5px;
}

.deco-drop-4 {
  left: 18%;
  animation-duration: 5s;
  animation-delay: 2.1s;
  width: 9px;
}

.deco-drop-5 {
  left: 19%;
  animation-duration: 7.2s;
  animation-delay: 0.3s;
  width: 6px;
}

.deco-drop-6 {
  left: 36%;
  animation-duration: 4.8s;
  animation-delay: 3s;
  width: 8px;
}

.deco-drop-7 {
  left: 37%;
  animation-duration: 6s;
  animation-delay: 1.6s;
  width: 5px;
}

.deco-drop-8 {
  right: 20%;
  animation-duration: 5.4s;
  animation-delay: 0.9s;
  width: 10px;
}

.deco-drop-9 {
  right: 21%;
  animation-duration: 3.9s;
  animation-delay: 2.5s;
  width: 6px;
}

.deco-drop-10 {
  right: 6%;
  animation-duration: 6.8s;
  animation-delay: 1.1s;
  width: 8px;
}

.deco-drop-11 {
  right: 7%;
  animation-duration: 4.5s;
  animation-delay: 3.8s;
  width: 5px;
}

@keyframes drop-fall {
  0% {
    top: -5%;
    opacity: 0;
  }

  10% {
    opacity: 0.8;
  }

  85% {
    opacity: 0.6;
  }

  100% {
    top: 108%;
    opacity: 0;
  }
}

.deco-drop svg {
  width: 100%;
  height: auto;
}

.splash {
  position: absolute;
  bottom: 2%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: splash-burst 3.5s ease-out infinite;
}

.splash-1 {
  width: 6px;
  height: 6px;
  left: 5%;
  animation-delay: 3.8s;
}

.splash-2 {
  width: 4px;
  height: 4px;
  left: 19%;
  animation-delay: 5.5s;
}

.splash-3 {
  width: 5px;
  height: 5px;
  left: 37%;
  animation-delay: 7s;
}

.splash-4 {
  width: 6px;
  height: 6px;
  right: 21%;
  animation-delay: 5.9s;
}

.splash-5 {
  width: 4px;
  height: 4px;
  right: 7%;
  animation-delay: 8s;
}

@keyframes splash-burst {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    transform: scale(6);
    opacity: 0;
  }
}

.valve-deco {
  position: absolute;
  opacity: 0.07;
  animation: valve-float-left 10s ease-in-out infinite;
}

.valve-deco-left {
  left: -50px;
  bottom: 8%;
  width: 210px;
}

.valve-deco-right {
  right: -30px;
  top: 12%;
  width: 175px;
  animation-name: valve-float-right;
  animation-delay: 2.5s;
}

@keyframes valve-float-left {

  0%,
  100% {
    transform: translateY(0) rotate(-18deg);
  }

  50% {
    transform: translateY(-14px) rotate(-18deg);
  }
}

@keyframes valve-float-right {

  0%,
  100% {
    transform: translateY(0) rotate(14deg);
  }

  50% {
    transform: translateY(-12px) rotate(14deg);
  }
}

.gold-line {
  display: inline-block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-accent), var(--white-color));
  border-radius: 2px;
  margin-bottom: 1.1rem;
}

.cta-eyebrow {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rs-white);
}

.cta-heading {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.12;
  color: var(--white-color);
  letter-spacing: -0.01em;
}

.cta-heading span {
  color: var(--water-light);
}

.cta-sub {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
  max-width: 442px;
  line-height: 1.7;
}

.cta-stat-label {
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.cta-stat-value {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1;
  margin-top: 24px;
}

.stat-divider {
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.18);
}

.btn-brass {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #4c8cc9 0%, #80d0f0 50%, #4c7fc9 100%);
  background-size: 200% auto;
  color: var(--black-color);
  transition:
    background-position 0.4s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
  box-shadow: 0 6px 28px rgba(201, 168, 76, 0.38);
  text-decoration: none;
  display: inline-block;
}

.btn-brass:hover {
  background-position: right center;
  box-shadow: 0 10px 36px rgba(201, 168, 76, 0.55);
  transform: translateY(-2px);
  color: #1a1a1a;
}

.btn-outline-water {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--rs-white);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-outline-water:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--white-color);
  transform: translateY(-2px);
}

.trust-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 28px 32px;
}

.trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 153, 215, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-icon svg {
  width: 32px;
  height: 32px;
}

.trust-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--rs-white);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.trust-desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.4;
}

/* Home page css end */

/* About Us Page CSS Start */
.rs-banner-seven .rs-banner-subtitle {
  color: var(--rs-black);
}

/* About Us Page CSS End */

/* Gallery Page CSS Start */
.gallery .common-pagination ul li {
  padding-inline-start: 14px;
}

/* Gallery Page CSS End */

/* Manufacturing Process Section Start */
.manufacturing-process .rs-work-step-one .rs-work-step-icon svg {
  fill: var(--primary-color);
}

.manufacturing-process .rs-work-step-one .rs-work-step-item:hover .rs-work-step-icon::before {
  color: var(--primary-color);
}

.manufacturing-process .rs-work-step-one .rs-work-step-item {
  border-color: var(--primary-color);
}

.manufacturing-process .rs-work-step-one .rs-work-step-item {
  height: -webkit-fill-available;
}

.manufacturing-process .rs-counter-one.has-theme-red .rs-counter-number,
.rs-counter-one.has-theme-red .prefix {
  -webkit-text-stroke-color: var(--secondary-color) !important;
  stroke: var(--secondary-color) !important;
}

.rs-section-subtitle.has-theme-orange {
  color: var(--black-color);
}

.rs-video-three .rs-video-btn:hover .rs-video-title {
  color: var(--secondary-color);
}

.rs-video-three .rs-video-btn:hover a i {
  background: var(--secondary-color);
}

.rs-video-three .rs-video-btn i {
  color: var(--secondary-color);
}

.manufacturing-process .rs-portfolio-five .rs-portfolio-title.has-big {
  font-size: 20px;
}

.rs-portfolio-five h5.rs-portfolio-title {
  font-size: 16px;
}

.rs-banner-one .rs-banner-contact-item h6:hover {
  color: var(--secondary-color);
}

.rs-swiper-btn {
  background: var(--secondary-color);
}

.rs-banner-one .rs-banner-navigation .rs-swiper-btn:hover {
  background: var(--primary-color);
}

.rs-video-three .rs-video-btn .rs-video-title {
  font-size: 34px;
}

.rs-work-step-two.has-theme-orange-two .rs-work-step-item:hover .rs-work-step-number {
  background: var(--secondary-color);
}

.rs-pagination.swiper-pagination.has-theme-orange .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.rs-pagination.swiper-pagination.has-theme-orange .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--secondary-color);
}

.rs-about-ten .rs-about-counter-wrapper {
  background: var(--primary-color);
  height: -webkit-fill-available;
}

.rs-about-ten .rs-counter-number,
.rs-about-ten .prefix {
  font-size: 24px;
}

.rs-video-area .rs-video-wrapper iframe {
  height: 550px;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .rs-video-area .rs-video-wrapper iframe {
    height: 550px;
  }
}

@media only screen and (max-width: 1024px) {
  .rs-video-area .rs-video-wrapper iframe {
    height: 524px;
  }
}

@media only screen and (max-width: 768px) {
  .rs-video-area .rs-video-wrapper iframe {
    height: 390px;
  }
}

@media only screen and (max-width: 425px) {
  .rs-video-area .rs-video-wrapper iframe {
    height: 224px;
  }
}

@media only screen and (max-width: 375px) {
  .rs-video-area .rs-video-wrapper iframe {
    height: 195px;
  }
}

@media only screen and (max-width: 320px) {
  .rs-video-area .rs-video-wrapper iframe {
    height: 164px;
  }
}

.rs-portfolio-area .rs-portfolio-slider-wrapper .rs-portfolio-content .rs-portfolio-title {
  font-size: 22px;
}

.rs-banner-one .rs-banner-contact-item p {
  font-size: 16px;
  color: var(--rs-text-primary);
}

.rs-banner-one .rs-banner-contact-item p a {
  color: var(--black-color);
  font-weight: bold;
}

.rs-banner-one .rs-banner-contact-item p a:hover {
  color: var(--secondary-color);
  font-weight: bold;
}

.rs-work-step-one .rs-work-step-icon::before {
  content: "" counter(count);
}

/* Manufacturing Process Section End */

/* Infrastructure Page CSS Start */
.infrastructure .intro-strip .section-label,
.infrastructure .intro-strip .section-title {
  color: var(--rs-white);
}

.infrastructure .section-divider {
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  opacity: 0.15;
  margin: 4rem 0 4rem
}

.infrastructure .intro-strip {
  background: var(--navy-mid);
  padding: 5rem 0;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
}

.infrastructure .intro-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.infrastructure .intro-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.infrastructure .intro-img-wrap:hover img {
  transform: scale(1.04);
}

.infrastructure .intro-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 168, 76, 0.3);
  pointer-events: none;
}

.infrastructure .cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid rgb(249 249 249);
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.infrastructure .dept-section {
  padding: 6rem 0 4rem;
}

.infrastructure .dept-block {
  position: relative;
}

.infrastructure .dept-number {
  font-size: 6rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.08);
  position: absolute;
  top: 1rem;
  left: -1rem;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.infrastructure .dept-icon-wrap {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #08558C;
}

.infrastructure .dept-icon-wrap img {
  object-fit: contain;
}

.infrastructure .dept-name {
  font-size: 2rem;
  font-weight: 900;
  color: var(--rs-black);
  margin-bottom: 0.3rem;
}

.infrastructure .dept-desc {
  font-size: var(--rs-fs-p);
  font-family: var(--rs-ff-p);
  font-weight: var(--rs-fw-normal);
  color: var(--rs-text-primary);
  margin: 30px 0 30px 0;
  line-height: 30px;
}

.infrastructure .dept-slider {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.infrastructure .dept-slider .slides {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}

.infrastructure .dept-slider .slide {
  min-width: 100%;
  position: relative;
}

.infrastructure .dept-slider .slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.infrastructure .dept-slider .slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(13, 27, 42, 0.6) 100%);
}

.infrastructure .slider-nav {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  gap: 0.4rem;
  z-index: 10;
}

.infrastructure .slider-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--secondary-color);
  background: rgba(13, 27, 42, 0.7);
  color: var(--white-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  font-size: 1rem;
  line-height: 1;
}

.infrastructure .slider-btn::after {
  content: none;
}

.infrastructure .slider-btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.infrastructure .slider-dots {
  position: absolute;
  bottom: 1.4rem;
  left: 1.25rem;
  display: flex;
  gap: 0.4rem;
  z-index: 10;
}

.infrastructure .slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgb(255 255 255);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  opacity: 1;
}

.infrastructure .slider-dots .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  transform: scale(1.5);
}

.infrastructure .dept-row.reverse .dept-slider-col {
  order: -1;
}

.infrastructure .mid-banner {
  padding: 4rem 0;
  background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  text-align: center;
}

.infrastructure .mid-banner-title {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--white-color);
}

.infrastructure .mid-banner-title em {
  color: var(--secondary-color);
  font-style: italic;
}

.infrastructure .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.infrastructure .reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991px) {
  .infrastructure .dept-row.reverse .dept-slider-col {
    order: 0;
  }
}

@media (max-width: 576px) {

  .dept-slider .slide img {
    height: 240px;
  }

  .intro-img-wrap img {
    height: 260px;
  }
}

.infrastructure .intro-strip .reveal-delay-2 {
  transition-delay: 0.2s;
}

.infrastructure .cert-badges-wrap {
  margin-bottom: 1rem;
}

.infrastructure .mid-banner-label {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}

.infrastructure .mid-banner-label-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--white-color);
}

.infrastructure .dept-icon-wrap {
  display: inline-flex;
  margin-bottom: 0;
  margin-right: 1rem;
  vertical-align: middle;
}

.infrastructure .dept-name {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem;
}

/* Infrastructure Page CSS End */

/* Blog CSS start */

.rs-blog-tag.has-theme-blue a:hover {
  background: var(--secondary-color);
  color: var(--black-color);
}

.rs-blog-tag.has-theme-blue a {
  background: var(--primary-color);
}

/* Blog CSS end */

/* Product CSS */
@media only screen and (max-width: 1366px) {
  .rs-team-two .rs-team-content {
    margin: -40px 20px !important;
  }
}

/* About us CSS */
.about-us .rs-banner-seven .rs-banner-wrapper {
  padding: 0 !important;
}

.about-us .rs-banner-seven .rs-banner-btn {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  display: flex !important;
  justify-content: center !important;
  position: relative;
  z-index: 3;
}

.about-us .rs-banner-seven .rs-banner-bottom-thumb {
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .about-us .rs-banner-seven .rs-banner-btn {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}

/* Captcha Refresh Button Styling */
.captcha-refresh-btn {
  background-color: #005689 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 6px;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease;
}

.captcha-refresh-btn i,
.captcha-refresh-btn svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  font-size: 18px !important;
}

.captcha-refresh-btn:hover {
  background-color: #0099d7 !important;
  border-color: #0099d7 !important;
  color: #ffffff !important;
}

.captcha-refresh-btn:hover i,
.captcha-refresh-btn:hover svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Section Title Overflow & Reveal Safeguard */
.rs-section-title-wrapper,
.rs-section-title {
  overflow: visible !important;
  word-break: break-word;
}

.rs-split-text-enable {
  will-change: transform, opacity;
}

.rs-portfolio-two .rs-portfolio-title-info {
    padding: 15px 10px 15px 30px;
}

@media (max-width: 767px) {
  .product-details-wrapper {
    margin-top: 25px;
  }
}