/**************** Common Css start*********************/
html {
    scroll-behavior: smooth;
}

body {
    color: #333;
    background-color: #fff;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Titillium Web";
}

p {
    color: #616161;
    font-family: "Roboto";
    font-size: 0.938rem;
    line-height: 27px;
}

a {
    font-family: "Roboto";
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

/* Color Primary */
.color-primary {
    color: #052b54;
}

/* Border Primary */
.primary-border {
    border-color: #052b54 !important;
}

.primary-bg {
    background-color: #052b54;
}

.btn-theme {
    background-color: #052b54 !important;
    font-family: "Titillium Web";
    font-weight: 500;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.btn-theme:hover {
    background-color: #007bff !important;
}

.page-top-section {
    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #052b54b2;
        z-index: 1;
        pointer-events: none;
    }

    h1 {
        font-size: clamp(2.188rem, 2.604vw + 1.667rem, 3.75rem);
        margin-bottom: 0.8rem;
    }
}

.page-breadcrumb {
    nav {
        display: inline-block;
        background-color: #f7f7f7;
        padding: 10px;
    }
}

.section-breadcrumb {
    background: rgb(236, 234, 234);
    display: inline-block;
    font-family: "Titillium Web";
    font-weight: 600;
    font-style: Italic;
    font-size: 0.938rem;
    line-height: 12px;
    padding: 10px 10px;
    color: rgba(0, 123, 255, 1);
}

.section-heading {
    font-weight: 600;
    font-size: 2.375rem;
    line-height: 48px;
}
.page-breadcrumb {
    padding-top: 3.125rem;
    padding-bottom: 0.325rem;
}
/**************** Common Css End*********************/

/* TOP BAR start*/
.top-bar-custom {
    background: #0a2a53;
    font-size: 0.813rem;
    position: sticky;
    min-height: 48px;
    height: auto;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TOP BAR start end*/

/**************** Header start*********************/
.header-custom {
    position: sticky;
    top: 48px;
    z-index: 9998;
    background-color: rgba(229, 221, 221, 0.8);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 1);
}

.navbar-nav .nav-link {
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 0.938rem;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #052b54;
    padding: 0;
}

.navbar-nav .nav-link.active {
    color: #007bff !important;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #0056b3;
    transition: width 0.3s ease;
}

.navbar-nav .nav-item:hover::after {
    width: 100%;
}

.navbar-nav .nav-item:hover {
    color: #0056b3;
}

.dropdown-menu {
    border-radius: 0 !important;
    padding: 0 !important;
}

.dropdown-item {
    padding: 10px 15px !important;
    font-size: 0.875rem;
}

.quote-btn-custom {
    width: 160px;
    height: 45px;
    font-size: 0.938rem;
    border-radius: 0 !important;
}

.header-custom .navbar-toggler {
    width: 1.25rem;
    position: relative;
    transition: 0.5s ease-in-out;
}

.header-custom .navbar-toggler,
.header-custom .navbar-toggler:focus,
.header-custom .navbar-toggler:active,
.header-custom.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.header-custom .navbar-toggler span {
    margin: 0;
    padding: 0;
}

.header-custom .navbar-toggler .toggler-icon {
    background: linear-gradient(263deg, #243c5c 0%, #243c5c 100%);
}

.header-custom .navbar-toggler .toggler-icon {
    display: block;
    position: absolute;
    height: 0.188rem;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.header-custom .navbar-toggler .toggler-icon.middle-bar {
    margin-top: 0px;
}

.header-custom .navbar-toggler .toggler-icon.top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.header-custom .navbar-toggler .toggler-icon.top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.header-custom .navbar-toggler .toggler-icon.middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.header-custom .navbar-toggler .toggler-icon.bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

.header-custom .navbar-toggler.collapsed .toggler-icon.top-bar {
    margin-top: -0.875rem;
    transform: rotate(0deg);
}

.header-custom .navbar-toggler.collapsed .toggler-icon.middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-custom .navbar-toggler.collapsed .toggler-icon.bottom-bar {
    margin-top: 0.875rem;
    transform: rotate(0deg);
}

.mega-menu-wrapper {
    position: sticky !important;
    top: 28.2%;
    width: 100%;
    background: #fff;
    display: none;
    padding: 20px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 999;
    border-bottom: 1px solid #cac6c6;
}

.mega-menu-content {
    max-width: 1920px;
    margin: auto;
}

.mega-dropdown {
    position: relative;
}

.mega-menu {
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 1920px;
    left: 0 !important;
    top: 77px !important;
    border-radius: 0;
    border: none;
}

.mega-link-btn {
    height: 38px;
    opacity: 1;
    border-radius: 8px;
    background: #f3f3f3;
    box-shadow: 0px 1px 2px 0px #00000040;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.113rem;
    line-height: 23px;
    color: #052b54;
    text-transform: capitalize;
}

.mega-link-btn:hover {
    color: #0d6efd;
}

.mega-link-heading {
    font-weight: 700;
    font-size: 1.074rem;
    line-height: 23px;
    letter-spacing: 0%;
    color: #052b54;
    text-transform: capitalize;
}

.mega-link {
    display: block;
    font-weight: 400;
    font-size: 1.074rem;
    line-height: 28px;
    color: #060606;
    text-transform: capitalize;
}

.mega-link:hover {
    text-decoration: underline;
    color: #003f85;
}

.mega-menu h6 {
    font-size: 1rem;
    color: #0a2a53;
}

.navbar-nav .nav-link.show {
    color: #052b54 !important;
}

.mega-dropdown.active-mega > .dropdown-toggle {
    color: #007bff !important;
}

/**************** Header End*********************/

/****************Home Page Start*********************/
/****Top Banner Start****/
.banner-sec {
    position: relative;
    min-height: 650px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.4s ease-in-out, filter 0.3s;
    padding: 60px 0;
    color: white;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105.77deg,
        rgba(5, 43, 84, 0.8) 4.82%,
        rgba(5, 43, 84, 0.4) 100%
    );
    pointer-events: none;
}

.highlight {
    background: #0a63d7;
    padding: 0px 10px 3px 10px;
    border-radius: 3px;
    transition: 0.3s;
    display: inline-block;
}

/* Cards */
.service-card {
    height: 245px;
    opacity: 1;
    background: #ffffff;
    border: 0.2px solid #ffffff;
    padding: 0px;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    min-height: 160px;
}

.service-card:hover {
    background: #052b54;
    border: 0.1px solid #c7c7c7;
    color: #ffffff !important;
}

.service-card:hover h6 {
    color: #ffffff !important;
}

.service-card:hover .text-muted {
    color: #ffffff !important;
}

.service-card:hover img {
    filter: brightness(0) invert(1);
}

.service-card .img-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.service-card .img-wraper img {
    width: auto;
    height: 68px;
}

.service-card h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #052b54;
}

.banner-text-cont .heading {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 68px;
    color: #ffffff;
}

.banner-text-cont .badge {
    width: auto;
    height: 33px;
    opacity: 1;
    background: #ffffff33 !important;
    color: #ffffff !important;
    font-family: "Titillium Web";
    font-weight: 400;
    font-style: Italic;
    font-size: 0.938rem;
    line-height: 25px;
}

.banner-text p {
    font-weight: 700;
    font-size: 1.063rem;
    line-height: 27px;
    color: #ffffff;
}

.banner-text .btn {
    width: 133px;
    height: 54px;
    opacity: 1;
    border: 2px solid #ffffff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text .btn:hover {
    color: #052b54 !important;
}

.service-card .text-muted {
    color: #052b54 !important;
    font-family: "Titillium Web";
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0;
}

.about-cont .badge {
    width: 99.5px;
    height: 32px;
    opacity: 1;
    background: #f3f3f3;
    color: #007bff;
    font-family: "Titillium Web";
    font-weight: 600;
    font-style: Italic;
    font-size: 0.938rem;
    line-height: 12px;
}

.about-cont h2 {
    color: #282b2d;
}

.about-cont p {
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 27px;
    color: #616161;
}

.about-cont .ten {
    font-family: "Titillium Web";
    font-weight: 700;
    font-size: 6.25rem;
    line-height: 100px;
    color: #052b54;
}

.about-cont .plus {
    font-family: "Titillium Web";
    font-weight: 700;
    font-size: 3rem;
    line-height: 100px;
    color: #052b54;
}

.about-cont .years {
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 30px;
    width: 25%;
    margin: 0 20px;
}

.about-cont .btn {
    width: 145px;
    height: 47px;
    opacity: 1;
    background: #052b54;
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 0.938rem;
    line-height: 15px;
    color: #ffffff;
}

.about-cont .btn:hover {
    background-color: #007bff;
}

/****************Top Banner css End ****************/
/****************About section css Start ****************/
.about-sec .btn-wraper {
    position: absolute;
}

.btn-wraper .pop-btn:nth-child(1) {
    left: 15px;
    top: 180px;
}

.btn-wraper .pop-btn:nth-child(2) {
    left: 200px;
    top: 10px;
}

.btn-wraper .pop-btn:nth-child(3) {
    left: 400px;
    top: -85px;
}

.btn-wraper .pop-btn:nth-child(4) {
    left: 600px;
    top: -110px;
}

.btn-wraper .pop-btn:nth-child(5) {
    left: 650px;
    top: 10px;
}

.btn-wraper .pop-btn:nth-child(6) {
    left: 340px;
    top: -25px;
}

.btn-wraper .pop-btn:nth-child(7) {
    left: 520px;
    top: 70px;
}

.btn-wraper .pop-btn:nth-child(8) {
    left: 300px;
    top: 70px;
}

.btn-wraper .pop-btn:nth-child(9) {
    left: 125px;
    top: -10px;
}

.about-sec .btn-wraper .btn {
    width: 36px;
    height: 36px;
    opacity: 1;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-btn {
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

.pop-btn .plus-icon,
.pop-btn .minus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease, opacity 0.2s ease;
    font-size: 18px;
}

.pop-btn .minus-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.pop-btn:hover .plus-icon {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.pop-btn.active {
    background: #052b54 !important;
}

.pop-btn.active .plus-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.pop-btn.active .minus-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

.about-popover .popover-body {
    max-width: 220px;
    height: auto;
    background: #052b54e5;
    border-radius: 4px;
    border: 0.5px solid #ffffff;
    border-top: 0;
    color: #fff;
    font-family: "Titillium Web";
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.about-popover .popover-body a {
    background: #fff;
    color: #052b54;
    padding: 1px 3px;
    display: inline-block;
    margin-top: 3px;
    border-radius: 0px;
    font-size: 0.75rem;
}

.popover.about-popover .popover-arrow::before,
.popover.about-popover .popover-arrow::after {
    border-color: #052b54e5 !important;
    border-top-color: #052b54e5 !important;
    border-right-color: transparent !important;
    border-bottom-color: #052b54e5 !important;
    border-left-color: transparent !important;
}

.popover.about-popover[data-popper-placement^="bottom"] .popover-arrow::before,
.popover.about-popover[data-popper-placement^="bottom"] .popover-arrow::after {
    border-top-color: transparent !important;
}

/****************About section css End ****************/

.solutions-section {
    position: relative;
    overflow: hidden;
    color: white;
}

.solutions-section .bg-color {
    background: linear-gradient(90deg, #052b54 0%, rgba(5, 43, 84, 0) 50%);
}

.solutions-section .container-fluid {
    position: relative;
    z-index: 5 !important;
}

.bg-wrapper {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.5);
    transition: background-image 0.6s ease-in-out;
    z-index: 1;
}

.solutions-section h2 {
    color: rgba(255, 255, 255, 1);
    width: 40%;
}

.solutions-section p {
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 27px;
    color: rgba(255, 255, 255, 1);
}

.solutions-section h6 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.solutions-section h5 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.solution-card {
    position: relative;
    z-index: 2;
    border-radius: 0px;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid transparent;
    height: 316px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution-card .line {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 25px 0;
    transition: 0.3s;
    position: relative;
}

.solution-card .line2 {
    width: 26%;
    height: 2px;
    background: rgba(5, 43, 84, 1);
    margin: 10px 0;
    position: absolute;
    top: -9.4px;
}

.solution-card.active {
    background-color: rgba(5, 43, 84, 1);
}

.solution-card.active .line2 {
    background: rgba(0, 123, 255, 1);
}

.solution-card.active .line {
    width: 100%;
}

.solution-card:hover {
    cursor: pointer;
}

.portfolio-section {
    background: #f8f9fa;
}

.portfolio-section .heading {
    width: 70%;
}

.portfolio-section .heading h2 {
    color: rgba(40, 43, 45, 1);
}

.portfolio-card {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    margin: 20px 0;
}

.portfolio-card:hover {
    transform: translateY(-5px);
}

.portfolio-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.portfolio-content {
    padding: 15px 18px;
}

.portfolio-content h5 {
    font-weight: 600;
    font-size: 1.595rem;
    line-height: 31.91px;
    color: rgba(5, 43, 84, 1);
    margin-bottom: 0;
}

.portfolio-content p {
    font-weight: 400;
    font-size: 0.997rem;
    line-height: 26.59px;
    color: rgba(97, 97, 97, 1);
    margin-bottom: 0;
}

.portfolio-content .arrow-btn {
    width: 49px;
    height: 49px;
    border-width: 1.06px;
    background: rgba(243, 243, 243, 1);
    border: 1.06px solid rgba(231, 231, 231, 1);
    border-radius: 0;
    float: right;
    transition: all 0.3s ease;
    font-size: 25px;
    color: rgba(5, 43, 84, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-btn:hover {
    background: #0d2d52;
    color: white;
}

.custom-prev-arrow,
.custom-next-arrow {
    cursor: pointer;
    font-size: 2.5rem;
    padding: 10px;
    color: rgba(5, 43, 84, 1);
}

.portfolio-carousel {
    padding-left: 12%;
}

.card-overlay {
    height: 100%;
    width: 22%;
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    bottom: 0;
    z-index: 1;
    right: 0;
}

.progress-wrapper {
    position: relative;
    height: 4px;
}

.progress-line {
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.progress-active {
    height: 4px;
    background-color: rgba(5, 43, 84, 1);
    width: 0%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.3s ease, left 0.3s ease;
    border-radius: 5px;
}

.custom-prev-arrow2,
.custom-next-arrow2 {
    width: 48px;
    height: 48px;
    opacity: 1;
    background: rgba(5, 43, 84, 1);
    cursor: pointer;
    font-size: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-prev-arrow2:hover,
.custom-next-arrow2:hover {
    background: rgba(9, 9, 9, 1);
}

.industries-section .industries-card img {
    border-radius: 27.96px;
}

.industries-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.industries-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.industries-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(7, 33, 62, 0.7);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}

.industries-content {
    color: #fff;
    transform: translateY(20px);
    transition: transform 0.4s ease;
    padding: 24px;
}

.industries-content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.industries-content p {
    font-size: 0.938rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.industries-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 123, 255, 1);
    border: 0.5px solid rgba(255, 255, 255, 1);
    color: #fff;
    display: flex;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    transform: translateX(20px);
    opacity: 0;
    transition: all 1.5s ease;
}

.industries-arrow i {
    -webkit-text-stroke: 1.5px currentColor;
}

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

.industries-card:hover .industries-overlay {
    opacity: 1;
}

.industries-card:hover .industries-content {
    transform: translateY(0);
}

.industries-card:hover .industries-arrow {
    transform: translateX(0);
    opacity: 1;
}

.brands-card {
    height: 93px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px 95px;
    border: 0.25px solid rgb(188, 188, 188);
}

.brand-overlay {
    height: 163px;
    opacity: 1;
    background: linear-gradient(
        90deg,
        rgba(217, 217, 217, 0) 0%,
        #052b54 50.48%,
        rgba(217, 217, 217, 0) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-overlay {
    background: linear-gradient(180deg, #ffffff 50.13%, #052b54 100%);
}

.testimonial-overlay {
    position: relative;
    padding-bottom: 10px;
}

.testimonial-overlay::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(to bottom, transparent, #003d81);
    z-index: -1;
}

.testimonial-section .section-heading {
    color: rgba(2, 59, 125, 1);
    font-weight: 700;
}

.testimonial-card {
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    border-radius: 20px;
    min-height: 270px;
    border: 1px solid rgba(217, 217, 217, 1);
    box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.25);
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px;
}

.testimonial-card p {
    font-size: 0.938rem;
    line-height: 1.6;
    color: #333;
}

.brand-logo {
    width: auto !important;
    margin-top: 0.938rem;
    height: 50px;
}

.owl-item.center .testimonial-card {
    transform: scale(1.05);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.arrow-btn {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: 0.2s;
}

.arrow-btn:hover {
    background: #003d81;
    color: #fff;
}

.custom-prev-arrow4,
.custom-next-arrow4 {
    position: absolute;
    width: 58px;
    height: 58px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(201, 201, 201, 1);
    color: rgba(5, 43, 84, 1);
    cursor: pointer;
    font-size: 2rem;
    padding: 10px;
    z-index: 10;
}

.bold-icon {
    -webkit-text-stroke: 3px currentColor;
}

.custom-prev-arrow4 {
    top: -200px;
    left: 409px;
}

.custom-next-arrow4 {
    top: -200px;
    right: 409px;
}

.testimonial-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-width: 1px;
    opacity: 1;
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.testimonial-carousel .owl-dots .active span {
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.warehouse-section .bg-color {
    background: linear-gradient(
        180deg,
        rgba(5, 43, 84, 0) 0%,
        rgba(5, 43, 84, 0.7) 106.91%
    );
}

.warehouse-section .btn {
    background-color: #fff !important;
    color: rgba(5, 43, 84, 1) !important;
}

.warehouse-section .btn:hover {
    color: #fff !important;
    background-color: #007bff !important;
}

.blog-section .btn {
    font-size: 1.151rem;
    font-weight: 600;
    line-height: 18.41px;
    text-transform: capitalize;
    width: 145px;
    height: 47px;
    opacity: 1;
}

.blog-list-card {
    background: rgba(243, 243, 243, 1);
    border: 1.23px solid rgba(229, 229, 229, 1);
    padding: 20px;
}

.blog-list-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.blog-list-item:last-child {
    border-bottom: none;
}

.blog-list-item img {
    max-width: 99px;
    max-height: 97px;
    object-fit: cover;
}

.blog-list-item small {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 1.074rem;
    line-height: 30.68px;
    color: rgba(97, 97, 97, 1);
}

.blog-list-item h6 {
    font-weight: 600;
    font-size: 1.534rem;
    line-height: 30.68px;
    color: rgba(9, 9, 9, 1);
}

.blog-card {
    position: relative;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card.large {
    overflow: hidden;
    height: 100%;
}

.blog-card.large img {
    transition: transform 0.6s ease;
}

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

.blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}

.blog-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
}

.blog-overlay h5 {
    font-size: 1.534rem;
    font-weight: 600;
    line-height: 36.82px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1.23px solid rgba(255, 255, 255, 0.29);
    padding-bottom: 15px;
}

.blog-overlay .meta {
    display: flex;
    justify-content: space-between;
    font-size: 1.074rem;
    color: rgba(255, 255, 255, 1);
}

.badge-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #0d3b66;
    color: #fff;
    padding: 5px 12px;
    font-size: 13px;
    z-index: 3;
}

/* ======================================= Home Page End======================================= */

/* ======================================= About Us Page ======================================= */
.curvy-bg {
    background-image: url("../images/curvy-bg.png");
}

.feature-card {
    position: relative;
    padding: 32px 28px 36px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    background-color: #f5f5f5a1;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.feature-card__icon {
    position: absolute;
    top: 10px;
    left: 28px;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    background-color: #003a5d;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.feature-card__icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    width: 0;
    height: 0;
    border-right: 26px solid transparent;
    border-bottom: 26px solid #7dbaff;
    z-index: -1;
}

.feature-card__icon img {
    width: auto;
}

.feature-card__title {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 30px;
    color: #282b2d;
}

.vision-mission-wrapper {
    position: relative;
    padding: 5rem 2.5rem;
    background-image: url("../images/vision_mission_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vision-mission-card {
    padding: 3rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.vision-mission-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 26px;
}

.vision-mission-title {
    font-size: clamp(1.625rem, 0.75vw + 1.475rem, 2.375rem);
    font-weight: 600;
    line-height: 48px;
    color: #052b54;
}

.vision-mission-text {
    color: #052b54;
}

.core-value-section {
    background-color: #f5f6f8;
}

.core-value-header {
    margin-inline: auto;
    padding: 0.2rem 1.5rem;
    border-radius: 10px;
    background: linear-gradient(90deg, #003a73, #0a4d86);
    font-size: clamp(1.625rem, 1.375vw + 1.35rem, 3rem);
}

.core-value-list {
    font-size: 0.938rem;
}

.core-value-icon {
    flex: 0 0 auto;
    width: 1.559rem;
    height: 1.355rem;
    background-color: #f3f3f3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #003a5d;
    font-size: 0.8rem;
}

.core-value-text {
    color: #616161;
    font-family: "Roboto";
}

@media (min-width: 992px) {
    .core-value-section {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }
}

.quality-content button[type="button"] {
    background-color: #052b54;
    border: 1px solid currentColor;
    color: #fff;
}

/* List with check icon style */
.list-icon {
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    background-color: #052b54;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.8rem;
}

/* ======================================= Service Page End======================================= */
.top-banner {
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.top-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #052b54 0%, rgba(5, 43, 84, 0) 50%);
}
.top-overlay .bg-color {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.title-theme {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
}

.services-main {
    padding: 60px 0;
}

.breadcrumb-custom {
    color: #6c757d;
    font-size: 14px;
}

.breadcrumb-custom span {
    font-size: 1rem;
    color: #0a2e5c;
    font-weight: 500;
}

.breadcrumb-custom a {
    color: #6c757d;
    font-weight: 500;
    font-size: 1rem;
}

.services-main .services-title {
    color: rgba(40, 43, 45, 1);
}

.services-main .services-desc {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 29px;
}
.services-main .service-img img {
    border-radius: 29px;
}

.services-main .outer-card {
    border-left: 1.11px solid rgba(5, 42, 84, 1);
}
.services-main .card {
    border: 0;
    border-radius: 0px;
    padding: 0 20px;
    height: 100%;
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.services-main .card .service-img img {
    border: 0.5px solid rgb(163, 162, 162);
}
.services-main .card h5 {
    font-size: 1.774rem;
    font-weight: 700;
    color: #0a2e5c;
    margin: 10px 0;
    text-align: start;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-main .card p {
    font-size: 0.993rem;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 20px;
    text-align: start;
    font-weight: 400;
}

.services-main .btn-read {
    background: #0a2e5c;
    color: #fff;
    padding: 8px 22px;
    font-size: 1.037rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    height: 50px;
    opacity: 1;
    border-radius: 24px;
    font-weight: 400;
}

.services-main .btn-read:hover {
    background: #08305f;
    color: #fff;
}
/* ======================================= Service Page End======================================= */

/* ======================================= Product Single Page ======================================= */
.custom-accordion .accordion-item {
    border: 0;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin-bottom: 1rem;
}

.custom-accordion .accordion-button {
    padding: 1.6rem 2.5rem;
    background-color: #ffffff;
    color: #222;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-accordion .accordion-button::after {
    display: none;
}

.custom-accordion .accordion-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #052b54;
    color: #052b54;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 2rem;
}

.custom-accordion .accordion-button.collapsed .accordion-icon::before {
    content: "+";
    transform: translateY(-3px);
}

.custom-accordion .accordion-button:not(.collapsed) .accordion-icon::before {
    content: "−";
    transform: translateY(-3px);
}

.custom-accordion .accordion-body {
    color: #616161;
    padding: 0.75rem 2.5rem 1rem;
}

/*******contact us start ********/
.contact-form-container {
    box-shadow: 0px 0px 12px 0px #202e3c0f;
    .contact-form {
        input:not(input[type="checkbox"]),
        select,
        textarea {
            background-color: #f3f3f3;
            border: 1px solid #77777733;
            border-radius: 0;
            color: #757575;
            padding: 0.625rem 1.313rem;
        }
        label[for="attachment"],
        button[type="submit"] {
            background-color: #052b54 !important;
            border-color: currentColor;
            color: #fff;

            &:hover,
            &:focus {
                background-color: #007bff !important;
            }
        }
        label {
            color: #616161;
        }
        button[type="submit"] {
            padding: 0.625rem 1.313rem;
        }
    }
}
.opening-item {
    column-gap: 2rem;
}

.opening-day {
    flex: 0 0 200px;
    font-size: 0.9rem;
    color: #666;
}

.opening-time {
    flex: 0 0 280px;
    font-size: 0.938rem;
    color: #616161;
}
/*******contact us end ********/

/*******career start ********/
.top-overlay .bg-color2 {
    width: 100%;
    height: 100%;
    background: rgba(5, 43, 84, 0.7);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.creer-banner .text {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 150%;
    color: #fff !important;
}

.career-section {
    background: #fff;
}

.filter-select {
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
}

.search-box {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ced4da;
}

.search-box input {
    border: 0;
}

.btn-search {
    background: #0a2e5c;
    color: #fff;
    padding: 8px 25px;
    border-radius: 0 30px 30px 0;
}

.job-card {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.job-card h5 {
    font-weight: 600;
    color: #0a2e5c;
}

.job-id {
    font-size: 14px;
    color: #555;
}
.custom-select {
    position: relative;
    user-select: none;
}

.select-selected {
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    max-width: 212px;
    height: 45px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(5, 43, 84, 1);
    border: 1px solid #ced4da;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.select-selected::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s ease;
}

.custom-select.active .select-selected::after {
    transform: translateY(-50%) rotate(-135deg);
    border-color: #ffffff;
}

.custom-select.active .select-selected {
    border-color: #0a2e5c;
}

.select-options {
    max-width: 212px;
    position: absolute;
    top: calc(90% + 0px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    display: none;
    z-index: 4;
    color: rgba(97, 97, 97, 1);
    font-size: 1rem;
}

.custom-select.active .select-options {
    display: block;
}

.select-options li {
    padding: 8px 15px;
    font-size: 1rem;
    cursor: pointer;
}

.select-options li:hover {
    background: #f1f3f5;
}

.search-box {
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid rgb(177, 173, 173);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    height: 51px;
    opacity: 1;
    display: flex;
    align-items: center;
    padding-right: 3px;
}

.search-box input {
    border: 0;
    box-shadow: none !important;
}

.btn-search {
    width: 229px;
    height: 44px;
    opacity: 1;
    border-radius: 12px;
    background: #0a2e5c;
    color: #fff;
    padding: 8px 25px;
}

.career-table thead th {
    font-family: "Titillium Web";
    color: rgba(5, 43, 84, 1);
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 22px;
}

.career-table tbody tr {
    border-bottom: 1px solid rgba(75, 73, 73, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.career-table td {
    font-family: "Titillium Web";
    vertical-align: middle;
    padding: 20px 10px;
    font-size: 0.938rem;
    font-weight: 400;
    line-height: 30px;
    color: rgba(97, 97, 97, 1);
}

.career-table h6 {
    font-weight: 600;
    font-size: 1.563rem;
    line-height: 48px;
    color: rgba(5, 43, 84, 1);
}

.job-id {
    font-family: "Titillium Web";
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 22px;
    color: rgba(40, 43, 45, 1);
}
.career-table small {
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 30px;
    color: rgba(97, 97, 97, 1);
    font-family: "Titillium Web";
}

.btn-apply {
    width: 145px;
    height: 41px;
    background: #0a2e5c;
    color: #fff;
    border-radius: 4px;
    padding: 6px 20px;
    border-radius: 0;
}

.btn-share {
    width: 145px;
    height: 41px;
    background: #0d6efd;
    color: #fff;
    border-radius: 4px;
    padding: 6px 20px;
    border-radius: 0;
}

.pagination-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 1;
    font-size: 1rem;
    font-family: "Titillium Web";
    flex-wrap: wrap;
}

.btn-share {
    font-family: "Titillium Web";
    width: 145px;
    height: 41px;
    opacity: 1;
    background: #0d6efd !important;
    color: rgba(255, 255, 255, 1);
    padding: 6px 18px;
    font-size: 1rem;
    border-radius: 0;
}
.btn-share:hover {
    background: #0a2e5c !important;
    color: rgba(255, 255, 255, 1);
}

.pagination-custom select,
.pagination-custom strong,
.pagination-custom span {
    color: rgba(115, 115, 115, 1);
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
}

/*******career end ********/

/******** Sector details start********/
.record-image img {
  object-fit: cover;
  max-height: 380px;
}

.record-counter {
  position: absolute;
  bottom: -20px;
  left: 40%;
  transform: translateX(-50%);
  background: #0a2e5c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
}

.sector-details h5{
    font-weight: 700;
    font-size: 27px;
    color: rgba(27, 27, 31, 1);
}
.sector-details p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 27px;
    color: rgba(97, 97, 97, 1);
}
.record-counter.second {
  left: 55%;
  background: #0d6efd;
}

.record-counter span {
  font-size: 18px;
}

.benefits-list {
  padding-left: 18px;
  list-style: none;
}

.benefits-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size:1rem;
    line-height: 24px;
    color: rgba(97, 97, 97, 1);
}

.benefits-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;              
    width: 8px;              
    height: 8px;            
    background-color: #0a2e5c;
    border-radius: 50%;
}
/****** Sector details end********/

/* ======================================= Sectors we serve ======================================= */
.sectors-we-serve {
    h2 {
        color: #282b2d;
        font-size: 2.375rem;
    }
}
.sectors-we-serve:nth-child(even) {
    background-color: #f3f3f3;
}

/****************footer css start ****************/
.footer-section {
    background: #06315f;
    color: #fff;
    font-size: 14px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.footer-title::before {
    content: "∕∕";
    color: #fff;
    margin-right: 6px;
}

.footer-text {
    font-size: 0.938rem;
    line-height: 25px;
    line-height: 1.6;
    color: #ffffff80;
}

.footer-links {
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 0.938rem;
    line-height: 25px;
    line-height: 1.6;
    color: #ffffff80;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
    display: flex;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff33;
    justify-content: center;
    align-items: center;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

.newsletter-form input {
    background: transparent;
    border: 1px solid #bcd1e8;
    color: #fff;
}

.newsletter-form input::placeholder {
    color: #d6e4f0;
}

.newsletter-form button {
    border-color: #fff;
    color: #fff;
}

.newsletter-form button:hover {
    background: #fff;
    color: #06315f;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
}

.footer-bottom span {
    color: #ffffff80;
    text-decoration: none;
    margin: 0 5px;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 25px;
}

.footer-bottom a {
    color: #ffffff80;
    text-decoration: none;
    margin: 0 5px;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 25px;
}

.footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}

.brand-name {
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 25px;
    color: #ffffff !important;
}

.footer-bottom .color-theme {
    color: #ffffff80;
}

.contact-info {
    left: 41px;
    top: 19px;
}

.contact-info p {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 30px;
    color: #ffffff;
}

.address-info p {
    font-size: 0.938rem;
    line-height: 25px;
    line-height: 1.6;
    color: #ffffff80;
}

.address-info i {
    color: #fff;
}

.address-info strong {
    color: #fff;
}

.newsletter-cont {
    height: 94px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 40px;
    padding-right: 40px;
}

.newsletter-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #052b54;
}

.newsletter-form input {
    padding-left: 0;
    height: 45px;
}

.newsletter-form input::placeholder {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 100%;
    color: #052b54;
}

/**************** footer css end ****************/
