:root {
    --bs-secondary: #008B8B;
}

.bg-secondary {
    background-color: #008B8B !important;
}

.text-secondary {
    color: #008B8B !important;
}

.border-secondary {
    border-color: #008B8B !important;
}

.btn-secondary {
    color: var(--bs-white);
    background-color: #008B8B;
    border-color: #008B8B;
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--bs-white);
    background-color: #006f6f;
    border-color: #006f6f;
}

.bg-secondary,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary p,
.bg-secondary a,
.bg-secondary i,
.bg-secondary .text-primary,
.bg-secondary .text-secondary,
.bg-secondary .text-light,
.bg-secondary .text-white,
.btn-secondary,
.btn-secondary i {
    color: #ffffff !important;
}

/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/

/*** Site Icon Colors Start ***/
.services-content-icon > i,
.quality-mini-card i,
.product-category-content > i,
.contact-detail h4 i {
    color: var(--bs-primary) !important;
}

.why-choose-icon i,
.industry-icon i,
.principle-icon i,
.global-presence-icon i,
.quality-mark i,
.quality-objective-icon i,
.manufacturing-mark i,
.capability-icon i,
.facility-mark i,
.facility-highlight-icon i,
.career-mark i,
.career-benefit-icon i {
    color: inherit;
}

.btn i,
.header-rfq-btn i,
.part-zoom i,
.workflow-card > span i,
.footer i {
    color: inherit !important;
}

.contact-detail .btn-square {
    color: #ffffff !important;
    background-color: var(--bs-secondary) !important;
}

.contact-detail .btn-square i {
    color: #ffffff !important;
    opacity: 1;
}

.services-content-icon > i,
.why-choose-icon i,
.industry-icon i,
.principle-icon i,
.quality-objective-icon i,
.capability-icon i,
.facility-highlight-icon i,
.career-benefit-icon i {
    transition: color .35s ease;
}
/*** Site Icon Colors End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar {
    gap: 18px;
    align-items: center;
}

.topbar .top-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
    padding: 8px 0;
}

.navbar-brand .site-logo {
    display: block;
    width: auto;
    height: 64px;
    object-fit: contain;
}

.navbar-dark .navbar-toggler {
    color: #0099cc;
    border-color: #0099cc;
    background-color: rgba(0, 153, 204, .08);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230099cc' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler:hover {
    background-color: rgba(0, 153, 204, .16);
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 153, 204, .25);
}

.header-rfq-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    color: var(--bs-white);
    background: linear-gradient(135deg, #0099cc, var(--bs-secondary));
    border-radius: 24px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 153, 204, .22);
}

.header-rfq-btn:hover {
    color: var(--bs-white);
    transform: translateY(-2px);
}

.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: #141414;
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
    
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #0099cc24;
    border-radius: 0 50px 50px 0;
    opacity: 1;
    z-index: 5;
}

.carousel-control-prev:hover {
    background: #0099cc24;
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #0099cc24;
    border-radius: 50px 0 0 50px;
    opacity: 1;
    z-index: 5;
}

.carousel-control-next:hover {
    background: #0099cc24;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #9fdcf0f5;
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: #9fdcf0f5;
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
      background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/background.jpg)  no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/

/*** Custom Class Start ***/
.carousel-content-white{
color: #ffffff !important;
}



/***  Custom Class End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/

/*** Why Choose Start ***/

.why-choose {
    background: linear-gradient(135deg, rgba(0, 153, 204, .95), rgba(20, 20, 20, .94)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.why-choose-intro {
    height: 100%;
    padding: 42px 34px;
    position: relative;
    border-left: 5px solid var(--bs-secondary);
}

.why-choose-intro::after {
    content: "";
    width: 96px;
    height: 96px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-right: 2px solid rgba(255, 255, 255, .2);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.why-choose-item {
    min-height: 112px;
    height: 100%;
    padding: 24px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, .96);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
    transition: .5s;
}

.why-choose-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 28px;
    transition: .5s;
}

.why-choose-item h5 {
    margin-bottom: 0;
    color: var(--bs-dark);
    line-height: 1.45;
}

.why-choose-item:hover {
    transform: translateY(-6px);
    background: var(--bs-white);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.why-choose-item:hover .why-choose-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 575.98px) {
    .why-choose-intro {
        padding: 34px 24px;
    }

    .why-choose-item {
        align-items: flex-start;
        padding: 22px;
    }
}

/*** Why Choose End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/

/*** Product Portfolio Start ***/
.parts-page-header {
    background: linear-gradient(rgba(0, 39, 65, .76), rgba(0, 153, 204, .48)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.product-showcase,
.parts-gallery {
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
}

.product-showcase .text-center > p,
.parts-intro p {
    color: #5f6b75;
    font-size: 17px;
    line-height: 1.8;
}

.product-category-card {
    height: 100%;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 39, 65, .11);
    transition: .4s;
}

.product-category-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 55px rgba(0, 39, 65, .16);
}

.product-category-image {
    height: 320px;
    overflow: hidden;
    background: #eef5f8;
}

.product-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.product-category-card:hover .product-category-image img {
    transform: scale(1.04);
}

.product-category-content {
    padding: 34px;
}

.product-category-count {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 14px;
    color: var(--bs-primary);
    background: rgba(0, 153, 204, .1);
    border-radius: 6px;
    font-weight: 700;
}

.product-category-content p {
    color: #5f6b75;
    line-height: 1.75;
}

.product-category-content .btn {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.product-cta {
    background: linear-gradient(135deg, #0099cc, var(--bs-secondary));
}

.parts-intro {
    max-width: 760px;
}

.part-card {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .16);
    border-radius: 9px;
    box-shadow: 0 12px 32px rgba(0, 39, 65, .09);
    transition: .4s;
}

.part-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 153, 204, .5);
    box-shadow: 0 20px 42px rgba(0, 39, 65, .15);
}

.part-image-button {
    width: 100%;
    height: 280px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #edf3f6;
    border: 0;
}

.part-image-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.part-card:hover .part-image-button img {
    transform: scale(1.055);
}

.part-zoom {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background: rgba(0, 153, 204, .92);
    border-radius: 50%;
}

.part-card figcaption {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 22px;
    color: var(--bs-dark);
    font-family: "Saira", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.part-card figcaption span {
    color: var(--bs-primary);
}

.part-modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.part-modal-content .modal-body {
    padding: 0;
    background: #edf3f6;
    text-align: center;
}

.part-modal-content .modal-body img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .product-category-image { height: 260px; }
    .product-category-content { padding: 28px 24px; }
    .part-image-button { height: 250px; }
}

/*** Product Portfolio End ***/

/*** Industries Start ***/

.industries {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.industry-item {
    height: 100%;
    min-height: 300px;
    padding: 42px 24px 36px;
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .08);
    text-align: center;
    transition: .5s;
}

.industry-item::before {
    content: "";
    width: 84px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    background: var(--bs-primary);
    border-radius: 0 0 4px 4px;
    transform: translateX(-50%);
    transition: .5s;
}

.industry-icon {
    width: 104px;
    height: 104px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 50px;
    box-shadow: inset 0 0 0 1px rgba(0, 153, 204, .18);
    transition: .5s;
}

.industry-item h4 {
    margin-bottom: 16px;
    color: var(--bs-dark);
    font-size: 24px;
}

.industry-item p {
    margin-bottom: 0;
    color: #5f6b75;
    line-height: 1.7;
}

.industry-item:hover {
    transform: translateY(-8px);
    border-color: var(--bs-primary);
    box-shadow: 0 22px 45px rgba(0, 0, 0, .14);
}

.industry-item:hover::before {
    width: 120px;
    background: var(--bs-secondary);
}

.industry-item:hover .industry-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: 0 14px 28px rgba(0, 153, 204, .24);
    transform: translateY(-4px);
}

@media (max-width: 575.98px) {
    .industry-item {
        min-height: auto;
        padding: 34px 22px 30px;
    }

    .industry-icon {
        width: 92px;
        height: 92px;
        font-size: 44px;
    }
}

/*** Industries End ***/

/*** Principles Start ***/

.principles {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.principle-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}

.principle-card {
    min-height: 310px;
    padding: 42px 36px;
    transition: .5s;
}

.principle-card::before {
    content: "";
    width: 120px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 36px;
    background: var(--bs-primary);
    border-radius: 0 0 5px 5px;
}

.principle-card-dark {
    background: linear-gradient(135deg, rgba(0, 153, 204, .96), rgba(20, 20, 20, .95));
}

.principle-icon {
    width: 86px;
    height: 86px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 40px;
    transition: .5s;
}

.principle-card-dark .principle-icon {
    background: rgba(255, 255, 255, .15);
    color: var(--bs-white);
}

.principle-card h3 {
    margin-bottom: 18px;
    color: var(--bs-dark);
}

.principle-card p {
    margin-bottom: 0;
    color: #5f6b75;
    font-size: 17px;
    line-height: 1.8;
}

.principle-card-dark h3,
.principle-card-dark p {
    color: var(--bs-white);
}

.principle-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .14);
}

.principle-card:hover .principle-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.values-card {
    min-height: auto;
}

@media (max-width: 575.98px) {
    .principle-card {
        padding: 30px 22px;
    }
}

/*** Principles End ***/

/*** Global Presence Start ***/

.global-presence {
    background: linear-gradient(135deg, rgba(0, 153, 204, .95), rgba(20, 20, 20, .94)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.global-presence-card,
.global-presence-content {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.global-presence-card {
    padding: 44px 36px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
}

.global-presence-card::before {
    content: "";
    width: 110px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 36px;
    background: var(--bs-primary);
    border-radius: 0 0 5px 5px;
}

.global-presence-icon {
    width: 88px;
    height: 88px;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 42px;
}

.global-presence-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--bs-primary);
    font-weight: 700;
}

.global-presence-card h2 {
    margin-bottom: 0;
    color: var(--bs-dark);
}

.global-presence-content {
    padding: 44px 40px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.global-presence-content p {
    color: var(--bs-white);
    font-size: 18px;
    line-height: 1.85;
}

@media (max-width: 575.98px) {
    .global-presence-card,
    .global-presence-content {
        padding: 30px 22px;
    }

    .global-presence-content p {
        font-size: 16px;
    }
}

/*** Global Presence End ***/

/*** Quality Start ***/

.quality-page-header {
    background: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 153, 204, .48)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.quality-commitment {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.quality-hero-panel,
.quality-assurance-card,
.quality-objective-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.quality-hero-panel {
    padding: 46px 40px;
    border-left: 5px solid var(--bs-primary);
}

.quality-hero-panel::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -65px;
    bottom: -65px;
    background: rgba(0, 153, 204, .12);
    border-radius: 50%;
}

.quality-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-weight: 700;
}

.quality-hero-panel p,
.quality-assurance-card p,
.quality-objective-item p {
    color: #5f6b75;
    font-size: 17px;
    line-height: 1.8;
}

.quality-assurance-card {
    padding: 46px 40px;
    background: linear-gradient(135deg, rgba(0, 153, 204, .96), rgba(20, 20, 20, .95));
    color: var(--bs-white);
}

.quality-assurance-card p,
.quality-assurance-card h3 {
    color: var(--bs-white);
}

.quality-mark {
    width: 92px;
    height: 92px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 8px;
    color: var(--bs-white);
    font-size: 42px;
}

.quality-mini-card {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: var(--bs-white);
    font-weight: 700;
}

.quality-mini-card i {
    color: var(--bs-secondary);
    font-size: 24px;
}

.quality-objectives {
    background: #ffffff;
}

.quality-objective-item {
    min-height: 260px;
    padding: 36px 30px;
    transition: .5s;
}

.quality-objective-item::before {
    content: "";
    width: 90px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 30px;
    background: var(--bs-primary);
    border-radius: 0 0 4px 4px;
}

.quality-objective-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 32px;
    transition: .5s;
}

.quality-objective-item h4 {
    margin-bottom: 14px;
    color: var(--bs-dark);
}

.quality-objective-item:hover {
    transform: translateY(-8px);
    border-color: var(--bs-primary);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .14);
}

.quality-objective-item:hover .quality-objective-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 575.98px) {
    .quality-hero-panel,
    .quality-assurance-card,
    .quality-objective-item {
        padding: 30px 22px;
    }

    .quality-mini-card {
        min-height: auto;
    }
}

/*** Quality End ***/

/*** Manufacturing Capabilities Start ***/

.manufacturing-page-header {
    background: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 153, 204, .46)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.manufacturing-capabilities {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.manufacturing-content-panel,
.manufacturing-feature-card,
.capability-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.manufacturing-content-panel {
    padding: 46px 40px;
    border-left: 5px solid var(--bs-primary);
}

.manufacturing-content-panel::after {
    content: "";
    width: 170px;
    height: 170px;
    position: absolute;
    right: -74px;
    bottom: -74px;
    background: rgba(0, 153, 204, .12);
    border-radius: 50%;
}

.manufacturing-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-weight: 700;
}

.manufacturing-content-panel p,
.manufacturing-feature-card p,
.capability-item p {
    color: #5f6b75;
    font-size: 17px;
    line-height: 1.8;
}

.manufacturing-feature-card {
    padding: 46px 40px;
    background: linear-gradient(135deg, rgba(0, 153, 204, .96), rgba(20, 20, 20, .95));
    color: var(--bs-white);
}

.manufacturing-feature-card h3,
.manufacturing-feature-card p {
    color: var(--bs-white);
}

.manufacturing-mark {
    width: 92px;
    height: 92px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 8px;
    color: var(--bs-white);
    font-size: 42px;
}

.capability-list {
    background: #ffffff;
}

.capability-item {
    min-height: 320px;
    padding: 36px 28px;
    transition: .5s;
}

.capability-item::before {
    content: "";
    width: 86px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 28px;
    background: var(--bs-primary);
    border-radius: 0 0 4px 4px;
    transition: .5s;
}

.capability-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 34px;
    transition: .5s;
}

.capability-item h4 {
    margin-bottom: 14px;
    color: var(--bs-dark);
}

.capability-item:hover {
    transform: translateY(-8px);
    border-color: var(--bs-primary);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .14);
}

.capability-item:hover::before {
    width: 120px;
    background: var(--bs-secondary);
}

.capability-item:hover .capability-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 575.98px) {
    .manufacturing-content-panel,
    .manufacturing-feature-card,
    .capability-item {
        padding: 30px 22px;
    }

    .capability-item {
        min-height: auto;
    }
}

/*** Manufacturing Capabilities End ***/

/*** Manufacturing Workflow Start ***/
.manufacturing-workflow {
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
}

.manufacturing-workflow .text-center > p {
    color: #5f6b75;
    font-size: 17px;
    line-height: 1.8;
}

.workflow-card {
    height: 100%;
    min-height: 230px;
    padding: 30px 24px;
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(0, 39, 65, .09);
}

.workflow-card > span {
    display: inline-flex;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background: linear-gradient(135deg, #0099cc, var(--bs-secondary));
    border-radius: 8px;
    font-family: "Saira", sans-serif;
    font-weight: 700;
}

.workflow-card h4 { font-size: 20px; }
.workflow-card p { margin: 0; color: #5f6b75; line-height: 1.7; }

/*** Manufacturing Workflow End ***/

/*** Infrastructure Start ***/

.infrastructure-page-header {
    background: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 153, 204, .44)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.infrastructure-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.infrastructure-content-panel,
.facility-summary-card,
.facility-highlight-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.infrastructure-content-panel {
    padding: 46px 40px;
    border-left: 5px solid var(--bs-primary);
}

.infrastructure-content-panel::after {
    content: "";
    width: 170px;
    height: 170px;
    position: absolute;
    right: -74px;
    bottom: -74px;
    background: rgba(0, 153, 204, .12);
    border-radius: 50%;
}

.infrastructure-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-weight: 700;
}

.infrastructure-content-panel p,
.facility-summary-card p,
.facility-highlight-item p {
    color: #5f6b75;
    font-size: 17px;
    line-height: 1.8;
}

.facility-summary-card {
    padding: 46px 40px;
    background: linear-gradient(135deg, rgba(0, 153, 204, .96), rgba(20, 20, 20, .95));
    color: var(--bs-white);
}

.facility-summary-card h3,
.facility-summary-card p {
    color: var(--bs-white);
}

.facility-mark {
    width: 92px;
    height: 92px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 8px;
    color: var(--bs-white);
    font-size: 42px;
}

.facility-stat {
    min-height: 126px;
    padding: 22px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
}

.facility-stat span {
    display: block;
    margin-bottom: 6px;
    color: var(--bs-secondary);
    font-family: "Saira", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.facility-stat p {
    margin-bottom: 0;
}

.facility-highlights {
    background: #ffffff;
}

.facility-highlight-item {
    min-height: 280px;
    padding: 36px 30px;
    transition: .5s;
}

.facility-highlight-item::before {
    content: "";
    width: 90px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 30px;
    background: var(--bs-primary);
    border-radius: 0 0 4px 4px;
    transition: .5s;
}

.facility-highlight-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 32px;
    transition: .5s;
}

.facility-highlight-item h4 {
    margin-bottom: 14px;
    color: var(--bs-dark);
}

.facility-highlight-item:hover {
    transform: translateY(-8px);
    border-color: var(--bs-primary);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .14);
}

.facility-highlight-item:hover::before {
    width: 120px;
    background: var(--bs-secondary);
}

.facility-highlight-item:hover .facility-highlight-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 575.98px) {
    .infrastructure-content-panel,
    .facility-summary-card,
    .facility-highlight-item {
        padding: 30px 22px;
    }

    .facility-highlight-item,
    .facility-stat {
        min-height: auto;
    }
}

/*** Infrastructure End ***/

/*** Careers Start ***/

.career-page-header {
    background: linear-gradient(rgba(0, 0, 0, .64), rgba(0, 153, 204, .44)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.careers-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.career-intro-panel,
.career-highlight-card,
.career-benefit-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.career-intro-panel {
    padding: 46px 40px;
    border-left: 5px solid var(--bs-primary);
}

.career-intro-panel::after {
    content: "";
    width: 170px;
    height: 170px;
    position: absolute;
    right: -74px;
    bottom: -74px;
    background: rgba(0, 153, 204, .12);
    border-radius: 50%;
}

.career-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 18px;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-weight: 700;
}

.career-intro-panel p,
.career-highlight-card p,
.career-benefit-item p {
    color: #5f6b75;
    font-size: 17px;
    line-height: 1.8;
}

.career-highlight-card {
    padding: 46px 40px;
    background: linear-gradient(135deg, rgba(0, 153, 204, .96), rgba(20, 20, 20, .95));
    color: var(--bs-white);
}

.career-highlight-card h3,
.career-highlight-card p {
    color: var(--bs-white);
}

.career-mark {
    width: 92px;
    height: 92px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 8px;
    color: var(--bs-white);
    font-size: 42px;
}

.career-benefits {
    background: #ffffff;
}

.career-benefit-item {
    min-height: 270px;
    padding: 36px 30px;
    transition: .5s;
}

.career-benefit-item::before {
    content: "";
    width: 90px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 30px;
    background: var(--bs-primary);
    border-radius: 0 0 4px 4px;
    transition: .5s;
}

.career-benefit-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-size: 32px;
    transition: .5s;
}

.career-benefit-item h4 {
    margin-bottom: 14px;
    color: var(--bs-dark);
}

.career-benefit-item:hover {
    transform: translateY(-8px);
    border-color: var(--bs-primary);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .14);
}

.career-benefit-item:hover::before {
    width: 120px;
    background: var(--bs-secondary);
}

.career-benefit-item:hover .career-benefit-icon {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 575.98px) {
    .career-intro-panel,
    .career-highlight-card,
    .career-benefit-item {
        padding: 30px 22px;
    }

    .career-benefit-item {
        min-height: auto;
    }
}

/*** Careers End ***/


/*** Leadership Start ***/

.leadership {
    background: #ffffff;
}

.leadership-card {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.leadership-card::before {
    content: "";
    width: 140px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 40px;
    background: var(--bs-primary);
    border-radius: 0 0 5px 5px;
    z-index: 2;
}

.leadership-photo {
    height: 100%;
    min-height: 380px;
    background: linear-gradient(135deg, rgba(0, 153, 204, .96), rgba(20, 20, 20, .95));
    padding: 34px;
}

.leadership-photo img {
    width: 100%;
    height: 100%;
    min-height: 312px;
    object-fit: cover;
    border-radius: 8px;
    border: 8px solid rgba(255, 255, 255, .22);
}

.leadership-content {
    padding: 48px;
}

.leadership-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 18px;
    background: rgba(0, 153, 204, .12);
    color: var(--bs-primary);
    border-radius: 8px;
    font-weight: 700;
}

.leadership-content h2 {
    margin-bottom: 20px;
    color: var(--bs-dark);
}

.leadership-content p {
    margin-bottom: 0;
    color: #5f6b75;
    font-size: 18px;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .leadership-photo {
        min-height: auto;
    }

    .leadership-content {
        padding: 36px 28px;
    }
}

/*** Leadership End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.quality-principles {
    background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 100%);
}

.quality-principles .text-center > p {
    color: #5f6b75;
    line-height: 1.75;
}

.quality-principle-card {
    height: 100%;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(0, 153, 204, .17);
    border-radius: 9px;
    box-shadow: 0 14px 35px rgba(0, 39, 65, .1);
}

.quality-principle-visual {
    height: 210px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-white);
    background: linear-gradient(135deg, #0099cc, var(--bs-secondary));
}

.quality-principle-visual::before,
.quality-principle-visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.quality-principle-visual::before {
    width: 180px;
    height: 180px;
}

.quality-principle-visual::after {
    width: 120px;
    height: 120px;
}

.quality-principle-visual i {
    position: relative;
    z-index: 1;
    color: var(--bs-white) !important;
    font-size: 68px;
}

.quality-principle-content {
    min-height: 245px;
    padding: 26px 24px;
}

.quality-principle-content > span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 12px;
    color: var(--bs-primary);
    background: rgba(0, 153, 204, .1);
    border-radius: 6px;
    font-weight: 700;
}

.quality-principle-content h4 {
    color: var(--bs-dark);
    font-size: 21px;
}

.quality-principle-content p {
    margin-bottom: 0;
    color: #5f6b75;
    line-height: 1.7;
}

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(224, 246, 252, .96), rgba(246, 251, 253, .72)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: linear-gradient(135deg, #e7f7fc, #cbeef8);
    border: 1px solid rgba(0, 153, 204, .22);
    box-shadow: 0 18px 45px rgba(0, 39, 65, .12);
}

.contact-form {
    background: linear-gradient(135deg, #0099cc, var(--bs-secondary));
    border: 1px solid rgba(0, 153, 204, .24);
    box-shadow: 0 18px 45px rgba(0, 39, 65, .16);
}

.contact-form .form-control {
    color: var(--bs-dark);
    background-color: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 18px rgba(0, 39, 65, .08);
}

.contact-form .form-select {
    color: var(--bs-dark);
    background-color: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 18px rgba(0, 39, 65, .08);
}

.contact-form .form-control:focus {
    background-color: var(--bs-white);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .28);
}

.contact-form .btn {
    background: var(--bs-white) !important;
    color: var(--bs-secondary) !important;
    border: 0;
}

.contact-form .btn:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer-logo {
    display: block;
    width: min(100%, 190px);
    height: auto;
    object-fit: contain;
}

.footer-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.footer-trust-list span {
    display: inline-block;
    padding: 7px 10px;
    color: var(--bs-white);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    font-size: 13px;
}

.footer,
.footer p,
.footer .h3,
.footer .text-light,
.footer .text-white,
.footer .short-link a,
.footer .help-link a,
.footer .contact-link a,
.footer .short-link i,
.footer .help-link i,
.footer .contact-link i {
    color: #ffffff !important;
}

.footer .h3 {
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    opacity: 1;
}

.footer hr,
.footer .border-primary {
    border-color: rgba(255, 255, 255, .32) !important;
}

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
    color: #d9f7ff !important;
}

.footer .row:last-of-type a:not(.text-white) {
    color: #d9f7ff;
    font-weight: 600;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}
.bg-primary {
      background-color: #f1f3f6 !important;
}

/*** Footer End ***/


/*** Responsive Fixes Start ***/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
iframe {
    max-width: 100%;
}

.container,
.container-fluid {
    min-width: 0;
}

.counter {
    align-items: flex-start;
}

.counter h5,
.why-choose-item h5,
.leadership-content p,
.principle-card p,
.industry-item p,
.services-content-icon p,
.contact-detail a {
    overflow-wrap: anywhere;
}

@media (max-width: 1199.98px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }

    .carousel-item h1 {
        font-size: 48px !important;
        line-height: 1.15;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 10px 0 !important;
    }

    .navbar-brand .site-logo {
        width: auto;
        height: 52px;
    }

    .navbar-collapse {
        padding: 12px 0 18px;
    }

    .navbar .navbar-nav {
        padding: 6px 0;
        gap: 4px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .counter {
        margin-bottom: 26px;
    }

    .bg-secondary .row > div:last-child .counter {
        margin-bottom: 0;
    }

    .services-inner {
        row-gap: 2rem !important;
    }

    .why-choose-intro {
        padding: 34px 28px;
    }

    .principle-card,
    .industry-item {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    h1,
    .h1 {
        font-size: 30px;
        line-height: 1.25;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .display-1 {
        font-size: 34px !important;
        line-height: 1.15;
    }

    .display-2 {
        font-size: 38px !important;
        line-height: 1.15;
    }

    .container-fluid.py-5,
    .container.py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    .carousel-item,
    .carousel-item img {
        min-height: 520px;
    }

    .carousel-caption {
        padding: 0 18px;
    }

    .carousel-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .carousel-content h6 {
        font-size: 18px !important;
        margin-bottom: 12px;
    }

    .carousel-item h1 {
        font-size: 32px !important;
        line-height: 1.18;
        margin-bottom: 18px !important;
    }

    .carousel-item p {
        font-size: 15px !important;
        line-height: 1.6;
        margin-bottom: 22px !important;
    }

    .carousel-content a {
        display: block;
        margin: 10px auto 0 !important;
        max-width: 230px;
    }

    .carousel-content a button {
        width: 100%;
        padding: 12px 20px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 44px;
        height: 44px;
        top: auto;
        bottom: 28px;
        border-radius: 50%;
    }

    .carousel-control-prev {
        left: 16px;
    }

    .carousel-control-next {
        right: 16px;
    }

    #carouselId .carousel-indicators {
        margin-bottom: .25rem;
    }

    .page-header {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .page-header .container {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .counter {
        justify-content: center;
        text-align: left;
    }

    .counter h1 {
        min-width: 78px;
        font-size: 34px;
    }

    .counter h5 {
        font-size: 17px;
    }

    .container-fluid.py-5.my-5 .h-100.position-relative > img {
        width: 100% !important;
        margin-bottom: 16px !important;
    }

    .container-fluid.py-5.my-5 .h-100.position-relative > .position-absolute {
        position: static !important;
        width: 100% !important;
    }

    .services .services-item {
        box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
    }

    .services-content-icon > i.fa-7x {
        font-size: 4.5em;
    }

    .services-content .btn,
    .contact-form .btn {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .industry-item {
        padding: 34px 22px 30px;
    }

    .industry-icon {
        width: 88px;
        height: 88px;
        font-size: 42px;
        margin-bottom: 22px;
    }

    .why-choose-item {
        min-height: auto;
    }

    .why-choose-icon {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
        font-size: 24px;
    }

    .testimonial-item .d-flex.align-items-center,
    .testimonial-item .d-flex.align-items-center {
        align-items: flex-start !important;
    }

    .testimonial-item img {
        width: 72px;
        height: 72px;
        object-fit: cover;
        border-radius: 50%;
    }

    .testimonial-item h4 {
        font-size: 20px;
    }

    .contact-detail {
        padding: 24px !important;
    }

    .contact-detail .d-flex.bg-light {
        align-items: flex-start;
    }

    .contact-map {
        min-height: 320px;
        padding: 18px !important;
    }

    .contact-form {
        padding: 24px !important;
    }

    .footer-logo {
        width: min(100%, 170px);
    }

    .principle-card {
        padding: 34px 24px;
    }

    .principle-icon {
        width: 72px;
        height: 72px;
        font-size: 32px;
        margin-bottom: 22px;
    }

    .leadership-card::before {
        left: 28px;
        width: 110px;
    }

    .leadership-photo {
        padding: 24px;
    }

    .leadership-photo img {
        min-height: 260px;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-logo {
        width: 150px;
    }

    .navbar-brand .site-logo {
        width: auto;
        height: 46px;
    }

    .carousel-item,
    .carousel-item img {
        min-height: 560px;
    }

    .carousel-content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .counter {
        justify-content: flex-start;
    }

    .counter h1 {
        min-width: 70px;
        font-size: 30px;
    }

    .industry-item,
    .principle-card,
    .why-choose-item {
        box-shadow: 0 10px 26px rgba(0, 0, 0, .1);
    }

    .why-choose-item {
        gap: 14px;
    }

    .why-choose-item h5 {
        font-size: 17px;
    }

    .testimonial-item {
        padding: 22px !important;
    }

    .contact-detail {
        padding: 18px !important;
    }

    .contact-detail .d-flex.bg-light {
        flex-direction: column;
        gap: 14px;
    }

    .contact-detail .ms-3 {
        margin-left: 0 !important;
    }

    .leadership-content {
        padding: 30px 22px;
    }

    .leadership-content p {
        font-size: 16px;
    }
}
.counter-value{
    color:white !important;
}

/*** Responsive Fixes End ***/
