@font-face {
    font-family: 'helveticaregular';
    src: url('font/helvetica-webfont.woff2') format('woff2'),
         url('font/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('font/helvetica-bold-webfont.woff2') format('woff2'),
         url('font/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* General Reset */
div#oeimg {
    margin-bottom: 6px !important;
    margin-top: 10px !important;
}
div#mspace, div#mspace p {
    margin-bottom: 0 !important;
}
.greybgcurve {
    background: #f1f1f2;
    border-top-right-radius: 150px;
    position: relative;
    border-bottom-right-radius: 150px;
    width:50%;
}
.greybgcurve strong {
    color: #000000;
}
h4#headingOne button.accordion-button {
    font-size: 24px !important;
}
body {
    margin: 0;
    font-family: 'helveticaregular';
    background-color: #eb0a1e;
    color: #000000;
}
.accordion-item h2 button.accordion-button {
    font-size: 18px !important;
}
p, li {
    font-size: 18px !important;
    font-weight: 400 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: helveticaregular;
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 296px;
    height: 100%;
    background-color: #eb0a1e;
    color: #fff;
    transition: transform 0.3s ease;
    z-index: 1000;
    padding: 40px 20px;
}
a {
    color: #59595b;
}

/* Logo */
.sidebar .logo {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

/* Navigation links */
.sidebar nav a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
}
.sidebar nav a:hover {
    opacity: 0.8;
}
h2, h3 {
    font-family: 'helveticabold';
}
.blackbg p {
    /* font-family: 'helveticabold'; */
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
p {
    /* font-family: 'helveticabold'; */
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.blackbg .col-auto {
    padding-left: 0;
    padding-right: 0px;
}
/* Divider lines between links */
.sidebar nav a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 15px;
}

/* Search section */
.sidebar .search {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.sidebar .search-icon {
    font-size: 28px;
    margin-right: 10px;
}
.sidebar .search input {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    color: white;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
}
.sidebar .search input::placeholder {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
.sidebar.collapsed {
    transform: translateX(-100%);
}

/* Main content when sidebar is visible */
.main-content {
    transition: margin-left 0.3s ease;
}

/* Main content when sidebar is hidden */
.main-content.expanded {
    margin-left: 0;
}
.sidebar-title {
    margin: 0;
}
h1.sidebar-title a {
    padding-top: 1.75rem;
    padding-bottom: 0.75rem;
    display: block;
}
.bigtext {
    font-size: 25px !important;
}
.sidebar-menu {
    flex-grow: 1;
}
.nav-menu {
    list-style: none;
    padding: 0;
}
.nav-link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size:16px;
}
.sidebar-search {
   /*display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;*/
    margin-left: 0 !important;
}
.sidebar-search i {
    margin-right: 8px;
}

/* Main Content */
.main-content {
    padding: 90px 0 0 0;
    background: #fff;
}

/* Top Header */

.top-header {
    background-color: #f5f5f5;
    padding: 25px 20px;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    min-height: 90px;
    gap: 30px;
}

/* Heading styling */
.top-header h2 {
    font-size: 20px;
    font-weight: bold;
    color: #e60000;
    text-transform: uppercase;
    margin: 0;
}
.top-header h2 {
    font-size: 24px;
    font-weight: bold;
    color: #4A4546;
    text-transform: uppercase;
    margin: 0;
    font-family: helveticabold !important;
}
/* Menu Toggle Button */
.menu-toggle {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #e60000;
}

.menu-toggle:focus {
    outline: none;
}



/* Hero Banner */
.hero-banner img {
    height: auto;
    max-height: 450px;
    object-fit: cover;
}

/* Meet the Team */
.team-card {
    height: 100%;
}

.team-content ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.team-section {
    padding: 40px 20px;
}

.section-header {
    margin-bottom: 40px;
}

.section-header h2 {
    color: #EB0A1E;
    font-size: 28px;
}

.team-card {
    overflow: hidden;
    padding-bottom: 20px;
}

.team-image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: top;
}

.member-name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.member-title {
    font-size: 14px;
    color: #e60000;
    font-weight: bold;
    margin-bottom: 10px;
}

.member-responsibilities {
    list-style: disc;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
}

/* Footer */
.footer {
    background-color: #eb0a1e;
    padding: 40px 20px;
    margin-top: 40px;
}

.footer-content {
    text-align: center;
}

.social-links a {
    color: #fff;
    font-size: 30px;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.footer-links {
    margin-top: 10px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 5px;
    color: #999;
}

.footer p {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar {
        position: relative;
        width: 100%;
        height: auto;
        flex-direction: row;
        align-items: center;
    }

    .main-content {
        margin-left: 0;
    }
}

hr {
    border: 2px solid #ebebeb;
    opacity: 1;
}

.redbgcurve p {
    font-size: 18px !important;
}
.team-image {
    flex: 1;
    background-color: #f1f1f2;
    width: 100%;
}
.portext p {
    font-size: 16px;
    letter-spacing: normal;
}
.suplierportal {
    border: 10px solid #eb0a1e;
}
.accordion-body {
    font-size: 18px;
}
.team-content.p-2 p {
    font-size: 18px;
    font-weight: normal;
}
.team-content {
    flex: 3;
}
.team-content.p-2 li {
    font-size: 18px;
}
span.footer-copyright {
    padding-left: 20px;
}
button#sidebarSearchBtn {
    color: #000;
}
.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}
b, strong {
    font-family: 'helveticaregular';
}

@media (max-width: 768px) {
main.main-content {
    padding-top: 100px;
}
}
.main-content.expanded header.top-header {
    padding-left: 30px;
}

.mobile-header {
    display: none !important;
}

@media (max-width: 768px) {
    .nav-link {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}
ul.nav-menu {
    display: flex !important;
    gap: 0 !important;
    flex-direction: column;
}
button#sidebarSearchBtn {
    color: #fff;
}
    .nav-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
span.footer-copyright {
    padding-left: 0;
    display: block;
}    
.top-header {
    display:none !important;
}
.top-header button.menu-toggle {
    display: none;
}
.top-header h2 {
    margin: 0 auto;
}
.mobile-header {
    display: flex !important;
    background-color: #EB0A1E;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    left: 0;
    right: 0;
    min-height:100px !important;
}
#sidebar.active h1.sidebar-title {
    display: none;
}
.mobile-header .menu-toggle-mobile {
    background: none;
    border: none;
    color: #fff;
    font-size: 45px;
    z-index: 9999;
}
#sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    position: fixed;
    margin-top: 100px;
    height: 100%;
}

    #sidebar.active {
        transform: translateX(0);
    }

    .main-content {
        margin-left: 0;
    }
}
/*
@media (min-width: 1080px) {
.team-image img {
    max-width: 160px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}
}
*/
.redbgcurve {
    background: #ea0a1d;
    border-top-right-radius: 150px;
    position: relative;
    border-bottom-right-radius: 150px;
}
.redbgcurve::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ea0a1d;
    display: block;
    position: absolute;
    left: -90%;
    z-index: -1;
}
@media (min-width: 768px) {
 nav#sidebar {
    display: none;
}   
  .border-end-md {
    border-right: 2px solid #ddd;
  }
}
 .banner-container {
    position: relative;
    display: inline-block;
  }
 .banner-text {
    position: absolute;
    top: 50%;
    left: 40px; /* adjust for padding from left */
    transform: translateY(-50%);
    color: white;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6); /* makes text readable on any background */
  }
  .colsec {
    background: #f1f1f2;
}
.accordion-button {
    color: #ea0a1d !important;
    font-weight: 600;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0;
}
.accordion-item {
    border-left: 0;
    border-right: 0;
}
.accordion-button:not(.collapsed) {
    background: none;
    color: #000;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.colsec img {
    height: 70px;
    object-fit: contain;
    width: 150px;
}
.homelastsec a {
    text-decoration: none;
}
.colsec h3 {
    font-size: 20px;
    font-family: 'helveticabold';
}

.blackbg {
    background-color: #1d2327;
}
.text-muted {
    color: #58595b !important;
}
a {
    text-decoration: none;
}
.accordion-button:not(.collapsed) {
    color: #eb0a1e;
}
.accordion-body a {
    color: #ea0a1d !important;
}
.logo img {
    max-width: 200px;
}
ul.nav-menu {
    display: inline-flex;
    gap: 20px;
}
div#sidebarSearchForm {
    position: absolute;
    right: 0;
    top: 70px;
    min-width: 39%;
}
li.nav-item a:hover {
    color: #eb0a1e;
}
input.form-control {
    border: 1px solid #ddd !important;
}
ul.plusicon li::before {
    content: url(assets/images/Plus_Icon.png);
}
ul.plusicon li {
    list-style: none;
}
ul.plusicon {
    padding-left: 0;
}
ul.plusicon li::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/Plus_Icon.png);
    background-size: 60%;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: left center;
}
ul.plusicon li:hover {
    color: #EA0B1C;
    font-size: 22px !important;
}
button#sidebarSearchBtnMobile {
    color: #fff;
}
@media (max-width: 767px) {
.sidebar-search {
    align-items: flex-start;
    flex-direction: column;
}
div#sidebarSearchFormMobile {
    width: 100%;
}
input.form-control {
    padding: 10px;
    font-size: 20px;
    line-height: 1.3em;
}
button#sidebarSearchBtnMobile {
    color: #fff;
}
}
.navigation {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex: 1;
}
/* Remove default Bootstrap arrow */
.accordion-button::after {
  content: '\f067'; /* Font Awesome Plus icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: none !important;
  transform: none !important;
  transition: transform 0.2s ease-in-out;
}

/* Change icon to Minus when accordion is open */
.accordion-button:not(.collapsed)::after {
  content: '\f068'; /* Font Awesome Minus icon */
  transform: none !important;
}

.team-image {
    padding-top: 35px;
}