* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p {
    font-family: 'NeuzeitSLTStd-Book' !important;
}
/* header a,
header p,
.bsu-mobile-nav a{
    font-family:'Georgia' !important;
}
header a,
header p{
    font-family:'Georgia' !important;
}

@font-face {
    font-family: 'Georgia';
    src: url('/public/fonts/Georgia.woff2') format('woff2'),
    url('/public/fonts/Georgia.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */
@font-face {
    font-family: 'Satoshi';
    src: url('/public/fonts/Satoshi-Regular.woff2') format('woff2'),
    url('/public/fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('/public/fonts/Satoshi-Medium.woff2') format('woff2'),
        url('/public/fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('/public/fonts/Satoshi-Bold.woff2') format('woff2'),
    url('/public/fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Milligram';
    src: url('/public/fonts/Milligram-Bold-trial.woff2') format('woff2'),
        url('/public/fonts/Milligram-Bold-trial.woff') format('woff');
    font-style: normal;
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: 'Milligram-Extrabold';
    src: url('/public/fonts/Milligram-Extrabold-trial.woff2') format('woff2'),
      url('/public/fonts/Milligram-Extrabold-trial.woff') format('woff');
    font-style: normal;
    font-display: swap;
    font-weight: 800;
}
@font-face {
    font-family: 'NeuzeitSLTStd-Book';
    src: url('/public/fonts/NeuzeitSLTStd-Book.woff2') format('woff2'),
      url('/public/fonts/NeuzeitSLTStd-Book.woff') format('woff');
    font-style: normal;
    font-display: swap;
    font-weight: 800;
}
img[title] {
  pointer-events: none;
}
.bsu-market-card .icon i{
    font-size: 37px;
    color: #111;     /* or your theme color */
}

body {
    font-family: 'Satoshi', system-ui, -apple-system,
        'Segoe UI', Roboto, Arial, sans-serif;
    font-weight: 400;
}

.bsu-row {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px;
}

/* MAIN FIXED HEADER */

.bsu-header-fixed {
    padding-top: 6px;
    transition: color 0.3s ease;
}

.pcb-wrap .bsu-h2 {
    max-width: 800px
}

/* PSEUDO ELEMENT FOR BG ANIMATION */
.bsu-header-fixed::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #000;
    z-index: -1;
    transition: height 0.4s ease;
}

/* FIXED STATE */
.bsu-header-fixed.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

/* BG ANIMATION TRIGGER */
.bsu-header-fixed.is-fixed::before {
    height: 100%;
}

/* HEADER CONTENT */
.bsu-header-fixed .bsu-row {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 0px 20px;
}

.bsu-top-bar-left a {
    padding-right: 10px;
}

.bsu-top-bar-center a {
    border-bottom: 2px solid #fff;
}

.bsu-top-bar {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.bsu-top-bar-center {

    display: flex;

    gap: 20px;

    align-items: center;

}

.bsu-logo img {
    width: 133px;
}



.bsu-nav {

    display: flex;

    gap: 30px;

}

.bsu-body a {

    text-decoration: none;

}

.bsu-navbar {

    display: flex;

    justify-content: space-between;

    align-items: center;

    max-width: 1370px !important;

}

.bsu-header-fixed {

    position: fixed;

    top: 50px;

    left: 0;

    width: 100%;

    z-index: 1000;

    background: transparent;

}

.top-bar {
    padding-bottom: 6px;
    padding-top: 6px;
}
.bsu-top-bar-right img{
    width:35px
}
.bsu-top-bar-right a{
    display:flex;
    align-items:center;
    gap: 5px;
}

.bsu-header {

    background-color: #111010;

}

.bsu-section-1 {
    position: relative;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.bsu-section-1 .bsu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;

}

.bus-section-1-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.bsu-heading-h1 {
    font-family: 'Milligram';
    font-weight: 700;
    color: #fff;
    font-size: 48px;
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
    line-height: 1.3em;
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.bsu-section-1 h3 {

    font-size: 24px;

    letter-spacing: 0.3px;

    font-weight: 600 !important;

    color: #fff;

    z-index: 999;

    position: relative;

}

.bsu-section-1 .bsu-button {

    margin-top: 32px;

}

.bsu-paragraph {

    font-size: 20px;

    margin-bottom: 30px;

}

.top-bar a,

.top-bar p {

    color: #fff;

    font-size: 13px;

    font-weight: 600;

}



.bsu-nav a {

    font-size: 16px;

    font-weight: 600;

    color: #fff !important;

    text-transform: uppercase;

}

.bsu-button a {

    background-color: #FFFFFF;

    padding: 10.5px 14px 14px 14px;

    border-radius: 40px;

    position: relative;

    z-index: 2;

    font-size: 16px;

    font-weight: 700;

    color: #000000 !important;

    transition: all 0.25s ease;

    cursor: pointer;

}

.bsu-button a:hover {

    background: #B92123;

    color: #fff !important;

    border-color: #111;

}

.bsu-button a span {

    font-weight: 300 !important;

}



.bsu-top-heading a {

    display: inline-block;

    text-decoration: none;

    color: #000000;

    font-weight: 700;

    background-color: #FFFFFF;

    padding: 7px 14px 9px 14px;

    border: 0.5px solid #343434;

    border-radius: 40px;

    position: relative;

    z-index: 2;

}



/* section market */

.bsu-section-market {

    background-color: #F0F0F0;

    padding: 50px 0px;
    ;

}



.bsu-markets-grid {

    padding: 15px 0px;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}



.bsu-market-card {
    border: 1px solid #C1C9D6;
    border-radius: 16px;
    padding: 44px 28px 28px 28px;
    background-color: #F6F6F5;
    height: 350px;
    position: relative;
    box-shadow:
        0px 4px 10px rgba(0, 0, 0, 0.04),
        0px 8px 24px rgba(0, 0, 0, 0.06);
    transition: all .25s ease;
}

.bsu-market-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0px 6px 16px rgba(0, 0, 0, 0.06),
        0px 12px 32px rgba(0, 0, 0, 0.08);
}

.bsu-h2 {
    font-family: 'Milligram-Extrabold';
    /* font-family: 'NeuzeitSLTStd-Book'; */
    margin: 28px 0px 48px 0px;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 800;
}

.bsu-highlight {
    color: #BD0000;
}



/* why */

.why-bsu-section {
    padding: 65px 0px 0px 0px;
    background: #ffffff;
}

/* Badge */
.section-badge {

    display: inline-block;

    font-size: 12px;

    font-weight: 600;

    border: 1px solid #ddd;

    padding: 4px 12px;

    border-radius: 20px;

    margin-bottom: 16px;

}



/* Right */
.why-bsu-right {
    max-width: 480px;
}



.why-bsu-right p {

    font-size: 15px;

    line-height: 1.7;

    color: #000000;

    margin-bottom: 20px;

    font-weight: 600;

}



/* Button */

.btn-outline {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    padding: 9px 15px 11px 15px;
    border: 0.5px solid #ccc;
    border-radius: 40px;
    text-decoration: none;
    color: #000;
    transition: all 0.25s ease;
}



.btn-outline:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Image */
.why-bsu-image img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    object-fit: cover;
}

/* quotes */
/* Section base */
.start-quote-section {
    background: #ffffff;
    text-align: center;
}

/* Description */
.start-quote-text {
    max-width: 700px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    color: #000000;
}

/* Button */
.start-quote-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 15px 11px 15px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.start-quote-btn:hover {
    background: #c62828;
}

/* pcb info chain */

/* Section base */

.pcb-info-section {
    position: relative;
    height:85vh;
    /* background-image: url('/public/uploads/chain.webp'); */
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    padding-bottom: 60px;
}



/* Dark overlay */

.pcb-info-section::before {

    content: '';

    position: absolute;

    inset: 0;

    background: linear-gradient(to right,

            rgba(0, 0, 0, 0.7),

            rgba(0, 0, 0, 0.35));

    z-index: 1;

}



/* Content */

.pcb-info-content {

    position: relative;

    z-index: 2;

    max-width: 480px;

    margin-left: auto;
    /* push content to right */

    color: #fff;

    padding: 0px 20px;

}



/* Text */

.pcb-info-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
}



/* Button */

.pcb-btn {

    display: inline-block;

    background: #fff;

    color: #111;

    font-size: 16px;

    font-weight: 700;

    padding: 9px 15px 11px 15px;

    border-radius: 40px;

    text-decoration: none;

    transition: all 0.25s ease;

}



.pcb-btn:hover {

    background: #c62828;

    color: #fff;

}

.spotlight-section {
    background: #ffffff;
}

.spotlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 43px;
    padding-bottom: 60px;
}

/* Card */
.spotlight-card {
    max-width: 400px;
}

.spotlight-card h3 {
    font-size: 25px;
    font-weight: 900;
    margin-top: 13px;
    margin-bottom: 13px;
}
/* h3.sub-heading {
    font-size:38px;
    margin-top:50px;
    margin-bottom:40px;
    line-height: 1.3em;
} */

.footer-col-1 .footer-heading {
    text-transform:unset;
     padding-left: 6px;
     font-weight: 600;
}

.spotlight-card p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
}



/* Button */

.spotlight-btn {

    display: inline-block;

    background: #2D3035;

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    padding: 7px 14px 9px 14px;

    border-radius: 20px;

    text-decoration: none;

    transition: all 0.25s ease;

}

.bsu-section-market .bsu-h2 {

    margin-bottom: 38px;

}

.spotlight-btn:hover {

    background: #c62828;

}

/* FOOTER BASE */
.bsu-footer {
    background: linear-gradient(180deg, #0b0b0b, #000);
    color: #e5e5e5;
}

.pcb-wrap .bsu-row {
    max-width: 1362px;
    width: 90%;
    margin: 0 auto;
}

.pcb-wrap .bsu-h2 {
    line-height: 1.1em !important;
}

/* TOP FOOTER GRID */
.bsu-footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 60px;
    padding: 60px 0px 50px 0px;

}

/* LOGO */
.footer-logo {
    max-width: 160px;
    margin-bottom: 16px;
}

/* TAGLINE */
.footer-tagline {
    font-size: 14px;
    color: #b5b5b5;
}

/* HEADINGS */
.footer-heading {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px;
}

.why-bsu-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;

}

/* ADDRESS */

.bsu-address {

    font-size: 15px;

    line-height: 1.7;

    color: #FFFFFF;

    font-weight: 600;

}

/* col-3 */
.footer-col-3 a {
    color:#fff;
    font-weight:600;
}

.footer-col-3 a:hover {
    color:#888585;
}

.footer-col-3 a i{
    padding-right: 5px;
    font-size:16px;
}
.footer-col-3 p{
    line-height: 2em;
}

.footer-nav li {

    margin-bottom: 8px;

}



.footer-nav a {

    font-size: 15px;

    color: #fff;

    font-weight: 600;

    text-decoration: none;

    transition: color 0.25s ease;

}



.footer-nav a:hover {

    color: #ffffff;

}



.footer-bottom-content {

    display: flex;

    justify-content: space-between;

    align-items: center;

    font-size: 15px;

    font-weight: 600;

    color: fff;

}



/* BOTTOM LINKS */

.footer-bottom-links a {

    font-size: 15px;

    font-weight: 600;

    margin-left: 24px;

    color: #fff;

    text-decoration: none;

    transition: color 0.25s ease;

}

.footer-bottom-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #616161;
}

.bsu-top-bar a:hover {
    color: #cac2c2fa;
}

/* scroll section */
.pcb-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* LAYOUT */
.pcb-grid {
    display: flex;
    gap: 80px;
}

/* LEFT */
.pcb-left {
    width: 30%;
}

/* RIGHT – SCROLL CONTAINER */

.pcb-right {
    width: 70%;
    height: 300px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}



.pcb-right::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

/* CONTENT */
.content-block {
    display: none;
}
.content-block.active {
    display: block;
}

.content-block section {
    margin-bottom: 30px;
}

#srv-lead h3 {
    padding-bottom: 0px;
}

/* LEFT LIST */
.left-block {
    display: none;
}

.left-block.active {
    display: block;
}

.left-block li {
    cursor: pointer;
    margin-bottom: 10px;
}

.left-block li.active {
    color: #c62828;
    font-weight: 600;
}

.pcb-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.pcb-top-tabs {
    display: flex;
    gap: 30px;
    align-items: center;
    cursor: pointer;
    padding-top:18px;
    padding-bottom:18px;
    position: sticky;
    top:0;
    background-color: #fff;
    justify-content: space-between;
    z-index: 99;
}

.tab.active {
    color: #B92123;
    border-bottom: 3px solid #B92123 !important;
    cursor: pointer;
}

.pcb-right .pcb-heading {
    border-bottom: 3px solid #d0d0d0;
    cursor: pointer;
}
/* TABLE STYLE */
.pcb-right table{
  width:100%;
  border-collapse:collapse;
}
.pcb-right thead th{
  background:#8C1D18;
  color:#fff;
  padding:10px;
  text-align: start;
}
.pcb-right td ul{
  margin-top:0px !important;
}
.pcb-right td{
  border:1px solid #ccc;
  padding:10px;
}
.pcb-right .tab-content{
  display:none;
}
.pcb-right .tab-content.active{
  display:table;
}

.pcb-left {
    padding: 18px 0px 18px 18px;
    border: 1px solid #ededec;
    border-radius: 4px;
}

.pcb-highlight {

    color: #B92123;

}

.left-block h4 {

    font-size: 24px;

    padding-bottom: 15px;

}

#left-services {

    border-right: 1px solid #00000075;

}

.pcb-wrap ul li,

.pcb-wrap p {

    font-weight: 600;

}

.content-block h3 {

    padding-bottom: 8px;

    font-weight: 600;

}

.pcb-right ul {

    list-style-type: disc;
    /* circle dot */

    padding-left: 20px;
    /* IMPORTANT */

    margin-top: 12px;

}

.pcb-right p {

    padding-top: 15px;

}

.why-bsu-section .bsu-top-heading a {

    padding: 7px 22px 9px 22px;

}

.start-quote-section .bsu-h2 {

    margin: 22px 0px;



}

.start-quote-section {
    padding-top: 40px;
    padding-bottom: 70px;

}

.bsu-market-card .icon {

    padding-bottom: 20px;

}

.bsu-market-card h3 {

    padding-bottom: 20px;

    font-size: 25px;

    font-weight: 900;

    color: #000;

}



.bsu-button-see {

    background-color: #fff;

    border: 0.5px solid #ccc;

    display: inline-block;

    color: #000;

    font-size: 16px;

    font-weight: 700;

    padding: 7px 14px 9px 14px;

    border-radius: 20px;

    text-decoration: none;

    transition: all 0.25s ease;

    position: absolute;

    bottom: 20px;

}

.bsu-button-see:hover {

    background: #111;

    color: #fff;

    border-color: #111;

}

.bsu-market-card p {

    font-size: 15px;

    font-weight: 600;

}

.footer-col-3 {

    margin-top: 20px;

    justify-self: end;

    text-align: left;
    /* keep text left aligned */

}

.footer-col-2 {

    margin-top: 20px;

    justify-self: center;

}

.pcb-top-tabs .pcb-heading {
    cursor: pointer;
}



.bsu-nav a:hover {

    color: #c62828;

}



.bsu-nav a::after {

    content: '';

    position: absolute;

    width: 0;

    height: 2px;

    bottom: 0;

    left: 0;

    background-color: #c62828;

    transition: width 0.3s ease;

}

.nav-link:hover::after {

    width: 100%;

}

nav.bsu-nav a:hover {

    color: #c62828 !important;

}

nav.bsu-nav a {

    position: relative;

}

nav.bsu-nav a::after {

    content: '';

    position: absolute;

    width: 0;

    height: 2px;

    bottom: -1px;

    left: 0;

    background-color: #c62828;

    transition: width 0.3s ease;

}



nav.bsu-nav a:hover::after {

    width: 100%;

}



.pcb-left ul {

    list-style: none;

}



.why-bsu-right {

    margin-top: 52px;

}

.bsu-section-market .bsu-h2 {

    max-width: 460px;

}

.bsu-top-bar.mobile {
    display: none;
}
.tab-content tbody tr:nth-child(even){
  background:#F0F0F0;
}
.spotlight-section .bsu-h2{
    padding-top:20px;
    padding-bottom:15px;
}

@media (max-width: 1360px) {

    .bsu-section-market .bsu-h2 {
        max-width: 370px;
    }

    .bsu-nav a {
        font-size: 14px;
        font-weight: 700;
    }

    .bsu-button a,
    .bsu-button-see,
    .btn-outline,
    .pcb-btn,
    .spotlight-btn,
    .start-quote-btn {
        font-size: 15px;
        font-weight: 700;
    }

    .bsu-heading-h1 {
        font-size: 44px;
        max-width: 820px;
        font-weight: 600;
    }

    .bsu-h2 {
        font-size: 44px;
        margin: 44px 0;
        font-weight: 700;
    }

    .pcb-wrap .bsu-h2 {
        max-width: 850px;
    }

    .pcb-heading {
        font-size: 22px;
    }

    .pcb-wrap {
        padding: 50px 0 35px;
    }

    .bsu-market-card {
        height: 315px;
        padding: 32px 20px 20px 20px;

    }

    .bsu-market-card h3 {
        padding-bottom: 15px;
    }

    .bsu-market-card .icon {
        padding-bottom: 15px;
    }

    .bsu-section-market {
        padding: 50px 0;
    }
    .bsu-heading-h1 {
        font-size: 40px;
    }
    .bsu-section-1 h3 {
    font-size: 18px;
    }
    .pcb-grid{
       gap:60px;
    }
.spotlight-card {
    max-width:322px
}

  .slick-prev.custom-arrow {
      left: -10px !important;
  }
  .slick-next.custom-arrow {
      right: -10px !important;
  }

}
@media (max-width: 1024px) {
    #bsu-mobile-menu .dropdown-menu {
  position: static !important;
}
#bsu-mobile-menu .nav-dropdown .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
}

#bsu-mobile-menu .nav-dropdown.active .dropdown-menu {
  max-height: 1000px; /* large enough */
  opacity: 1;
  transform: translateY(0);
}
#bsu-mobile-menu .arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
#bsu-mobile-menu .nav-dropdown.active .arrow-icon {
  transform: rotate(180deg) !important;
}
.dropdown-menu {
    border-radius: 0px !important;
    padding: 0px 0px !important;
  }
#bsu-mobile-menu .arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Rotate when open */
#bsu-mobile-menu .arrow-icon.rotate {
  transform: rotate(180deg);
}

      .equipment-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
    .capability-wrap {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .acc-title {
    font-size: 17px !important;
  }

  .acc-content {
    font-size: 15px !important;
  }
     .location-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
        .grid-contact h2{
        font-size:40px !important;
    }
    .contact-section-2{
        padding:50px 0px !important;
    }
    .grid-contact{
        gap:25px !important;
    }
    .location-team{
        padding-top:50px !important;
        padding-bottom:50px !important;
    }
    .location-grid{
        padding-top:50px !important;
    }
    .grid-contact {
    grid-template-columns:1fr !important;
}
    .spotlight-section .bsu-h2{
    padding-top:0px;
    padding-bottom: 18px;
}   

    .pcb-grid {
        display: block;
    }
    .pcb-left{
        width: 100%;
    }
    #left-services{
        border: unset;
    }
    .pcb-right{
        width: 100%;
    }

    .bsu-mobile-menu .bsu-nav a {
        width: fit-content !important;
    }

    .bsu-markets-grid {
        padding: 0px;
    }

    .why-bsu-section {
        padding: 65px 0px 25px 0px;
    }

    .pcb-wrap .bsu-h2 {
        max-width: 780px;
    }

    .bsu-header-fixed {
        top: 5px;
    }

    .top-bar {
        display: none;
    }

    .spotlight-card {
        max-width: 100%;
    }

    .bsu-h2 {
        font-size: 40px;
    }

    .bsu-markets-grid,
    .spotlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .why-bsu-top {
        display: block;
    }
    /* h3.sub-heading{
        margin-top: 20px;
        margin-bottom: 20px;
    } */
       .team-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .team-top-heading h2{
    font-size:40px !important;
  }
}

@media (max-width: 768px) {

    .location-grid {
        grid-template-columns: 1fr !important;
    }
    /*    .bsu-top-bar.mobile{*/

    /*    display:block;*/

    /*}*/

    /* .bsu-top-bar.desktop{*/

    /*    display:none;*/

    /*}*/
    .pcb-wrap .bsu-row{
        width: 100%;
    }

    .bsu-market-card {
        height: 280px;
    }

    .bsu-footer-top {
        gap: 30px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
    }

    .bsu-footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .bsu-heading-h1 {
        font-size: 42px;
    }

    .bsu-h2 {
        font-size: 42px;
    }

    .bsu-markets-grid,
    .spotlight-grid {
        grid-template-columns: 1fr;
    }

    .content-block section {
        margin-bottom: 30px;
    }

    .pcb-top-tabs {
        gap: 40px;
    }

    .tab.active {
        border-bottom: 2px solid #B92123;
    }

    .pcb-right {
        width: 100%;
    }

    .pcb-left {
        width: 100%;
    }

    .left-block h4 {
        font-size: 20px;
    }

    #left-services {
        border: unset;
    }

    .left-block {
        padding: 0px 20px;
    }

    .pcb-left {
        margin-bottom: 20px;
    }
         .footer-col-4 {
    display:inline-block !important;
    padding-top:20px;
}
.footer-col-2 {
    justify-self: unset;

}
.footer-col-3 {
    justify-self: unset;
}
.bsu-address {
    font-size: 14px;
    font-weight: 400;
}
.footer-heading{
    font-size: 14px;
    margin-bottom: 14px;
}
    .footer-col-4 nav a {
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        width: fit-content;
}
.footer-col-4 nav{
gap: 10px;
}
.footer-bottom-links {
    display:none;
}
.footer-col-3 a i{
    font-size: 14px;
}
.footer-col-3 a{
    font-size: 14px;
    font-weight: 400;
}
.footer-col-3 p{
    line-height:1.5em;
}

}
.footer-col-4 {
    display:none;
}
.left-block li.pcb-heading {
    width: fit-content;
    padding-bottom: 1px;
    font-size: 18px;
}
@media (max-width: 480px) {
    .bsu-logo h3 {
    padding-left: 21px !important;
    }
      .equipment-grid {
    grid-template-columns: 1fr !important;
  }
.equipment-section-2 {
  padding-top:50px !important;
  padding-bottom:50px !important;
}
  .equipment-card {
    padding: 18px !important;
  }

  .equipment-card h3 {
    font-size: 16px !important;
  }

  .equipment-card p {
    font-size: 13px !important;
  }
    .testimonial-card p {
    font-size: 18px !important;
    }
    .testimonial-card h3 {
    font-size: 14px !important;
    }
    .testimonial-grid .custom-arrow {
    width: 34px !important;
    height: 34px !important;
    }
     .capability-wrap {
    gap: 30px !important;
  }

  .acc-title {
    font-size: 16px !important;
    padding: 14px 0 !important;
  }

  .acc-content {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
    .about-section-1 .bsu-heading-h1 {
    text-align:center !important;
}
    .team-card{
        height:380px !important;
    }
    .cursor-play{    
        padding: 12px 25px 15px 25px !important;
    }
    .team-grid{
        padding-top: 50px !important;
    }
    .grid-contact h2{
        font-size:30px !important;
    }
    span.pcb-heading.tab {
    font-size:13px;
        margin-right: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.pcb-left h3{
  font-size: 18px;
}
.pcb-left h4{
  font-size: 16px;
}
.left-block li.pcb-heading {
    font-size: 14px;
}
.spotlight-card h3{
    font-size: 20px;
}
    /* h3.sub-heading{
        margin-top: 8px;
        font-size: 26px;
    } */
     .footer-col-1{
    grid-column: 1 / -1;
}
     .bsu-mobile-nav a{
        font-size: 14px;
        font-weight: 400;
     }
     .footer-logo {
    max-width: 130px;
     }
     .bsu-logo img {
    width: 130px;
}
       .spotlight-section .bsu-h2{
    margin: 15px 0px;
}   
    .bsu-market-card {
    opacity: 0;
    transform: translateY(28px);
    transition: all 1.3s ease;
}

    .pcb-top-tabs {
        gap: unset;
        justify-content: unset;
    }
    .pcb-right td{
        padding: 8px;
    }
.pcb-heading{
    margin-right: 20px;
    margin-bottom: 20px;
}

/* When visible */
.grid-animate.in-view .bsu-market-card {
    opacity: 1;
    transform: translateY(0);
}

    .pcb-wrap .bsu-h2 {
        line-height: 1.2em !important;
    }

    .bsu-section-1 {
        height: 95vh;
    }

    .bsu-market-card {
        height: 310px;
    }

    .pcb-info-section {
        padding-bottom: 0px;
    }

    .bsu-market-card h3 {
        font-size: 20px;
        font-weight: 700;
    }
    .why-bsu-image img {
        height: 210px;
    }
    .bus-section-1-content {
        text-align: left;
    }
    .content-block h3 {
        padding-bottom: 10px;
    }

    .bsu-heading-h1 {
        font-size: 30px;
        margin-bottom: 15px;
        text-align: left;
        line-height: 1.3em;
    }
    .bsu-h2 {
        font-size: 26px;
        margin: 28px 0;
        line-height: 1.3em;
    }
    .why-bsu-right {
        margin-top: 0px;
    }
    .why-bsu-section {
        padding-bottom: 40px;
    }
    .pcb-info-section {
        min-height: 500px;
        align-items: center;
    }
    .pcb-info-content h3 {
        font-size: 24px;
    }
    .about-content p{
    font-size:16px;
  }
  .team-grid {
    grid-template-columns: 1fr !important;
  }
    .team-top-heading h2{
    font-size:30px !important;
  }
  .team-grid{
    padding-top:50px;
  }
  .about-section-3{
    padding:50px 0px !important;
  }
  .about-content{
    padding:50px 0px;
  }
  .about-content p{
    text-align:unset !important;
}
.about-content .bsu-top-heading{
    text-align:unset !important;
}

.location-info p {
    font-size: 17px !important;
}
.social-icons{
    margin-top: 30px !important;
}
.social-icons i{
    color: #fff !important;
    font-size:30px !important;
}

}



/* DESKTOP DEFAULT */

.bsu-mobile-menu,
.bsu-mobile-overlay {
    display: none;
}
@media (min-width: 1150px) {
.bsu-menu-toggle {
    display: none;
}
}

/* MOBILE ONLY */

@media (max-width: 1150px) {
    .bsu-nav {
        display: none;
    }
        /* TOGGLE BUTTON */

    .bsu-menu-toggle {
        display: flex !important;
        flex-direction: column;
        gap: 6px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1300;
    }
     .bsu-header-fixed .bsu-button {
        display: none;
    }

    .bsu-header {

        z-index: 9999;

        position: sticky;

    }



    /* HIDE DESKTOP NAV */

    .bsu-nav {
        display: none;
    }



    .bsu-menu-toggle span {

        width: 26px;

        height: 2px;

        background: #fff;

        transition: transform 0.3s ease, opacity 0.3s ease;

    }



    /* MOBILE DRAWER */
    .bsu-mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 280px;
        height: 100vh;
        background: #000;
        padding: 100px 24px 24px;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        z-index: 1200;
        display: block;
    }

    .bsu-mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .bsu-mobile-nav a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

    /* CTA */
    .mobile-cta {
        margin-top: 30px;
        padding: 12px 18px;
        background: #fff;
        color: #000 !important;
        border-radius: 999px;
        text-align: center;
        font-weight: 700;
    }

    /* OVERLAY */
    .bsu-mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 1100;
        display: block;
    }

    /* OPEN STATE */
    body.menu-open .bsu-mobile-menu {
        transform: translateX(0);
    }

    body.menu-open .bsu-mobile-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    /* CLOSE ICON (X) */
    body.menu-open .bsu-menu-toggle {
        position: fixed;
        top: 22px;
        right: 24px;
        z-index: 999999 !important;
    }

    body.menu-open .bsu-menu-toggle span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    body.menu-open .bsu-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.menu-open .bsu-menu-toggle span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
}

/* BODY SCROLL LOCK */
body.menu-open {
    overflow: hidden;
}

/* Hero Text */
.bsu-heading-h1,
.bsu-section-1 h3 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.in-view .bsu-heading-h1,
.in-view.bsu-section-1 h3 {
    opacity: 1;
    transform: translateY(0);
}

/* Hero Button */
.bsu-section-1 .bsu-button a {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease 0.2s;
    display: inline-block;
}

.bsu-section-1.in-view .bsu-button a {
    opacity: 1;
    transform: translateY(0);
}

/* Left tab panel */
.pcb-left {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.3s ease;
}

.pcb-grid.in-view .pcb-left {
    opacity: 1;
    transform: translateY(0);
}

/* Right content */
.pcb-right {
    opacity: 0;
    transform: scale(0.98);
    transition: all 0.3s ease;
}

.pcb-grid.in-view .pcb-right {
    opacity: 1;
    transform: scale(1);
}

/* Image */
.why-bsu-image img {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.3s ease;
}

.in-view .why-bsu-image img {
    opacity: 1;
    transform: translateY(0);
}

/* Text */
.why-bsu-right {
    opacity: 0;
    transform: translateY(24px);
    transition: all 0.4s ease 0.2s;
}

.in-view .why-bsu-right {
    opacity: 1;
    transform: translateY(0);
}

.start-quote-section {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.4s ease;
}

.start-quote-section.in-view {
    opacity: 1;
    transform: scale(1);
}

.pcb-info-content {
    opacity: 0;
    transform: translateY(24px);
    transition: all 0.3s ease;
}

.pcb-info-content.in-view {
    opacity: 1;
    transform: translateY(0);
}

.spotlight-card {
    opacity: 0;
    transform: translateY(28px);
    transition: all 0.3s ease;
}

.in-view .spotlight-card {
    opacity: 1;
    transform: translateY(0);

}

@media (max-width: 768px) {
    .bsu-logo h3 {
   font-size:13px !important;
    }
    .pcb-top-tabs {
        width: 600px;
        position:relative;
    }

    .tab-content {
        overflow-x: auto;
        width: 600px !important;
        position:relative;

        /* Hide scrollbar (Firefox) */
        scrollbar-width: none;

        /* Hide scrollbar (Edge / Chrome / Safari) */
        -ms-overflow-style: none;
    }

    .pcb-content::-webkit-scrollbar {
        display: none;
    }
}
.header-padding {
  padding-top:160px;
  }
.quote-form {
background-color:#F0F0F0;
padding-bottom: 130px;
}
.quote-form h1{
  font-size:44px;
  font-weight:700;
  text-align:center;
  margin-bottom:30px
}
 .wrapper-top p{
  font-size:18px;
  font-weight:600;
  text-align:center;
  color: #787878;
  margin-bottom:60px
}
.wrapper-top{
  max-width:640px;
  margin:0 auto;
}
.wrapper-checkbox{
  margin-top:14px;
}
#phone{
  width:100%;
  padding-left:100px !important; /* dial code space fix */
}
/* WHITE CARD */
.quote-row{
  max-width:812px;
  margin:0px auto;
  padding:0px 20px;
}

/* 2 COLUMN LAYOUT */
.form-row{
  display:flex;
  gap:28px;
}

/* INPUT GROUP */
.field{
  flex:1;
  display:flex;
  flex-direction:column;
  margin-bottom:30px;
}

/* LABEL */
label{
  font-size:14px;
  font-weight:600;
  margin-bottom:10px;
  height: fit-content;
  /* margin-top: 10px; */
}

/* ALL INPUTS & SELECTS */
input, select, textarea{
    padding: 16px 10px;
    border-radius: 10px;
    border: 1px solid #D1D9E6;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Satoshi';
    outline: none;
    background: white;
}

/* FOCUS STYLE */
input:focus,
select:focus,
textarea:focus,
.ts-control:focus {
  outline: none;
  border-color: #B92123;
  box-shadow: 0 0 0 1px rgba(185, 33, 35, 0.6);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


/* PHONE FIELD WIDTH FIX */
.iti{
  width:100%;
   position: relative;
}

/* TOM-SELECT CONTROL */
body .ts-control{
    border-radius: 10px;
    padding: 16px 10px;
    font-family: 'Satoshi';
    font-weight: 600;
    color: #757982;
}

/* DROPDOWN PANEL */
.ts-dropdown{
  border-radius:10px;
  border:1px solid #D1D9E6;
}

/* DROPDOWN SEARCH */
.ts-dropdown .dropdown-input{
  padding:12px !important;
  border-radius:unset !important;
}

/* RADIO BUTTON SPACING */
.field label input[type="radio"],
.field label input[type="checkbox"]{
  margin-right:10px;
  width: 1.25rem;
  height: 1.25rem;
}
.wrapper-checkbox {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color:#787878;
}
.field p {
    font-weight:600;
    font-size:14px;
    color:#787878;
}

/* DATE FIELD CURSOR */
#datepicker{
  cursor:pointer;
}

/* RESPONSIVE FIX */
@media(max-width:768px){
  .form-row{
    flex-direction:column;
  }
}

.hs-dateinput{
  position:relative;
}

.hs-dateinput input{
  width:100%;
}

.hs-dateinput::before{
  content: "\f133"; /* fa-calendar */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid icon */
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 20 px;
  color: #6b7280; /* gray color, change if needed */
  pointer-events: none; /* click passes to input */
}

.submit-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 30px;
  border: none;
  background: #ffffff;
  color: #0e0d0d;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  font-family: 'Satoshi';
  transition: all 0.3s ease;
  overflow: hidden;
}

.submit-btn span{
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover effect */
.submit-btn:hover{
  background: #B92123;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
  color:#fff;
}

.submit-btn:hover span{
  transform: translateX(6px);
}
.btn-center{
  text-align: center;
  margin-top: 30px;
}
.col-2 .btn-center{
  text-align:unset;
}
.iti__selected-dial-code{
    font-size: 14px;
    font-family: 'Satoshi';
    font-weight: 600;
    color: #787878;
}
.iti__country-name{
    font-size: 14px;
    font-family: 'Satoshi';
    font-weight: 600;
    color: #787878;
}
.ts-control div{
    font-size: 14px;
    font-weight: 600;
}
.ts-dropdown [data-selectable].option{
    font-size: 14px;
    font-weight: 600;
    color: #787878;
}
.checkbox-group .wrapper-checkbox {
    margin:8px 0px;
}
.success-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border: 2px solid #000; /* black outline */
  border-radius: 10px;
  background: #f6fff9;
  color: #000; /* black text */
  font-size: 16px;
  font-weight: 700; /* bold */
  margin-bottom: 20px;
}

.success-box i {
  color: #000; /* green tick */
  font-size: 20px;
}

/* Red border for invalid fields */
.input-error {
  border: 1.5px solid #B92123 !important;
  background: #fff5f5;
}

/* Error text under field */
.error-text {
  color: #B92123;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
}

/* about page */
.about-section-1 {
    position: relative;
    background-image: url('/public/uploads/about-new.webp');
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.equipment-section {
    background-image: url('/public/uploads/equipment page banner.webp') !important;
}
.locations-sec-1 {
    background-image: url('/public/uploads/locations page banner.webp') !important;
}
.bsu-resources-1 {
    background-image: url('/public/uploads/resource page banner.webp') !important;
    background-position: left !important;
}
.about-section-1 .bsu-overlay,
.contact-section-1 .bsu-overlay{
    position: absolute !important;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1 !important;
}
.about-content {
        max-width: 790px;
        padding:80px 20px;
}
.about-content p{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em;
}
.about-content .bsu-top-heading a {
    padding: 7px 24px 9px 24px;
}
.about-content .bsu-top-heading{
    text-align: center;
    margin-bottom: 26px;
}

.about-section-3 {
    padding:80px 0px;
    background-color:#F0F0F0;
}
.team-top-heading h2{
    font-size:56px;
    font-weight:900;
    font-family: 'Satoshi';
}
.team-top-heading p{
    font-family: 'Satoshi';
    font-weight:400;
    padding-top:15px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top:68px;
}

/* Card */
.team-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background: #000;
  height:518px;
}

/* Image */
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* White name box */
.team-info {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.team-info h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  color: #000;
}

.team-info p {
  font-size: 16px;
  color: #404040;
  margin: 4px 0 0;
  font-weight:600;
}

.team-card img {
  transition: transform 0.4s ease;
}
.team-card:hover img {
  transform: scale(1.05);
}


/* contact page */
.contact-section-1 {
    position: relative;
    background-image: url('/public/uploads/contact-bg.webp');
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact-section-1 .bsu-heading-h1{
    text-align:center;
}
.grid-contact {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT */
.col-1 h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.contact-section-2{
  background-color: #F0F0F0;
  padding:80px 0px;
}
.contact-info i{
  font-size:28px
}
.contact-info div{
  padding-bottom:10px;
}
.contact-info{
  padding-bottom:35px
}

.contact-info a{
  border-bottom:2px solid;
  text-decoration:none;
  color:#000;
  font-weight:600;
}
.contact-info{
  color:#000;
  font-weight:600;
}
.follow-us a{
  border:unset;
}
.follow-us h4{
  font-size:20px;
  padding-bottom:10px;
}
.checkbox-contact .wrapper-checkbox {
    align-items: flex-start;
}
.contact-us {
    border:0.5px solid #343434;
}
.contact-us:hover {
   border:0.75px solid #B92123;
}

.field label input[type="radio"]:focus,
.field label input[type="checkbox"]:focus{
    border: none;
    box-shadow: unset !important;
}
.location-team{
    padding-top:80px;
    padding-bottom:80px;
}
.location-team .team-top-heading{
       max-width: 820px;
}


.location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding-top: 68px;
}

.location-card {
    border: 1px solid #000;
    border-radius: 20px;
    height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.location-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.location-info {
    padding: 25px 16px 0 16px;
    flex: 1;
}

.location-info h3 {
    font-size: 25px;
    padding-bottom: 12px;
}

.location-info p {
    font-size: 18px;
    padding-bottom: 12px;
    color: #333;
}

.location-gm {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 22px;
    left: 16px;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Font Awesome arrow */
.location-gm::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* HOVER EFFECTS */
.location-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

.location-card:hover img {
    transform: scale(1.08);
}

.location-card:hover .location-gm::after {
    transform: translateX(6px);
}
.media-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
    border-radius: 28px;
    overflow: hidden;
    cursor: none;
    min-height: 300px;
}

.video-poster,
#mediaVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mediaVideo {
    display: none;
}

.cursor-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#B92123;
    color: #fff;
    padding: 15px 28px 18px 28px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing:0.5px;
    pointer-events: none;
    transition: transform 0.15s ease-out, opacity 0.3s ease;
    z-index: 3;
    white-space: nowrap;
}

.nav-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    min-width: 220px;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    margin-top: 4px;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.dropdown-menu a:hover {
    background: #f3f3f3;
}

/* Show submenu on hover */
.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Arrow animation */
.arrow-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.nav-dropdown:hover .arrow-icon {
    transform: rotate(180deg);
}
header .dropdown-menu a {
    color:#fff !important;
}

.service-aerospace{
    background-image:url(/public/uploads/aerospace-bg.webp) !important;    
}
.service-medical{
    background-image:url(/public/uploads/medical-bg.webp) !important;    
}

.service-semiconductor {
    background-image:url(/public/uploads/semiconductor-bg.webp) !important;    
}

.service-energy {
    background-image:url(/public/uploads/energy-bg.webp) !important;    
}

.service-startup {
    background-image:url(/public/uploads/startup-bg.webp) !important;    
}

.about-section-1 h1,
.contact-section-1 h1 {
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.testimonial-grid {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.testimonial-card {
    text-align: center;
    padding: 40px 20px;
}

.testimonial-card p {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto 10px;
}

.testimonial-card h3 {
    font-size: 16px;
    opacity: 0.8;
}

/* Arrows */
.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    z-index: 10;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.custom-arrow {
    width: 44px !important;
    height: 44px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border: none;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.custom-arrow i {
    font-size: 16px;
    color: #000;
}

.slick-prev.custom-arrow {
    left: -60px;
}

.slick-next.custom-arrow {
    right: -60px;
}

/* Hover effect */
.custom-arrow:hover {
    background: #BD0000 !important;
}

.custom-arrow:hover i {
    color: #fff;
}
.slick-prev:before,
.slick-next:before {
    display: none !important;
}
.testimonial-section h2{
    text-align:center;
    margin-bottom: 0px;
}
.testimonial-section{
    padding-top: 40px;
    padding-bottom: 50px;
    /* background-color: #F0F0F0; */
}

.capability-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.capability-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  background-color: #000;
}

.acc-item {
  border-bottom: 1px solid #ccc;
}

.acc-title {
  width: 100%;
  color:#000 !important;
  background: none;
  border: none;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Satoshi', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  cursor: pointer;
}

.acc-title i {
    color:#000 !important;
  transition: transform 0.3s ease;
}

.acc-content {
  display: none;
  padding-bottom: 20px;
  line-height: 1.6;
}

.acc-item.active .acc-title i {
  transform: rotate(45deg);
}
.capability-accordion .acc-item:first-child .acc-title {
  padding-top: 0px;
}



.equipment-content .bsu-top-heading{
  text-align:center !important;
}
.equipment-section-2 {
  padding-top:80px;
  padding-bottom:80px;
  background-color: #F0F0F0;
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding-top:50px;
}

/* Card */
.equipment-card {
  align-content: center; 
  background: #ffffff;
  padding: 22px 24px;
  border-left: 3px solid #BD0000;
  box-shadow: 0 6px 22px rgba(0,0,0,0.06);
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.6s ease both;
}

/* Hover */
.equipment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(30,123,255,0.15);
}

.equipment-card:hover::before {
  left: 100%;
}

/* Text */
.equipment-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.equipment-card p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 14px;
  line-height: 1.5;
}

/* Brand pill */
.equipment-card span {
  display: inline-block;
  background: linear-gradient(135deg, #BD0000, #000000);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.equipment-card:hover span {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(30,123,255,0.35);
}

/* Fade-in animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bsu-logo h3 {
    color:#fff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
    }
.footer-logo{
    margin-bottom:0px !important;
}
footer .bsu-logo h3 {
    padding-bottom:15px;
}
.iti__country-container{
    padding-right: 8px !important;
    border-right: 1px solid #D1D9E6 !important;
    z-index: 99999 !important;
}
.youtube-card img {
    height:auto !important;
}

.youtube-card {
   height: 450px;
}