html, body {
  -webkit-text-size-adjust: 100%; /* Prevents iOS from resizing text */
}
@font-face {
  font-family: 'AlbertSans-Regular';
  src: url(../font/AlbertSans-Regular.ttf);
}

@font-face {
  font-family:'Albertsans-SemiBold' ;
  src: url(../font/AlbertSans-SemiBold.ttf);
}

@font-face {
  font-family: 'Albertsans-Bold';
  src: url(../font/AlbertSans-Bold.ttf);
}

@font-face {
  font-family: 'AlbertSans-Medium';
  src: url(../font/AlbertSans-Medium.ttf);
}

body{
    font-family: 'AlbertSans-Regular';
    color: #333333;
}
a,
p{
  font-size: 18px;
}

h1{
  font-family: 'Albertsans-Bold';
}
h2{
  font-family: 'Albertsans-Bold';
  color: #B31010;
  font-size: 48px;
}

h3,
h4,
h5,
h6{
  color: #B31010;
  font-family:'Albertsans-SemiBold' ;
}

.text-danger{
  font-size: 24px;
  text-decoration: none;
}

.explor-btn{
  padding: 10px 15px;
  background-color: #B31010;
  color: #fff;
  text-decoration: none;
}

.arrow-diagonal {
  transform: rotate(-45deg); /* or +45deg depending on direction needed */
  display: inline-block;
}

.hero-btn a{
  text-transform: uppercase;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

header#header {
    position: relative;
}

#header .nav-link{
  color: #fff !important;
  
}
.navbar-brand img{
  height: 72px;
  width: 200px;
}
.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 10px;
  color: #333;
}
.navbar-nav .nav-link:hover {
  color: #d81e1e;
}
.partner-btn {
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 15px;
  margin-right: 15px;
  text-decoration: none;
}
.flag-icon {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.application-text p {
    color: #000 !important;
}

/* Shared fade effect */
.menu-wrapper {
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex;
  align-items: center;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.desktop-nav-toggle {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
}
.navbar-collapse {
  justify-content: space-evenly;
}

.mega-menu ul{
  list-style-type: square;
  padding-left: 15px;
}

.dropdown-toggle::after {
    vertical-align: 0.10em;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.navbar-mini {
  width: 100%;
}
.navbar-mini .navbar-left, .navbar-mini .navbar-right {
  flex-direction: unset;
}
.navbar-main.middle-box-menu {
  width: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: block;
}
.navbar-nav {
  flex-direction: unset;
}
a.dropdown-toggle span {
  display: none;
}
.dropdown-menu {
  position: absolute !important;
}
header>.navbar {
  padding-bottom: 0;
  padding-top: 0;
}
.hero-image img {
  width: 100%;
  height: 100%;
}

i.icon, .fullpage-menu .active i, .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover, .navbar-nav.subheader-bootstrap .sub, footer h4, .box-menu-inner .icon-box i, .caption-bottom p, div.adv-img .caption-bottom p, .mi-menu li .fa, .advs-box-top-icon.boxed .icon, .fullpage-arrow.arrow-circle .arrow i, .accordion-list .list-group-item > a i .adv-img h2, .main-color, .adv-img-classic-box h2, .mega-menu .fa-ul .fa-li, .adv-circle.adv-circle-center i, .mi-menu a > .fa, li.panel-item .fa-li, header .social-group a i, .icon-menu .navbar-collapse ul.nav i, .side-menu i, .side-menu i, .side-menu ul a i, .bs-menu li:hover > a, .bs-menu li.active > a, .hamburger-button:hover, .img-box.adv-circle i, .advs-box-side .icon, .advs-box-side-icon i, .tag-row i, .tag-row a i.circle, .social-group i.circle, .social-button i.circle, .niche-box-testimonails h5, .pricing-table .pricing-price, .pricing-table h3, .title-icon i, i, .fullpage-menu.white li.active a i, ul.list-texts li b, .timeline > li > .timeline-label h4, .footer-center .footer-title, .accordion-list .list-group-item > a.active, header .social-group a i.fa, footer p, footer li {
  color: #fafafa !important;
}

.btn-group.social-group i {
  color: #bf1b23 !important;
}

.copy-row {
  background: #313131;
  padding: 10px;
  font-weight: 600;
  text-align: center;
}

.copy-row .copy-text {
  font-size: 14px;
  color: #d0d0d0;
  margin: 0;
}

@media screen and (max-width:767.98px) {
   
    header>.navbar {
      padding-top: 0;
    }
    .navbar-main.middle-box-menu {
      padding-left: 10px;
      padding-right: 10px;
    }
    .navbar-toggle>i {
      color: #fff;
    }
    .navbar-nav {
      flex-direction: column;
    }
    
}

/* Additional Header footer fixes css */
.navbar-left a {
  font-size: 14px !important;
}

.mega-menu a {
  font-size: 13px;
}

.mega-menu ul {
  list-style-type: square;
  padding-left: 0px;
}

footer .fa-ul li a {
  font-size: 14px;
}

.chain-hero-text .sub-title p {
    font-size: 18px;
}

h5.card-title {
    font-size: 21px;
}

.application-text h5 {
    font-size: 21px;
}

/* Mobile styles */
@media (max-width: 991px) {
  .desktop-nav-toggle {
    display: none; /* hide desktop toggle */
  }

  .mobile-nav-toggle {
    display: block;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
    z-index: 1001;
  }

  .menu-wrapper {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #111;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    height: 100vh;
  }

  .menu-wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-7px);
  }

  .right-btns {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
}

/* Hide mobile toggle on desktop */
@media (min-width: 992px) {
  .mobile-nav-toggle {
    display: none;
  }

  /* .menu-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: static !important;
    background: none !important;
    flex-direction: row !important;
    padding: 0 !important;
  } */

  .right-btns {
    flex-direction: row;
    margin-left: 20px;
  }
}


#header .navbar .navbar-nav .nav-item a.nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #b30101;
}
header .navbar .navbar-nav .nav-item a.nav-link {
    position: relative;
}


/* trusted-perimeter Section  */

.trusted-perimeter{
  background-image: url(../imag/perimeter-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.trusted-perimeter button{
  border: 1px solid #E6E6E6;
  border-radius: 0 !important;
  padding: 10px 15px;
  max-width: 240px;
  min-height: 100px;
  color: #000000;
  font-size: 18px;
  background: #fff;
}
.trusted-perimeter ul#myTab {
    border: none;
}
.trusted-perimeter .nav-link.active{
  border: 1px solid #B31010 !important;
  border-radius: 0 !important;
}
.trusted-perimeter .nav-tabs .nav-link{
  border: 1px solid #E6E6E6;
  min-width: 240px;
}
.trusted-perimeter .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  color: #000000;
}
.card-custom {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.card-img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: none;
}

.card-img-overlay {
  position: absolute;
  top: 72%;
  left: 0;
  width: 100%;
  background: #000000B2;
  color: white;
  padding: 20px;
  transition: 0.8s ease;
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-img-overlay:hover .card-title {
  transition: 0.8s ease;
}

.card-custom:hover .card-img-overlay {
  top: 0%;
  transition: 0.8s ease;
}

.card-custom:hover .card-text {
  opacity: 1;
  transform: translateY(0);
}

/* security-strong sectio */

.security-strong-img img{
  border-radius: 5px;
}

/* why-choose-a1 section */

.why-choose-a1{
  background: #000000;
  background: linear-gradient(181deg,rgba(0, 0, 0, 1) 50%, rgba(32, 29, 29, 1) 100%);
  color: #fff;
}
.features-box {
    border: 1px solid #3A3A3A;
    background-color: #191919;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.features-box h5{
  font-size: 22px
}

/* features */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #fff;
  padding-left: 40px;
}

.nav-pills .nav-link.active p {
  color: #B31010;
   font-style: italic;
}

.nav-link p {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

#features .f-main {
  padding: 30px;
  background-color: #F2F2F2;
  border-radius: 20px;
}
#features .tab-content{
  background: #fff;
    padding: 40px;
    border-radius: 20px;
}
.nav-pills .nav-link {
  position: relative;
  color: #b30000;
  font-weight: bold;
  padding: 15px 20px;
  display: flex;
  border-bottom: 1px solid #CDCDCD;
  border-radius: unset;
}
#features .industry-tab-img img{
  border-radius: 5px;
}
#features .feature-benefits p{
  margin: 0;
}

/* Show red line only when tab is active */
.nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  /* line length */
  height: 3px;
  /* line thickness */
  background-color: #b30000;
  margin-left: 10px;
}

.feature-benefits{
  gap: 10px;
  margin-top: 10px;
}
.benefits{
  font-family: 'AlbertSans-Medium';
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}

/* businesses setion  */
.businesses{
  background-image: url(../imag/Customer-Background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.quote-box {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 30px 60px;
  border-radius: 10px;
  min-height: 200px;
  display: flex;
  align-items: center;
  width: 80%;
  margin: auto;
  position: relative;
  border: 1px solid #727272;
  
}
.quote-box p{
  font-size: 28px;
}
.quote-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 46px auto -40px auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vijay-rao h3{
  color: #EF1616;
}

/* client-section  */

/* Hide grid on mobile, hide slider on desktop */
.client-grid { display: none; }
.client-slider { display: block; }

@media (min-width: 768px) {
  .client-grid { display: flex; }
  .client-slider { display: none; }
}
footer {
  background-color: #000000;
  color: #fff;
}
.footer-logo img {
  max-height: 70px;
}
.footer-title {
  font-size: 20px;
  font-family: 'Albertsans-SemiBold';
  margin-bottom: 12px;
}
.footer-links a {
  display: block;
  color: #ddd;
  text-decoration: none;
  margin-bottom: 6px;
  font-size: 16px;
}
.footer-links a:hover {
  color: #fff;
}
.footer-social img {
  max-width: 38px;
  margin-right: 12px;
}
.footer-contact img {
  width: 28px;
  margin-right: 8px;
}
.footer-bottom {
  border-top: 1px solid #333;
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}
.footer-contact-main{
  justify-content: space-between;
}
.footer-mobile{
  display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero-banner {
  height: 100%;
}

#hero .slick-list {
  height: 100%;
}

.hero-main {
  height: 100%;
}

#hero .hero-image {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.hero .container {
  position: relative;
}

.hero-title {
  position: absolute;
  top: 63%;
  bottom: 0;
  left: -28%;
  right: 0;  
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hero-image img{
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* Dark overlay */
  z-index: 1;
}


.hero-title h1 {
  margin: 0;
  font-size: 58px;
}

.hero-image video {
  width: 100%;
  height: 100%;
  display: block;
}



.hero-title p {
  color: #fff;
  font-size: 24px;
}
#hero .slick-dotted.slick-slider{
  margin-bottom: 0;
}

/* Remove default dots + numbers */
#hero .slick-dots li button:before {
  content: '' !important; /* hide default circle/numbers */
}

/* Slick dots as rectangular lines */
#hero .slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}

 #hero .slick-dots li {
  margin: 0 5px;
}

#hero .slick-dots li button {
  width: 24px;          
  height: 4px;          
  padding: 0;
  background: #fff;     /* inactive color */
  border: none;
  border-radius: 2px;   /* rounded ends */
  cursor: pointer;
  font-size: 0;         /* hide numbers if any */
}

#hero .slick-dots li.slick-active button {
  background: #fff;     /* active line */
  opacity: 20%;
}

/* Position */
#scroll-list{
  position: fixed;
  top: 50%;
  left: 10px;                 /* put it on the left; change to right:16px if needed */
  transform: translateY(-50%);
  z-index: 5;
}

/* Layout */
#scroll-list .scroll-list-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

/* Reset Bootstrap active styles inside our widget */
#scroll-list .list-group-item{
  background: transparent !important;
  border: 0 !important;
  color: #B31010;
  padding: 6px 0 6px 28px;
  position: relative;
}
#scroll-list .list-group-item.active{
  background: transparent !important;
  border-color: transparent !important;
  color: #B31010 !important;
}

/* The vertical bar */
#scroll-list .scroll-list-item::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 3px;
  height: 26px;
  background: #ccc;
  border-radius: 8px;
  transition: background .25s, height .25s;
}
#scroll-list .scroll-list-item.active::before{
  background: #ff3f3f;
  height: 32px;
}

/* Labels: hidden by default */
#scroll-list .scroll-list-item span{
  opacity: 0;
  visibility: hidden;
  transform: translateX(6px);
  font-size: 14px;
  transition: opacity .25s, visibility .25s, transform .25s;
}

/* Show only active label */
#scroll-list .scroll-list-item.active span{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* On hover → still show only active label (not all) */
#scroll-list:hover .scroll-list-item.active span{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


/* Smooth scroll for anchor clicks (optional) */
html{ scroll-behavior: smooth; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
        position: absolute;
        color: #fff;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
        right: 0;
        top: 50px;
    }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  /* .mobile-nav-active .navmenu>ul {
    display: block;
  } */
}
.perimeter-box img
 {
    width: 320px !important;
    height: 320px;
}

#trusted-perimeter .slick-track {
    width: 6480px !important;
}

#trusted-perimeter .slick-slide {
    width: 320px !important;
}


/* Mega menu styling */
/* .mega-menu {
    min-width: 1500px;
    left: -430%;
    right: 0%;
    top: 174%;
    border-radius: 8px;
} */

.mega-menu a.text-danger {
    font-size: 24px;
    margin-bottom: 30px;;
}

.mega-menu .dropdown-item {
  font-size: 16px;
  white-space: normal; /* allow wrapping */
  padding: 2px 0;
}

/* Style active Products link when dropdown is open */
.nav-item.dropdown .nav-link.show {
  color: #d9232d; /* your highlight color */
  font-weight: 600;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: unset;
}
.dropdown-menu[data-bs-popper]{
  min-width: 100%;
  left: 0;
  right: 0;
  top: 90px;
  border-radius: 0;
  padding: 20px 120px !important;
  height: auto;
  display: flex !important;
  align-items: self-start;
}

.mega-menu li {
    margin-bottom: 10px;
}
/* Category heading link */
#productsMenu .fw-bold {
  font-size: 15px;
  color: #d9232d;
  cursor: pointer;
  text-decoration: none;
  text-align: justify;
}

/* Submenu items */
#productsMenu ul ul li {
  font-size: 14px;
  margin: 4px 0;
  padding-left: 10px;
  color: #fff;
  text-align: justify;
}
.list-unstyled li a{
  color: #fff;
  text-decoration: none;
}

/* Chain Link Fencing page css  */

.chain-hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 8%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chain-hero-text h1{
  text-transform: uppercase;
}

.chain-hero-text .sub-title p{
  color: #fff;
  margin-bottom: 20px;
}

.chain-flexibility-content p{
  border-left: 2px solid #B31010;
  padding-left: 20px;
}

#chain-flexibility .card-custom {
  position: relative;
  height: 300px;
  overflow: hidden;
  border: none;
  border-radius: 10px;
}

#chain-flexibility .card-img {
  height: 100%;
  object-fit: cover;
}

#chain-flexibility .card-img-overlay {
  position: absolute;
  top: 79%;
  left: 0;
  width: 100%;
 background: #FFF;
 background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  color: white;
  padding: 20px;
  transition: 0.8s ease;
  border-radius: unset;
  display: unset;
}

#chain-flexibility .card-title {
  margin-bottom: 10px;
  opacity: 1;
}

#chain-flexibility .card-text {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.8s ease;
}

#chain-flexibility .card-img-overlay:hover .card-title {
  margin-top: 20px;
}

#chain-flexibility .card-custom:hover .card-img-overlay {
  top: 0%;
  transition: 0.8s ease;
  background: #000000B2;
}

#chain-flexibility .card-custom:hover .card-text {
  opacity: 1;
  transform: translateY(0);
}

.welded-slider-main .slick-dots li.slick-active button:before {
    font-size: 12px;
    color: #B31010;
}

.welded-slider-main .slick-dots li button:before {
    font-size: 8px;
    color: #B31010;
}

#industrial-table{
  background-image: url('../imag/Table.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.table-custom {
  margin: 40px auto;
}
.table-custom thead th, .table-custom tbody td {
  border: 2px solid #000;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.table-custom thead th {
  background: #888888;
}
.table-group-header td {
  background: #2c2c2c;
  text-align: left;
  border-top: 2px solid #000;
}
.table-custom tbody td {
  background: #343333;
}

.custom-table {
  background: #242424;
  color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.custom-table th, .custom-table td {
  border: 2px solid #000;
  vertical-align: middle;
  text-align: center;
}
.custom-table th {
  background: #888888;
  padding: 14px 8px;
  border-bottom-width: 2px;
}
.custom-table td {
  background: #343333;
}
.coating-cell {
  padding: 0;
}
.coating-table {
  width: 100%;
  border-collapse: collapse;
}
.coating-table td {
  border: none;
  padding: 20px 10px;
  text-align: center;
}
.coating-table tr:not(:last-child) td {
  border-bottom: 2px solid #000;
}
.table > thead > tr > th{
    border-bottom: 2px solid #000;
}

#applications-slider{
  background-image: url("../imag/Section 3 BG.jpg");
  background-size: 100% 100%;
  background-position: unset;
  background-repeat: no-repeat;
}

.applications-box {
  position: relative;
  margin: 40px 10px; /* spacing around each box */
}

.applications-img {
  position: absolute;
  top: -40px; /* moves image out of the border box */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.applications-img img {
  background: #fff; /* optional: makes image stand out */
  max-width: 78px;
  max-height: 78px;
}

.application-text {
  position: relative;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  padding: 60px 10px 10px 10px; /* extra top padding for image space */
  z-index: 1;
  margin: 10px;
  min-height: 255px;
  background-color: #ffff;
}
.application-text h5{
  color: #000;
}

.applications-main {
  position: relative;
}

.applications-main .left-arrow,
.applications-main .right-arrow {
  position: absolute;
  bottom: -20px;        /* push arrows below slider */
  top: auto;            /* remove default top alignment */
  transform: none;
}

.applications-main .left-arrow {
  left: 50%;
  transform: translateX(-120%); /* shift left arrow to left of center */
}

.applications-main .right-arrow {
  right: 50%;
  transform: translateX(120%);  /* shift right arrow to right of center */
}

.applications-main .left-arrow img,
.applications-main .right-arrow img {
  width: 40px;   /* control arrow size */
  height: auto;
  cursor: pointer;
}

#honeycomb-applications .container{
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 60px;
}

.honeycomb-box-main{
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.honeycomb-box-main img{
  max-width: 68px;
  max-height: 68px;
}

.honeycomb-box-main p{
  font-size: 24px;
  color: #000000;
  margin: 0;
  font-weight: 700;
}
