:root {
    --primary-blue: #009CD0;
    --dark-heading: #212529;
    --light-bg    : #f8f9fa;
    --text-color  : #666666;
}

.service-hero-section {
    position       : relative;
    height         : 60vh;
    display        : flex;
    justify-content: center;
    align-items    : center;
    text-align     : center;
    color          : white;
}

.service-hero-section img {
    width   : 100%;
    height  : 100%;
    display : block;
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : 0;
}

.service-hero-section::before {
    content         : '';
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index         : 1;
}

.service-hero-section h1 {
    font-size: 48px;
    margin   : 0 0 15px;
}

.service-hero-section p {
    font-size: 18px;
    margin   : 0 0 40px;
    padding  : 0 190px;
}

.breadcrumb {
    display         : flex;
    align-items     : center;
    background-color: rgba(255, 255, 255, 0.22) !important;
    padding         : 10px 30px !important;
    border-radius   : 0px !important;
    font-size       : 14px;
    font-weight     : 600;
    color           : white;
}

.breadcrumb a {
    color                : white;
    text-decoration      : underline;
    text-decoration-color: transparent;
    transition           : text-decoration-color 0.3s ease, text-underline-offset 0.3s ease;
}

.breadcrumb a:hover {
    color                : white;
    text-decoration-color: white;
    text-underline-offset: 3px;
}

.breadcrumb i {
    color    : #ccc;
    margin   : 0 5px;
    font-size: 14px;
}

.we-section {
    padding : 60px 0 0 0;
    position: relative;
}

.main-left h1 {
    font-size    : 2.5rem;
    font-weight  : 700;
    line-height  : 1.2;
    color        : var(--heading-color);
    margin-bottom: 10px;
}

.main-left .sub-text {
    font-size     : 16px;
    line-height   : 1.6;
    color         : #666666;
    margin-top    : 20px;
    text-align    : justify;
    /* font-weight: 500; */
}

.main-left p {
    font-size    : 16px;
    line-height  : 1.6;
    color        : #666666;
    margin-top   : 20px;
    margin-bottom: 40px;
    text-align   : justify;
}

.main-left .sub-text {
    margin-bottom: 0;
}

.read-more-btn {
    background         : linear-gradient(to left, var(--primary-blue) 0%, var(--primary-blue) 50%, black 50%, black 100%);
    background-size    : 250% 124%;
    background-position: right bottom;
    color              : #ffffff;
    border             : none;
    padding            : 10px 24px;
    border-radius      : 4px;
    font-weight        : 600;
    font-size          : 15px;
    cursor             : pointer;
    display            : flex;
    align-items        : center;
    gap                : 8px;
    text-decoration    : none;
    transition         : background-position 0.4s ease-in-out;
    width              : fit-content;
}

.read-more-btn:hover {
    background-position: left bottom;
    color              : #ffffff;
    text-decoration    : none;
    font-weight        : 500;
}

.info-panel2-wrapper {
    display: flex;
}

.info-panel2 {
    width           : 100%;
    background-color: #eff3f7;
    padding         : 30px;
    border-radius   : 8px;
    margin-top      : 65px;
}

.info-panel2 .percentage-title {
    font-size  : 27px;
    font-weight: 700;
    color      : var(--primary-blue);
    line-height: 1;
}

.info-panel2 .percentage-text {
    font-size  : 1rem;
    font-weight: 600;
    color      : var(--primary-blue);
    margin-top : 5px;
    line-height: 1.2;
    width      : 100% !important;
}

.info-panel2 .global-share {
    display      : flex;
    align-items  : center;
    margin-bottom: 20px;
}

.info-panel2 .icon-container {
    font-size       : 2.5rem;
    background-color: var(--primary-blue);
    margin-right    : 15px;
    min-width       : 45px;
    height          : 45px;
    display         : flex;
    align-items     : center;
    justify-content : center;
}

.globe-icon {
    color    : #ffffff;
    font-size: 24px;
}

.info-panel2 p:last-of-type {
    font-size  : 16px;
    line-height: 1.6;
    color      : #666666;
    margin-top : 20px;
}

.info-panel2 .owl-dots {
    position       : static;
    margin         : 25px 0 0 0;
    display        : flex;
    justify-content: flex-start;
}

.info-panel2 .owl-dots .owl-dot {
    width           : 10px;
    height          : 4px;
    background-color: #737c8f;
    border-radius   : 2px;
    margin-right    : 5px;
    transition      : width 0.3s ease;
}

.info-panel2 .owl-dots .owl-dot.active {
    width           : 25px;
    background-color: var(--primary-blue);
}


.why-section-container {
    padding : 60px 0 0 0;
    position: relative;
    overflow: hidden;
}

.common-nav-buttons {
    position   : absolute;
    right      : 15px;
    bottom     : 140px;
    left       : 44%;
    margin-left: 120px;
    z-index    : 10;
    display    : flex;
    gap        : 15px;
}

.why-slide {
    position           : relative;
    padding            : 100px 0;
    min-height         : 700px;
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;

}

/*
.why-slide.slide-1 {
    background-image: url('../img/Pioneering Technology.jpg');
}

.why-slide.slide-2 {
    background-image: url('../img/Co-developing Tailored Automated Sewing Solutions.jpg');
}

.why-slide.slide-3 {
    background-image: url('../img/Strong R&D Capability.jpg');
} */


.why-slide::before {
    content         : '';
    position        : absolute;
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index         : 1;
    pointer-events  : none;
}

.why-slide::after {
    content        : '';
    position       : absolute;
    top            : 0;
    left           : 0;
    right          : 0;
    bottom         : 0;
    background     : url('../img/h4_crs_overlay.png') repeat center center;
    background-size: cover;
    z-index        : 2;
    pointer-events : none;
}

.why-slide .container {
    position: relative;
    z-index : 2;
}

.circular-image-wrapper {
    position     : relative;
    width        : 500px;
    height       : 500px;
    border-radius: 50%;
    margin       : 0 auto;
    padding      : 10px;
    border       : 3px dashed rgba(255, 255, 255, 0.8);
}

.circular-image {
    width        : 100%;
    height       : 100%;
    border-radius: 50%;
    object-fit   : cover;
    display      : block;

}

.icon-on-image {
    position       : absolute;
    top            : 18px;
    right          : 70px;
    width          : 100px;
    height         : 100px;
    border-radius  : 50%;
    display        : flex;
    justify-content: center;
    align-items    : center;
    font-size      : 35px;
    color          : #fff;
    transform      : translate(20%, -20%);
    z-index        : 10;
    box-shadow     : 0 5px 15px rgba(0, 0, 0, 0.4);
}

.green-icon-bg {
    background-color: #4CAF50;
}

.yellow-icon-bg {
    background-color: rgb(5, 65, 166);
}

.orange-icon-bg {
    background-color: #FF5722;
}

.why-right {
    padding-left: 100px !important;
}

.why-title {
    font-size    : 40px;
    font-weight  : 700;
    margin-bottom: 10px;
    color        : #fff;
}

.why-subtitle {
    font-size    : 16px;
    margin-bottom: 30px;
    line-height  : 1.6;
    color        : white;
}

.why-list {
    list-style   : none;
    padding      : 0;
    margin-bottom: 30px;
}

.why-list li {
    font-size    : 1rem;
    margin-bottom: 10px;
    color        : #fff;
}

.why-list li i {
    color: white;
}

.carousel-nav-buttons {
    display: flex;
    gap    : 15px;
}

.btn-nav {
    background     : rgba(255, 255, 255, 0.2);
    border         : 2px solid rgba(255, 255, 255, 0.3);
    color          : #fff;
    width          : 45px;
    height         : 45px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    transition     : all 0.3s ease;
}

.btn-nav:hover {
    background-color: white;
    border-color    : rgba(255, 255, 255, 0.3);
    color           : black;
}

.service-section {
    padding            : 60px 0 0 0 !important;
    background-color   : #f8f8f8;
    text-align         : center;
    position           : relative;
    background-image   : url('../img/work2_overlay.png');
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
}

.service-section .container {
    align-items    : center;
    justify-content: center;
    display        : flex;
    flex-direction : column;
}


.section-subtitle::before {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 50%;
    height          : 3px;
    background-color: #d8d8d8;
    margin-top      : 15px;
}

.section-subtitle::after {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 15%;
    height          : 3px;
    background-color: var(--primary-blue);
    margin-top      : 15px;
}

.service-card {
    background-color: #fff;
    border          : 1px solid #e0e0e0;
    overflow        : hidden;
    text-align      : left;
    height          : 100%;
    transition      : transform 0.3s, box-shadow 0.3s;
    width           : 98%;
}

.service-card::after {
    content          : "";
    display          : block;
    width            : 10px;
    background-color : #dedede;
    position         : absolute;
    top              : 30px;
    bottom           : -9px;
    right            : 12px;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -khtml-clip-path : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -moz-clip-path   : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -ms-clip-path    : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -o-clip-path     : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    clip-path        : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    transition       : all 350ms ease-in-out 0ms;
}

.service-card::before {
    content          : "";
    display          : block;
    height           : 10px;
    background-color : #dedede;
    position         : absolute;
    bottom           : -9px;
    left             : 50px;
    right            : 12px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -khtml-clip-path : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -moz-clip-path   : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -ms-clip-path    : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -o-clip-path     : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    clip-path        : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    transition       : all 350ms ease-in-out 0ms;
}

.service-card:hover::after,
.service-card:hover::before {
    background-color: var(--primary-blue);
}

.card-body .card-title::after {
    content   : '';
    position  : absolute;
    left      : 0;
    bottom    : -15px;
    width     : 100%;
    height    : 1px;
    background: linear-gradient(to right, #0582CA 20%, #d3d3d3 20%);
}

.service-card:hover .card-icon-overlay {
    transform: rotateY(-720deg);
}

.card-image-container {
    position: relative;
    overflow: hidden;
}

.card-image {
    width     : 100%;
    height    : 250px;
    object-fit: cover;
    display   : block;
}

.card-icon-overlay {
    position        : absolute;
    top             : 30px;
    left            : 30px;
    background-color: var(--primary-blue);
    color           : white;
    padding         : 8px 12px;
    font-size       : 1.5rem;
}

.card-title {
    font-size    : 1.3rem;
    font-weight  : 600;
    color        : #333;
    margin-top   : 0;
    margin-bottom: 30px !important;
    position     : relative;


}

.card-text {
    font-size  : 1rem;
    color      : #777;
    line-height: 1.6;
}

.read-more-link2 {
    color          : black;
    text-decoration: none;
    font-weight    : 600;
    font-size      : 0.95rem;
    display        : inline-flex;
    align-items    : center;
    transition     : color 0.3s;
    position       : relative;
    gap            : 10px;
}

.read-more-link2 .icon-arrow {
    opacity    : 0;
    transition : all 0.3s ease;
    line-height: normal;
    margin-left: -20px;
}

.read-more-link2 .icon-plus {
    opacity    : 1;
    transition : all 0.3s ease;
    line-height: normal;
    color      : var(--primary-blue)
}

.order-card:hover .read-more-link2 {
    color          : var(--primary-blue);
    text-decoration: none;
}

.order-card:hover .read-more-link2 .icon-plus {
    opacity: 0;
    color  : var(--primary-blue);
}

.order-card:hover .read-more-link2 .icon-arrow {
    opacity: 1;
    color  : var(--primary-blue);
}

.read-more-link {
    color          : black;
    text-decoration: none;
    font-weight    : 600;
    font-size      : 0.95rem;
    display        : inline-flex;
    align-items    : center;
    transition     : color 0.3s;
    position       : relative;
    gap            : 10px;
}

.read-more-link .icon-arrow {
    opacity    : 0;
    transition : all 0.3s ease;
    line-height: normal;
    margin-left: -20px;
}

.read-more-link .icon-plus {
    opacity    : 1;
    transition : all 0.3s ease;
    line-height: normal;
    color      : var(--primary-blue)
}

.service-card:hover .read-more-link {
    color          : var(--primary-blue);
    text-decoration: none;
}

.service-card:hover .read-more-link .icon-plus {
    opacity: 0;
    color  : var(--primary-blue);
}

.service-card:hover .read-more-link .icon-arrow {
    opacity: 1;
    color  : var(--primary-blue);
}

.service-card .card-body {
    height         : 300px;
    display        : flex;
    flex-direction : column;
    justify-content: space-between;
}

/* faq-section */
.custom-faq-wrapper {
    padding            : 60px;
    background-image   : url('../img/world_contact.png');
    background-position: bottom left;
    background-repeat  : no-repeat;
    background-color   : #eff3f7;
    position           : relative;
}

.custom-faq-title {
    font-weight  : 700;
    font-size    : 2.5rem;
    color        : var(--heading-color);
    margin-bottom: 10px;
}

.custom-left-panel {
    position     : relative;
    border-radius: 8px;
    overflow     : hidden;
    height       : 100%;
}

.custom-faq-subtitle {
    font-size     : 17px;
    position      : relative;
    padding-bottom: 50px;
    color         : #666;
}

.custom-faq-subtitle::before {
    content         : '';
    position        : absolute;
    top             : 62%;
    left            : 13%;
    transform       : translateX(-50%);
    width           : 25%;
    height          : 3px;
    background-color: #d8d8d8;
    margin-top      : 15px;
}

.custom-faq-subtitle::after {
    content         : '';
    position        : absolute;
    top             : 62%;
    left            : 6%;
    transform       : translateX(-50%);
    width           : 12%;
    height          : 3px;
    background-color: var(--primary-blue);
    margin-top      : 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-blue);
}

.custom-faq-right-panel {
    padding     : 0;
    padding-left: 30px;
}

#customerCarousel.owl-carousel {
    height: 100%;
}

#customerCarousel .item {
    height     : 100%;
    line-height: 0;
}

#customerCarousel .item img {
    width     : 100%;
    height    : 100%;
    min-height: 700px;
    object-fit: cover;
}

#customerCarousel2 .item img {
    width     : 100%;
    height    : 100%;
    min-height: 400px;
    object-fit: cover;
}

.custom-faq-item {
    border       : 1px solid var(--border-color);
    overflow     : hidden;
    border-radius: 0;
}

.custom-faq-toggle {
    background-color: white;
    padding         : 0;
    border-bottom   : 0;
    cursor          : pointer;
    transition      : background-color 0.3s, color 0.3s;
    display         : flex;
    align-items     : center;
    justify-content : space-between;
    width           : 100%;
    border          : none;
}

.custom-faq-link {
    color          : var(--dark-heading);
    font-weight    : 600;
    text-decoration: none;
    flex-grow      : 1;
    padding        : 12px 50px 12px 25px;
    text-align     : left;
    font-size      : 17px;
    line-height    : 1.4;
    display        : block;
}

.custom-faq-link:hover,
.custom-faq-link:focus {
    text-decoration : none;
    color           : var(--dark-heading);
    background-color: #f7f7f7;
    outline         : none;
}

.custom-faq-icon-box {
    background-color: var(--primary-blue);
    color           : white;
    width           : 30px;
    height          : 30px;
    min-width       : 30px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    font-size       : 1rem;
    margin-right    : 15px;
    margin-left     : 0;
    transition      : background-color 0.3s ease;
}


.custom-faq-item.active .custom-faq-toggle {
    background-color: var(--dark-heading);
    color           : white;
    width           : 100%;
}

.custom-faq-item.active .custom-faq-link {
    color           : white;
    background-color: transparent;
}

.custom-faq-item.active .custom-faq-link:hover,
.custom-faq-item.active .custom-faq-link:focus {
    color           : white;
    background-color: transparent;
}

.custom-faq-item.active .custom-faq-icon-box {
    background-color: var(--dark-heading);
    color           : white;
}

.custom-faq-body {
    color           : var(--text-color);
    line-height     : 1.7;
    background-color: white;
    padding         : 19px 25px;
    border-top      : 1px solid var(--border-color);
}

.collapse-content {
    display   : none;
    transition: max-height 0.3s ease-out;
}

/* tech-section */

.tech-section {
    padding         : 60px 0 0 0;
    background-color: white;
    text-align      : center;
    position        : relative;
}

.tech-section .container {
    align-items    : center;
    justify-content: center;
    display        : flex;
    flex-direction : column;
}

.tech-title {

    color        : var(--heading-color);
    margin-bottom: 10px;
}

.tech-subtitle {
    font-size    : 17px;
    color        : #666;
    margin-bottom: 50px;
    max-width    : 750px;
    margin-left  : auto;
    margin-right : auto;
    position     : relative;
}

.tech-subtitle::before {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 50%;
    height          : 3px;
    background-color: #d8d8d8;
    margin-top      : 15px;
}

.tech-subtitle::after {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 15%;
    height          : 3px;
    background-color: var(--primary-blue);
    margin-top      : 15px;
}

.tech-title {
    font-size  : 40px;
    font-weight: 700;
}

.tech-subtitle {
    margin-bottom: 0;
}

.tech-feature-item>div[class*="col-"] {
    padding-left : 0 !important;
    padding-right: 0 !important;
}

.tech-feature-item {
    display    : flex;
    align-items: stretch;
    width      : 100%;
}

.tech-image-col {
    position: relative;
    z-index : 2;
}

.tech-content-col {
    position: relative;
    z-index : 1;
}

.feature-image {
    width     : 100%;
    height    : 60vh;
    object-fit: cover;
    display   : block;
}

.feature-content-inner {
    height         : 100%;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    min-height     : 60vh;
    padding        : 80px;
    text-align     : left;
}

.bg-dark-feature {
    background-color: #212121;
}

.bg-light-feature {
    background-color: #bcbbbb0d;
}

.feature-sub-title {
    font-size: 24px;
}

.feature-sub-title.text-light {
    color: #ffffff;
}

.feature-body.text-light-p {
    color: white;
}

.feature-body {
    color    : #666666;
    font-size: 15px;
}

.feature-list.list-light li {
    color       : white;
    list-style  : none;
    padding-left: 0;
    font-weight : 600;
    font-size   : 15px;
}

.feature-list.list-dark li {
    list-style : none;
    font-weight: 500;
}

.feature-list li i {
    margin-right: 10px;
}

.feature-list.list-dark li i {
    color: var(--primary-blue);
}

.feature-padding-right {
    padding-left: 90px !important;
}

.feature-padding-left {
    padding-left: 90px !important;
}

.icon-on-split {
    position       : absolute;
    top            : 50%;
    width          : 108px;
    height         : 108px;
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    z-index        : 100;
    font-size      : 30px;
    color          : white;
}



@keyframes pulseZoomLeft {
    0% {
        transform: translate(50%, -50%) scale(1);
    }

    50% {
        transform: translate(50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(50%, -50%) scale(1);
    }
}

@keyframes pulseZoomRight {

    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}




.icon-left:not(:hover) {
    transform : translate(50%, -50%);
    transition: transform 0.3s;
}

.icon-right:not(:hover) {
    transform : translate(-50%, -50%);
    transition: transform 0.3s;
}

.icon-left:hover {
    animation: pulseZoomLeft 1.5s infinite ease-in-out;
}

.icon-right:hover {
    animation: pulseZoomRight 1.5s infinite ease-in-out;
}

.icon-on-split i {
    font-size: 45px;
}

.icon-left {
    right    : 0;
    transform: translate(50%, -50%);
}

.icon-right {
    left     : 0;
    transform: translate(-50%, -50%);
}

.red-icon-bg {
    background-color: #B71C1C;
}

.mint-icon-bg {
    background-color: #009688;
}

.icon-green-bg {
    background-color: #5cb85c;
}

.orange-icon-bg {
    background-color: #ff8c00;
}

.icon-blue-bg {
    background-color: #007bff;
}

/* factory-section */
.factory-section {
    background-color: #eff3f7;
    padding         : 60px;
    position        : relative;
}

/* Lightbox Modal */
.custom-lightbox-modal {
    position        : fixed;
    z-index         : 1050;
    /* Cao hơn mọi thứ */
    left            : 0;
    top             : 0;
    width           : 100%;
    height          : 100%;
    overflow        : auto;
    background-color: rgba(0, 0, 0, 0.9);
    /* Nền tối */
    display         : none;
    /* Ẩn mặc định */
    align-items     : center;
    justify-content : center;
}

/* Nội dung bên trong Modal */
.lightbox-content {
    position       : relative;
    max-width      : 90%;
    max-height     : 90%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

#lightboxImage {
    display   : block;
    max-width : 100%;
    max-height: 90vh;
    object-fit: contain;
}

/* Nút đóng */
.close-btn2 {
    position   : absolute;
    top        : 15px;
    right      : 35px;
    color      : #f1f1f1;
    font-size  : 40px;
    font-weight: bold;
    cursor     : pointer;
    transition : 0.3s;
    z-index    : 1051;
}

.close-btn2:hover,
.close-btn2:focus {
    color          : #bbb;
    text-decoration: none;
}

/* Nút điều hướng */
.nav-btn {
    position   : absolute;
    top        : 50%;
    transform  : translateY(-50%);
    background : none;
    border     : none;
    color      : #f1f1f1;
    font-size  : 70px;
    cursor     : pointer;
    padding    : 10px;
    transition : 0.3s;
    user-select: none;
}

.nav-btn:hover {
    color: #bbb;
}

.prev-btnfac {
    left: -80px;
}

.next-btnfac {
    right: -80px;
}

@media (max-width: 768px) {
    .prev-btnfac {
        left     : 10px;
        font-size: 50px;
    }

    .next-btnfac {
        right    : 10px;
        font-size: 50px;
    }
}

.factory-image-simple-wrapper {
    padding-right: 20px;
}

.main-factory-image {
    width        : 100%;
    height       : 100%;
    min-height   : 450px;
    object-fit   : contain;
    border-radius: 5px;
}

.content-inner-padding {
    padding: 0 0 0px 15px;
}

.about-us-badge {
    display      : inline-block;
    color        : var(--primary-blue);
    font-size    : 15px;
    font-weight  : 600;
    border-radius: 3px;
    margin-bottom: 25px;
}

.content-title {
    font-size    : 40px;
    font-weight  : 700;
    margin-bottom: 10px;
}

.content-body {
    font-size    : 17px;
    color        : #666;
    margin-bottom: 63px;
    position     : relative;
}

.content-body::before {
    content         : '';
    position        : absolute;
    top             : 118%;
    left            : 13%;
    transform       : translateX(-50%);
    width           : 25%;
    height          : 3px;
    background-color: #d8d8d8;
    margin-top      : 15px;
}

.content-body::after {
    content         : '';
    position        : absolute;
    top             : 118%;
    left            : 6%;
    transform       : translateX(-50%);
    width           : 12%;
    height          : 3px;
    background-color: var(--primary-blue);
    margin-top      : 15px;
}

.feature-list2 {
    list-style   : none;
    padding-left : 0;
    margin-bottom: 10px;
}

.feature-list2 li {
    margin-bottom: 10px;
    font-size    : 1rem;
    font-weight  : 500;
}

.feature-list2 li i {
    color       : var(--primary-blue);
    margin-right: 10px;
    font-size   : 1rem;
}

.small-image-footer {
    display   : flex;
    gap       : 10px;
    margin-top: 15px;
}

.footer-img {
    width        : 100%;
    object-fit   : cover;
    border-radius: 5px;
}


/*case-studies */
.case-studies {
    width           : 100%;
    padding         : 60px 100px;
    background-color: #eff3f7;
    position        : relative;

}

.case-header {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 25px;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

.case-header .case-header-title {
    margin-left: 15%;
    max-width  : 50%;
}

.case-header h2 {
    font-size  : 40px;
    font-weight: bold;
    margin     : 0 0 10px;
}

.case-header p {
    font-size  : 17px;
    color      : #555;
    position   : relative;
    line-height: 1.6;
}

.case-nav {
    margin-right: 15%;
}

.case-nav button {
    width      : 50px;
    height     : 50px;
    border     : 1px solid #ccc;
    background : white;
    cursor     : pointer;
    margin-left: 5px;
    font-size  : 20px;
    transition : 0.3s ease;
    color      : #8f8d8d;
}

.case-nav button:hover {
    color: black;
}

.case-carousel {
    overflow  : hidden;
    width     : 100%;
    position  : relative;
    margin-top: 50px;
}

.case-track {
    display   : flex;
    transition: transform 0.5s ease;
    gap       : 30px;
}

/* Each item */
.case-item {
    flex         : 0 0 calc((100% - 60px) / 3);
    /* Hiển thị 3 items */
    height       : 420px;
    position     : relative;
    overflow     : hidden;
    border-radius: 5px;
    cursor       : pointer;
}

/* Image */
.case-item img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* Overlay on hover */
.case-item .overlay {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(26, 25, 29, 0.7);
    opacity   : 0;
    transition: 0.4s ease;
}

/* Text info */
.case-item .info {
    position  : absolute;
    bottom    : 25px;
    left      : 25px;
    right     : 25px;
    opacity   : 0;
    transform : translateY(20px);
    transition: 0.4s ease;
    color     : white;
}

.case-item .info h3 {
    margin       : 0;
    font-size    : 30px;
    color        : white;
    width        : fit-content;
    transition   : color 0.3s ease-in-out;
    margin-bottom: 15px;
}

.case-item .info h3:hover {
    color: var(--primary-blue);
}

.case-item .info p {
    font-size  : 18px;
    line-height: 1.5;
}

/* Zoom image on hover */
.case-item:hover img {
    transform: scale(1.1);
}

.case-item:hover .overlay {
    opacity: 1;
}

.case-item:hover .info {
    opacity  : 1;
    transform: translateY(0);
}

.case-header p::after {
    content   : '';
    position  : absolute;
    left      : 0;
    bottom    : -25px;
    width     : 25%;
    height    : 3px;
    background: linear-gradient(to right, var(--primary-blue) 50%, #dcdcdc 50%);
}

/* Plus icon */
.case-item .plus-icon {
    position        : absolute;
    top             : 50px;
    right           : 70px;
    width           : 50px;
    height          : 50px;
    border-radius   : 50%;
    background      : white;
    display         : flex;
    align-items     : center;
    justify-content : center;
    opacity         : 0;
    transform-origin: center;
    will-change     : transform, opacity;
    transition      : opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s;
}

.case-item .plus-icon::before {
    content         : "";
    position        : absolute;
    top             : -15px;
    left            : -15px;
    width           : calc(100% + 30px);
    height          : calc(100% + 30px);
    border          : 1px solid white;
    border-radius   : 50%;
    opacity         : 0;
    transform-origin: center;
    transition      : opacity 0.3s ease 0.25s, transform 0.3s ease 0.25s;
    pointer-events  : none;
}

.btn-view-all-projects {
    background         : linear-gradient(to left, var(--primary-blue) 0%, var(--primary-blue) 50%, black 50%, black 100%);
    background-size    : 250% 115%;
    background-position: right bottom;
    color              : #ffffff;
    border             : none;
    padding            : 10px 24px;
    border-radius      : 4px;
    font-weight        : 600;
    font-size          : 15px;
    cursor             : pointer;
    display            : flex;
    align-items        : center;
    gap                : 8px;
    text-decoration    : none;
    transition         : background-position 0.4s ease-in-out;
    width              : fit-content;
}

.btn-view-all-projects:hover {
    background-position: left bottom;
    color              : #ffffff;
    text-decoration    : none;
}


@media (hover: hover) and (pointer: fine) {
    .case-item .plus-icon {
        transform: scale(0.2);
    }

    .case-item:hover .plus-icon {
        opacity  : 1;
        transform: scale(1);
    }

    .case-item:hover .plus-icon::before {
        opacity  : 1;
        transform: scale(1);
    }

    .case-item .plus-icon::before {
        transform: scale(0.8);
    }
}

@media (hover: none) and (pointer: coarse) {
    .case-item .plus-icon {
        transform: scale(1);
    }

    .case-item .plus-icon::before {
        transform: scale(1);
        opacity  : 0;
    }

    .case-item .plus-icon.active-mobile::before {
        opacity: 1;
    }
}

/* gallery-section */
.gallery-section {
    width   : 100%;
    padding : 60px 100px;
    position: relative;
}

.gallery-header {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 25px;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

.gallery-header .gallery-header-title {
    margin-left: 15%;
    max-width  : 50%;
}

.gallery-header h2 {
    font-size  : 40px;
    font-weight: bold;
    margin     : 0 0 10px;
}

.gallery-header p {
    font-size: 17px;
    color    : #555;
    position : relative;
}

.gallery-nav {
    margin-right: 15%;
}

.gallery-nav button {
    width      : 50px;
    height     : 50px;
    border     : 1px solid #ccc;
    background : white;
    cursor     : pointer;
    margin-left: 5px;
    font-size  : 20px;
    transition : 0.3s ease;
    color      : #8f8d8d;
}

.gallery-nav button:hover {
    color: black;
}

.gallery-carousel {
    overflow: hidden;
    width   : 100%;
    position: relative;
}

.gallery-track {
    display   : flex;
    transition: transform 0.5s ease;
    gap       : 30px;
    margin-top: 50px;
}

.gallery-header p::after {
    content   : '';
    position  : absolute;
    left      : 0;
    bottom    : -25px;
    width     : 25%;
    height    : 3px;
    background: linear-gradient(to right, var(--primary-blue) 50%, #dcdcdc 50%);
}

.gallery-item {
    flex         : 0 0 calc((100% - 60px) / 5);
    height       : 250px;
    position     : relative;
    overflow     : hidden;
    border-radius: 5px;
    cursor       : pointer;
}

.gallery-item img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-item .overlay {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(26, 25, 29, 0.7);
    opacity   : 0;
    transition: 0.4s ease;
}

.gallery-item .info {
    position  : absolute;
    bottom    : 25px;
    left      : 25px;
    right     : 25px;
    opacity   : 0;
    transform : translateY(20px);
    transition: 0.4s ease;
    color     : white;
}

.gallery-item .info h3 {
    margin    : 0;
    font-size : 30px;
    color     : white;
    width     : fit-content;
    transition: color 0.3s ease-in-out;
}

.gallery-item .info h3:hover {
    color: var(--primary-blue);
}

.gallery-item .info p {
    font-size  : 18px;
    line-height: 1.5;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item:hover .info {
    opacity  : 1;
    transform: translateY(0);
}

.gallery-item .plus-icon {
    position        : absolute;
    top             : 50px;
    right           : 70px;
    width           : 50px;
    height          : 50px;
    border-radius   : 50%;
    background      : white;
    display         : flex;
    align-items     : center;
    justify-content : center;
    opacity         : 0;
    transform-origin: center;
    will-change     : transform, opacity;
    transition      : opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s;
}

.gallery-item .plus-icon::before {
    content         : "";
    position        : absolute;
    top             : -15px;
    left            : -15px;
    width           : calc(100% + 30px);
    height          : calc(100% + 30px);
    border          : 1px solid white;
    border-radius   : 50%;
    opacity         : 0;
    transform-origin: center;
    transition      : opacity 0.3s ease 0.25s, transform 0.3s ease 0.25s;
    pointer-events  : none;
}

/* modal gallery-section */

.full-gallery-modal {
    position  : fixed;
    z-index   : 9999;
    padding   : 0;
    left      : 0;
    top       : 0;
    width     : 100%;
    height    : 100%;
    overflow  : auto;
    background: rgba(0, 0, 0, 0.9);
    display   : none;
    animation : fadeIn 0.4s;
}

.close-modal-btn {
    position   : absolute;
    top        : 20px;
    right      : 35px;
    color      : #f1f1f1;
    font-size  : 40px;
    font-weight: bold;
    transition : 0.3s;
    cursor     : pointer;
    z-index    : 10000;
}

.close-modal-btn:hover,
.close-modal-btn:focus {
    color: #bbb;
}

.modal-content-img {
    margin    : auto;
    display   : block;
    width     : 80%;
    max-width : 1000px;
    max-height: 90vh;
    object-fit: contain;
    transform : translateY(5vh);
    animation : zoom 0.6s;
}

.modal-caption {
    display: none;
}

@keyframes zoom {
    from {
        transform: scale(0.1) translateY(5vh);
    }

    to {
        transform: scale(1) translateY(5vh);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.full-gallery-modal .modal-prev,
.full-gallery-modal .modal-next {
    cursor          : pointer;
    position        : absolute;
    top             : 50%;
    transform       : translateY(-50%);
    width           : auto;
    padding         : 16px;
    color           : black;
    font-weight     : bold;
    font-size       : 20px;
    transition      : 0.6s ease;
    border-radius   : 0 3px 3px 0;
    user-select     : none;
    background-color: rgba(237, 236, 236, 0.907);
    z-index         : 100;
    text-decoration : none;
}

.full-gallery-modal .modal-prev {
    left         : 15%;
    border-radius: 3px 0 0 3px;
}

.full-gallery-modal .modal-next {
    right        : 15%;
    border-radius: 0 3px 3px 0;
}

.full-gallery-modal .modal-prev:hover,
.full-gallery-modal .modal-next:hover {
    transform: scale(1.2) translateY(-50%);
}

.full-gallery-modal .modal-content-img {
    margin    : auto;
    display   : block;
    max-width : 90%;
    max-height: 80vh;
    object-fit: contain;
    padding   : 20px 50px;
}

/* certificate-section  */

.certificate-section {
    padding         : 60px 0 60px 0;
    background-color: #fff;
    text-align      : center;
    position        : relative;
    overflow        : hidden;
}

.cert-section-title {
    font-size    : 40px;
    font-weight  : 700;
    color        : #333;
    margin-bottom: 10px;
    position     : relative;
}

.cert-section-subtitle::before {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 50%;
    height          : 3px;
    background-color: #d8d8d8;
    margin-top      : 15px;
}

.cert-section-subtitle::after {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 15%;
    height          : 3px;
    background-color: var(--primary-blue);
    margin-top      : 15px;
}

.cert-section-subtitle {
    font-size    : 17px;
    color        : #666666;
    margin-bottom: 50px;
    max-width    : 750px;
    margin-left  : auto;
    margin-right : auto;
    position     : relative;
}

.certificate-carousel-wrapper {
    position : relative;
    max-width: 1300px;
    margin   : 0 auto;
}

.certificate-row {
    min-height: 600px;
}

.certificate-slider .owl-stage-outer {
    overflow: visible !important;
}

.certificate-slider .owl-stage {
    padding: 60px 0 !important;
}

.certificate-item {
    padding        : 0 5px !important;
    height         : 600px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    transition     : transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s;

}

.certificate-slider .owl-item {
    position: relative !important;
    z-index : 1 !important;
}


.owl-item:has(.level-1) {
    z-index: 3 !important;
}

.owl-item:has(.level-2) {
    z-index: 2 !important;
}

.owl-item.center {
    z-index: 5 !important;
}

.certificate-item.level-2 {
    transform: scale(1);
}

.certificate-item.level-1 {
    transform: scale(1.25);
}

.certificate-item.active-slide {
    transform: scale(1.5);
}

.certificate-img {
    width     : 100%;
    height    : auto;
    display   : block;
    border    : 4px solid #e3e1e1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.slider-nav-btn {
    position        : absolute !important;
    top             : 55% !important;
    transform       : translateY(-50%) !important;
    background-color: var(--primary-blue) !important;
    color           : #fff !important;
    border          : none !important;
    width           : 45px !important;
    height          : 45px !important;
    border-radius   : 4px !important;
    display         : flex !important;
    justify-content : center !important;
    align-items     : center !important;
    font-size       : 1.4rem !important;
    cursor          : pointer !important;
    transition      : all 0.3s ease !important;
    z-index         : 10 !important;
    opacity         : 1 !important;
}

.slider-nav-btn:hover {
    cursor: pointer !important;
}

.prev-btn {
    left: -5%;
}

.next-btn {
    right: -5%;
}


.certificate-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
    display   : none;
}

.certificate-owl .owl-dot span {
    width     : 10px;
    height    : 10px;
    margin    : 5px 4px;
    background: #D6D6D6;
    display   : block;
    transition: opacity 0.2s ease;
}

.certificate-owl .owl-dot.active span,
.certificate-owl .owl-dot:hover span {
    background: var(--primary-blue);
}

/* contact-section */
.contact-section {
    width   : 100%;
    position: relative;
}


.contact-section .row {
    margin-left : 0;
    margin-right: 0;
}

.contact-qna-col-left {
    background-color   : #212121;
    color              : white;
    background-image   : url(../img/wave-overlay.png);
    background-position: bottom left;
    background-repeat  : no-repeat;
}

.contact-qna-inner {
    padding: 60px 60px;
    height : 100%;
}

.contact-qna-title {
    font-size    : 40px;
    font-weight  : 700;
    margin-bottom: 10px;
}

.contact-qna-subtitle {
    font-size    : 16px;
    color        : #ccc;
    margin-bottom: 40px;
}

.contact-highlight-link {
    color          : #ffffff;
    font-weight    : 600;
    text-decoration: underline;
    cursor         : pointer;
}

.contact-header-underline {
    width        : 230px;
    height       : 3px;
    background   : linear-gradient(to right, #0582CA 40%, #d3d3d3 20%);
    margin-bottom: 30px;
}

.contact-accordion {
    border          : none;
    background-color: white;
}

.contact-qna-item {
    border          : none;
    border-bottom   : 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom   : 0;
    background-color: transparent;
}

.contact-qna-toggle {
    border          : none;
    width           : 100%;
    padding         : 15px 20px;
    font-size       : 17px;
    font-weight     : 500;
    text-align      : left;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    cursor          : pointer;
    background-color: white;
    color           : black;
    transition      : all 0.3s;
}

.contact-qna-toggle span.contact-qna-link {
    color: inherit;
}

.contact-qna-item.active .contact-qna-toggle {
    background-color: var(--primary-blue);
    color           : white;
}

.contact-qna-icon-box {
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 20px;
    height         : 20px;
}

.contact-qna-item:not(.active) .contact-qna-icon-box {
    background-color: var(--primary-blue);
}

.contact-qna-item:not(.active) .contact-qna-icon-box i {
    color    : white;
    font-size: 12px;
}

.contact-qna-item.active .contact-qna-icon-box {
    background-color: transparent;
    padding-right   : 5px;
}

.contact-qna-item.active .contact-qna-icon-box i {
    color    : white;
    font-size: 16px;
}

.contact-qna-content {
    height     : 0;
    overflow   : hidden;
    transition : height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: height;
}



.contact-qna-body {
    background-color: white;
    color           : black;
    padding         : 15px;
    font-size       : 15px;
    border          : none;
}


.contact-form-col-right {
    background-color: #f0f0f0;
    color           : #333;
}

.contact-form-inner {
    padding: 60px;
    height : 100%;
}

.contact-form-title {
    font-size    : 40px;
    font-weight  : 700;
    margin-bottom: 10px;
    color        : #333;
}

.contact-form-subtitle {
    font-size    : 16px;
    color        : #666;
    margin-bottom: 40px;
}

.contact-form-col-right .contact-header-underline {
    background-color: var(--primary-blue);
}

.contact-form-control:focus {
    box-shadow  : none;
    border-color: var(--primary-blue);
}

.contact-submit-btn {
    background         : linear-gradient(to left, var(--primary-blue) 0%, var(--primary-blue) 50%, black 50%, black 100%);
    background-size    : 250% 100%;
    background-position: right bottom;
    color              : #ffffff !important;
    border             : none;
    padding            : 10px 24px !important;
    border-radius      : 4px;
    font-weight        : 600;
    font-size          : 15px;
    cursor             : pointer;
    display            : flex;
    align-items        : center;
    gap                : 8px;
    text-decoration    : none;
    transition         : background-position 0.4s ease-in-out;
}


.contact-submit-btn:hover {
    background-position: left bottom;
    color              : #ffffff;
    text-decoration    : none;
}

.contact-terms-text {
    font-size: 14px;
    color    : #666;
}

.contact-form .row>[class*="col-"] {
    padding-left : 0;
    padding-right: 0;
}

.contact-form-control,
.contact-form-col-right .form-select {
    height          : 38px !important;
    line-height     : 38px;
    padding         : 0 10px;
    box-sizing      : border-box;
    border          : 1px solid #ddd;
    border-radius   : 4px;
    font-size       : 0.8rem !important;
    background-color: white;
    width           : 100%;
}

.contact-form-control[rows="5"] {
    height     : auto;
    line-height: 1.5;
    padding    : 8px 10px;
    resize     : none;
}

.contact-form .row .col-sm-6:nth-child(even) {
    padding-left: 10px;
}

.contact-form .row .col-sm-6:nth-child(odd) {
    padding-right: 10px;
}

.contact-form-control[type="file"] {
    height            : 38px;
    line-height       : 1;
    padding           : 0;
    appearance        : none;
    -webkit-appearance: none;
    -moz-appearance   : none;
    font-size         : 0.8rem;
}


.contact-form-control[type="file"]::-webkit-file-upload-button {
    width           : 25%;
    height          : 38px;
    background-color: white;
    color           : black;
    border          : none;
    border-right    : 1px solid #ddd;
    cursor          : pointer;
    margin          : 0;
    padding         : 0 10px;
    box-sizing      : border-box;
    line-height     : 38px;
    text-align      : center;
    background      : #cccc;
}

.contact-form-control[type="file"]::-moz-file-upload-button {
    width           : 25%;
    height          : 38px;
    background-color: white;
    color           : black;
    border          : none;
    border-right    : 1px solid #ddd;
    cursor          : pointer;
    margin          : 0;
    padding         : 0 10px;
    box-sizing      : border-box;
    line-height     : 38px;
    text-align      : center;
}

.error-message {
    display: none;
}

.has-error .error-message {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

.has-error input,
.has-error textarea,
.has-error select {
    border: 1px solid #dc3545;
}

/* order-section */
.order-section {
    padding            : 60px 0;
    text-align         : center;
    background-image   : url('/img/work2_overlay.png');
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
    position           : relative;
}

.order-section .owl-carousel .owl-stage-outer {
    width: 101% !important;
}

.order-section .container {
    align-items    : center;
    justify-content: center;
    display        : flex;
    flex-direction : column;
}

.section-title {
    font-size    : 2.5rem;
    font-weight  : 700;
    color        : var(--heading-color);
    margin-bottom: 10px;
}

.section-subtitle {
    font-size    : 17px;
    color        : #666;
    margin-bottom: 50px;
    max-width    : 750px;
    margin-left  : auto;
    margin-right : auto;
    position     : relative;
}

.section-subtitle::before {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 50%;
    height          : 3px;
    background-color: #d8d8d8;
    margin-top      : 15px;
}

.section-subtitle::after {
    content         : '';
    position        : absolute;
    top             : 100%;
    left            : 50%;
    transform       : translateX(-50%);
    width           : 15%;
    height          : 3px;
    background-color: var(--primary-blue);
    margin-top      : 15px;
}

#order-owl-carousel .owl-stage {
    height     : 585px !important;
    padding-top: 10px !important;
}

.order-section .owl-carousel.order-slider .owl-dots {
    display    : block !important;
    text-align : center;
    padding-top: 15px;
}

.order-section .owl-carousel.order-slider .owl-dot {
    opacity   : 0.7;
    transition: opacity 0.3s ease;
}

.order-section .owl-carousel.order-slider .owl-dot span {
    width        : 10px;
    height       : 10px;
    margin       : 5px;
    border-radius: 0;
    background   : #555;
    display      : block;
}

.order-section .owl-carousel.order-slider .owl-dot.active {
    opacity: 1;
}

.order-section .owl-carousel.order-slider .owl-dot.active span {
    background: var(--primary-blue);
}

.order-card {
    background-color: #fff;
    border          : 1px solid #e0e0e0;
    overflow        : hidden;
    text-align      : left;
    height          : 100%;
    transition      : transform 0.3s, box-shadow 0.3s;
}

.order-card::after {
    content          : "";
    display          : block;
    width            : 10px;
    background-color : #dedede;
    position         : absolute;
    top              : 15px;
    bottom           : -9px;
    right            : -10px;
    -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -khtml-clip-path : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -moz-clip-path   : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -ms-clip-path    : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    -o-clip-path     : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    clip-path        : polygon(0 0, 100% 6px, 100% 100%, 0 100%);
    transition       : all 350ms ease-in-out 0ms;
}

.order-card::before {
    content          : "";
    display          : block;
    height           : 10px;
    background-color : #dedede;
    position         : absolute;
    bottom           : -9px;
    left             : 10px;
    right            : -1px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -khtml-clip-path : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -moz-clip-path   : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -ms-clip-path    : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    -o-clip-path     : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    clip-path        : polygon(0 0, 100% 0, 100% 100%, 6px 100%);
    transition       : all 350ms ease-in-out 0ms;
}

.order-card:hover::after,
.order-card:hover::before {
    background-color: var(--primary-blue);
}

.card-image-container {
    position: relative;
    overflow: hidden;
}


.card-icon-overlay {
    display            : inline-block;
    transform-style    : preserve-3d;
    backface-visibility: hidden;
    transition         : transform 0.5s ease-in-out;
    transform          : rotateY(0deg);
    position           : absolute;
    top                : 30px;
    left               : 30px;
    background-color   : var(--primary-blue);
    color              : white;
    padding            : 8px 12px;
    font-size          : 1.5rem;
}

.order-card:hover .card-icon-overlay {
    transform: rotateY(-720deg);
}

.card-body {
    padding: 30px 25px;
}

.order-card .card-body {
    height         : 310px;
    display        : flex;
    flex-direction : column;
    justify-content: space-between;
}

.read-more-link {
    background         : linear-gradient(to left, var(--primary-blue) 0%, var(--primary-blue) 50%, black 50%, black 100%);
    background-size    : 250% 100%;
    background-position: right bottom;
    color              : #ffffff !important;
    border             : none;
    padding            : 10px 24px !important;
    border-radius      : 4px;
    font-weight        : 600;
    font-size          : 15px;
    cursor             : pointer;
    display            : flex;
    align-items        : center;
    gap                : 8px;
    text-decoration    : none;
    transition         : background-position 0.4s ease-in-out;
    width              : fit-content;
}

.read-more-link:hover {
    background-position: left bottom;
    color              : #ffffff;
    text-decoration    : none;
}

.read-more-link .icon-arrow {
    opacity    : 0;
    transition : all 0.3s ease;
    line-height: normal;
    margin-left: -20px;
}

.read-more-link .icon-plus {
    opacity    : 1;
    transition : all 0.3s ease;
    line-height: normal;
    color      : var(--primary-blue);
}

.order-card:hover .read-more-link {
    color          : var(--primary-blue);
    text-decoration: none;
}

.order-card:hover .read-more-link .icon-plus {
    opacity: 0;
    color  : var(--primary-blue);
}

.order-card:hover .read-more-link .icon-arrow {
    opacity: 1;
    color  : var(--primary-blue);
}

.order-product-btn {
    background         : linear-gradient(to left, var(--primary-blue) 0%, var(--primary-blue) 50%, black 50%, black 100%);
    background-size    : 250% 124%;
    background-position: right bottom;
    color              : #ffffff;
    border             : none;
    padding            : 10px 24px;
    border-radius      : 4px;
    font-weight        : 600;
    font-size          : 15px;
    cursor             : pointer;
    display            : flex;
    align-items        : center;
    gap                : 8px;
    text-decoration    : none;
    transition         : background-position 0.4s ease-in-out;
    width              : fit-content;
}

.order-product-btn:hover {
    background-position: left bottom;
    color              : #ffffff;
    text-decoration    : none;
    font-weight        : 500;
}


.scroll-to-top-btn {
    display         : none;
    position        : fixed;
    bottom          : 20px;
    right           : 20px;
    z-index         : 99;
    width           : 50px;
    line-height     : 50px;
    text-align      : center;
    background-color: var(--primary-blue);
    color           : #fff;
    border-radius   : 4px;
    box-shadow      : 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    font-size       : 20px;
}

.scroll-to-top-btn:hover {
    background-color: #1eb2e3;
    color           : #fff;
    transform       : scale(1.05);
}

.scroll-to-top-btn i {
    pointer-events: none;
}

.contact-form-control::placeholder {
    font-size: 0.8rem;
}



@media (max-width: 450px) {

    .case-header .case-header-title,
    .gallery-header .gallery-header-title {
        margin   : 0 10px;
        max-width: 100%;
    }

    .service-hero-section {
        position  : relative;
        padding   : 80px 15px;
        text-align: center;
        overflow  : hidden;
        min-height: 350px;
        margin-top: 70px;
    }

    .service-hero-section img {
        position  : absolute;
        top       : 0;
        left      : 0;
        width     : 100%;
        height    : 100%;
        object-fit: cover;
        z-index   : 0;
    }

    .service-hero-section .container {
        position: relative;
        z-index : 2;
    }

    .service-hero-section .row {
        width  : 100%;
        margin : 0;
        display: block;
    }

    .service-hero-section h1 {
        color        : white;
        font-size    : 26px;
        font-weight  : 700;
        line-height  : 1.3;
        margin-bottom: 10px;
    }

    .service-hero-section p {
        color        : rgba(255, 255, 255, 0.8);
        font-size    : 14px;
        margin-bottom: 15px;
        padding      : 0 10px;
    }

    .service-hero-section .breadcrumb {
        color          : white;
        font-size      : 13px;
        padding        : 10px 20px !important;
        justify-content: center;
    }

    .service-hero-section .breadcrumb a {
        color          : white;
        text-decoration: none;
    }

    .service-hero-section .breadcrumb i {
        font-size     : 10px;
        vertical-align: middle;
        margin        : 0 5px;
    }

    .main-left h1,
    .section-title,
    .custom-faq-title,
    .tech-title,
    .content-title,
    .content-title,
    .case-header h2,
    .gallery-header h2,
    .contact-qna-title,
    .contact-qna-title,

    .feature-sub-title {
        font-size: 30px;
    }

    .feature-sub-title.text-light {
        font-size  : 21px;
        font-weight: 700;
    }

    .main-left {
        margin-bottom: 10px;
    }

    .info-panel2 {
        width     : 100%;
        min-width : auto;
        padding   : 15px;
        margin-top: 16px;
    }

    .info-panel2 .icon-container {
        margin-right: 10px;
    }

    .info-panel2 .percentage-title {
        font-size: 24px;
    }

    .info-panel2 .percentage-text {
        width    : 100%;
        font-size: 15px;
    }

    .why-slide {
        padding   : 50px 0;
        min-height: 675px;
        max-height: 675px;
    }

    .why-list li {
        font-size: 14px;
    }
    .why-list li {
        display: flex;      
        align-items: flex-start; 
        margin-bottom: 10px;  
    }

    .why-list li i {
        margin-top: 5px;    
        margin-right: 12px;  
        flex-shrink: 0;    
    }
    .why-left {
        padding-left : 0 !important;
        padding-right: 0 !important;
        margin-left  : 0 !important;
        margin-right : 0 !important;
    }

    .why-right {
        padding-left : 15px !important;
        padding-right: 15px !important;
        padding-top  : 30px;
        text-align   : center;
    }

    .circular-image-wrapper {
        width       : 150px;
        height      : 150px;
        margin      : 0 0 0 15px;
        border-width: 2px;
    }

    .icon-on-image {
        width    : 50px;
        height   : 50px;
        font-size: 25px;
        top      : 5px;
        right    : 15px;
        transform: translate(20%, -20%);
    }

    .why-title {
        font-size    : 24px;
        margin-bottom: 15px;
        text-align   : start;
    }

    .why-subtitle {
        font-size : 14px;
        text-align: start;
    }

    .why-list {
        text-align: left;
        padding   : 0 15px;
        max-width : 500px;
        margin    : 0 auto 30px auto;
    }

    .why-section-container .common-nav-buttons {
        display: none !important;
    }

    #whyOwl.owl-carousel button.owl-dot {
        background: none !important;
        color     : #fff !important;
        border    : none !important;
        padding   : 0 !important;
        outline   : none;
    }


    #whyOwl.owl-carousel .owl-dots {
        display        : flex !important;
        justify-content: center;
        position       : absolute;
        bottom         : 20px;
        left           : 0;
        right          : 0;
        z-index        : 10;
        margin-top     : 20px;
    }

    #whyOwl.owl-carousel .owl-dots .owl-dot span {
        background: rgba(255, 255, 255, 0.4);
        width     : 10px;
        height    : 10px;
        margin    : 0 5px;
        display   : block;
        transition: all 0.3s ease;
    }

    #whyOwl.owl-carousel .owl-dots .owl-dot.active span {
        background: white;
        transform : scale(1.2);
    }



    .custom-faq-wrapper {
        padding: 60px 15px;
    }

    .custom-left-panel {
        height       : auto;
        margin-bottom: 30px;
    }

    #customerCarousel .item img {
        min-height: 400px;
        height    : 100%;
    }

    .custom-faq-right-panel {
        padding: 0;
    }

    .custom-faq-title {
        margin-bottom: 25px;
    }

    .custom-faq-subtitle {
        font-size     : 15px;
        padding-bottom: 25px;
        text-align    : left;
    }


    .custom-faq-subtitle::before {
        top             : -20%;
        left            : 100%;
        transform       : translateX(-100%);
        width           : 100%;
        height          : 3px;
        background-color: #d8d8d8;
        margin-top      : 15px;
    }

    .custom-faq-subtitle::after {
        content         : '';
        position        : absolute;
        top             : -20%;
        left            : 0;
        transform       : none;
        width           : 40%;
        height          : 3px;
        background-color: var(--primary-blue);
        margin-top      : 15px;
    }

    .custom-faq-link {
        font-size    : 15px;
        padding      : 12px 15px;
        padding-right: 50px;
    }

    .custom-faq-icon-box {
        margin-right: 15px;
        margin-left : 0;
    }

    .custom-faq-body {
        padding: 15px 20px;
    }

    .icon-left {
        right: 0;
    }

    .icon-on-split {
        transform: translate(-50%, -50%) !important;
        top      : 14%;
        left     : 17%;

    }

    .feature-padding-left,
    .feature-padding-right {
        padding: 15px !important;
    }

    .feature-body.text-light-p,
    .feature-list.list-light li {
        font-size: 15px;
    }
    .feature-list li {
        display: flex;           
        align-items: flex-start;  
        margin-bottom: 12px;      
    }

    .feature-list li i {
        flex-shrink: 0;          
        width: 20px;             
        margin-top: 4px;         
        margin-right: 10px;     
    }
    .tech-feature-item .tech-image-col {
        order: 1 !important;
    }

    .tech-feature-item .tech-content-col {
        order: 2 !important;
    }

    .icon-on-split {
        width : 70px;
        height: 70px;
    }

    .icon-on-split i {
        font-size: 30px;
    }

    .feature-sub-title {
        margin-bottom: 20px;
        font-size    : 21px;
        font-weight  : 700;
    }


    .factory-section {
        padding: 60px 15px;
    }

    .factory-image-simple-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .main-factory-image {
        min-height: 250px;
    }

    .content-inner-padding {
        padding: 0;
    }

    .content-title {
        margin-bottom: 15px;
    }

    .content-body {
        font-size    : 15px;
        margin-bottom: 40px;
    }

    .content-body::before {
        top       : 100%;
        left      : 0%;
        transform : none;
        width     : 100%;
        margin-top: 10px;
    }

    .content-body::after {
        top       : 100%;
        left      : 0;
        transform : none;
        width     : 40%;
        margin-top: 10px;
    }

    .checkmark-list-row>.col-sm-6 {
        width    : 100%;
        max-width: 100%;
        flex     : 0 0 100%;
    }

    .small-image-footer {
        gap       : 5px;
        margin-top: 20px;
    }

    .footer-img {
        width: 100% !important;

    }

    .certificate-slider .owl-stage {
        padding: 0 !important;
    }

    .certificate-item {
        padding: 5px !important;
        height : auto;
    }

    .certificate-item.level-2,
    .certificate-item.level-1,
    .certificate-item.active-slide {
        transform: scale(1) !important;
        z-index  : 1 !important;
    }

    .slider-nav-btn {
        display: none !important;
    }

    .cert-section-subtitle {
        padding: 10px;
    }

    .certificate-owl .owl-dots {
        display   : block;
        margin-top: 15px;
    }

    .cert-section-title {
        font-size: 30px;
    }

    /* case-studies */
    .case-studies {
        padding: 60px 0px 60px 0px;
    }

    .case-carousel {
        margin-top: 28px;
    }

    .case-header {
        display    : block;
        margin-left: 0;
        max-width  : 100%;
    }

    .case-header #case-header-title {
        max-width: 100%;
    }

    .case-header .case-nav {
        text-align  : right;
        padding-top : 50px;
        margin-right: 3%;
    }

    .case-header .case-nav button {
        margin-left: 5px;
    }

    .case-item {
        flex: 0 0 100%;
    }

    .case-item .plus-icon.active-mobile::before {
        opacity: 1;
    }

    .case-header p {
        margin-bottom: 0px !important;
    }

    /* gallery-section */
    .gallery-section {
        padding: 60px 0px 0px 0px;
    }

    .gallery-header {
        display    : block;
        margin-left: 0;
        max-width  : 100%;
    }

    .gallery-header #gallery-header-title {
        margin   : 0 3%;
        max-width: 100%;
    }

    .gallery-header .gallery-nav {
        text-align  : right;
        padding-top : 50px;
        margin-right: 3%;
    }

    .gallery-header {
        margin-bottom: 0;

    }

    .gallery-header .gallery-nav button {
        margin-left: 5px;
    }

    .gallery-track {

        margin-top: 28px;
    }

    .gallery-item {
        flex: 0 0 100%;
    }

    .gallery-item .plus-icon.active-mobile::before {
        opacity: 1;
    }

    .gallery-header p {
        margin-bottom: 0px !important;
    }

    .close-modal-btn {
        top      : 10px;
        right    : 15px;
        font-size: 30px;
    }

    .modal-content-img {
        width     : 95% !important;
        max-width : 95% !important;
        max-height: 90vh !important;
        height    : auto;
        object-fit: contain;
        margin    : auto;
        position  : absolute;
        top       : 50%;
        left      : 50%;
        transform : translate(-50%, -50%);
        padding   : 0 !important;
        animation : zoom-mobile 0.6s;
    }

    @keyframes zoom {
        to {
            transform: scale(1) translateY(0);
        }
    }

    .full-gallery-modal .modal-prev,
    .full-gallery-modal .modal-next {
        top             : 50%;
        padding         : 10px;
        font-size       : 16px;
        background-color: rgba(237, 236, 236, 1);
        border-radius   : 4px;
        z-index         : 10001;
    }

    .full-gallery-modal .modal-prev {
        left     : 8px;
        transform: translateY(-50%);
    }

    .full-gallery-modal .modal-next {
        right    : 8px;
        transform: translateY(-50%);
    }

    .contact-section {
        width     : 100%;
        margin-top: 0px;
    }

    .contact-qna-col-left {
        background-position: bottom center;
        background-size    : 100% auto;
    }

    .contact-qna-inner {
        padding: 60px 15px;
    }

    .contact-qna-title {
        font-size: 32px;
    }

    .contact-qna-subtitle {
        font-size    : 15px;
        margin-bottom: 30px;
    }

    .contact-header-underline {
        margin-bottom: 20px;
    }

    .contact-qna-toggle {
        padding  : 12px 15px;
        font-size: 16px;
    }

    .contact-qna-body {
        padding  : 10px 15px;
        font-size: 14px;
    }

    .contact-form-inner {
        padding: 40px 15px;
    }

    .contact-form-title {
        font-size    : 32px;
        margin-bottom: 15px;
    }

    .contact-form-subtitle {
        font-size    : 15px;
        margin-bottom: 30px;
    }

    .contact-form .row .col-sm-6 {
        width        : 100%;
        padding-left : 0 !important;
        padding-right: 0 !important;
    }

    .contact-form .row .col-sm-6:nth-child(even),
    .contact-form .row .col-sm-6:nth-child(odd) {
        padding-left : 0;
        padding-right: 0;
    }

    .contact-form-control[type="file"]::-webkit-file-upload-button,
    .contact-form-control[type="file"]::-moz-file-upload-button {
        width: 30%;
    }

    .d-flex.align-items-center.pt-3 {
        flex-direction: column;
        align-items   : flex-start !important;
    }

    .contact-submit-btn {
        width          : 100%;
        margin-right   : 0 !important;
        margin-bottom  : 15px;
        justify-content: center;
    }

    .form-check.m-0 {
        padding-left: 0;
    }

    .contact-terms-text {
        font-size: 13px;
    }

    .contact-qna-toggle span.contact-qna-link {
        width: 90%;
    }

    .order-section .owl-carousel .owl-stage-outer {
        width: 103% !important;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {


    .common-nav-buttons {
        margin-left: 40px;
        bottom     : 110px;
    }

    .service-hero-section {
        height: 60vh;
    }

    .service-hero-section h1 {
        font-size: 50px;
    }

    .service-hero-section p {
        font-size: 16px;
        padding  : 0 100px;
    }

    .why-right {
        padding-left: 60px !important;
    }

    .main-left h1 {
        font-size: 40px;
    }

    .info-panel2 {
        padding   : 25px;
        margin-top: 40px;
    }

    .info-panel2 .percentage-title {
        font-size: 24px;
    }

    .why-slide {
        min-height: 600px;
    }

    .circular-image-wrapper {
        width : 400px;
        height: 400px;
    }

    .why-title {
        font-size: 40px;
    }


    .service-card .card-body {
        height: 300px;
    }

    .card-image {
        height: 200px;
    }

    .custom-faq-wrapper {
        padding: 40px 100px;
    }

    .custom-left-panel {}

    .custom-faq-right-panel {
        padding-left: 20px;
    }

    #customerCarousel .item img {
        min-height: 550px;
    }

    .custom-faq-link {
        padding  : 10px 40px 10px 20px;
        font-size: 16px;
    }

    .factory-section {
        padding: 40px 80px;
    }

    .content-inner-padding {
        padding: 0 0 10px 20px;
    }

    .factory-image-simple-wrapper {
        padding-right: 15px;
    }

    .main-factory-image {
        min-height: 400px;
    }

    .content-title {
        font-size    : 40px;
        margin-bottom: 15px;
    }

    .content-body {
        margin-bottom: 50px;
        font-size    : 17px;

    }

    .content-body::before {
        top  : 105%;
        left : 15%;
        width: 30%;
    }

    .content-body::after {
        top  : 105%;
        left : 7%;
        width: 15%;
    }

    .footer-img {
        height: 80px;
    }

    .case-studies,
    .gallery-section {
        padding: 40px 80px;
    }

    .case-header #case-header-title,
    .gallery-header #gallery-header-title {
        margin-left: 0%;
        max-width  : 60%;
    }

    .case-header .case-header-title {
        margin-left: 0%;
        max-width  : 80%;
    }

    .gallery-header .gallery-header-title {
        margin-left: 0%;
        max-width  : 80%;
    }

    .case-header h2,
    .gallery-header h2 {
        font-size: 40px;
    }


    .case-nav,
    .gallery-nav {
        margin-right: 5%;
    }

    /* .case-item,
    .gallery-item {
        flex  : 0 0 calc((100% - 60px) / 3);
        height: 350px;
    } */
    .case-item .info h3,
    .gallery-item .info h3 {
        font-size: 24px;
    }

    .case-item .info p,
    .gallery-item .info p {
        font-size: 16px;
    }

    .btn-view-all-projects {
        padding  : 8px 20px;
        font-size: 14px;
    }

    .full-gallery-modal .modal-prev {
        left: 5%;
    }

    .full-gallery-modal .modal-next {
        right: 5%;
    }

    .cert-section-title {
        font-size: 40px;
    }

    .cert-section-subtitle {
        font-size    : 17px;
        margin-bottom: 40px;
    }

    .certificate-row {
        min-height: 500px;
    }

    .certificate-carousel-wrapper {
        max-width: 1098px;
    }

    .prev-btn {
        left: -8%;
    }

    .next-btn {
        right: -8%;
    }

    .contact-qna-inner,
    .contact-form-inner {
        padding: 40px;
    }

    .contact-qna-title,
    .contact-form-title {
        font-size: 40px;
    }

    .contact-qna-subtitle,
    .contact-form-subtitle {
        font-size: 15px;
    }

    .contact-form .row .col-sm-6:nth-child(even) {
        padding-left: 5px;
    }

    .contact-form .row .col-sm-6:nth-child(odd) {
        padding-right: 5px;
    }

    .order-section {
        padding: 40px 0;
    }

    .section-title {
        font-size    : 40px;
        margin-bottom: 8px;
    }

    .section-subtitle {
        font-size    : 17px;
        margin-bottom: 40px;
    }

    .section-subtitle::before {
        width: 50%;
    }

    .section-subtitle::after {
        width: 15%;
    }

    #order-owl-carousel .owl-stage {
        height     : 500px !important;
        padding-top: 10px !important;
    }


    .order-card .card-body {
        padding: 20px;
        height : 280px;
    }

    .card-icon-overlay {
        top      : 20px;
        left     : 20px;
        padding  : 6px 10px;
        font-size: 1.2rem;
    }

    .order-product-btn {
        padding  : 8px 20px;
        font-size: 14px;
    }

    .feature-image {
        height: 55vh;
    }

    .feature-content-inner {
        height    : 100%;
        min-height: 55vh;
        max-height: 55vh;
    }
}

@media (min-width: 1300px) and (max-width: 1700px) {

    .service-hero-section {
        height: 60vh;
    }

    .service-hero-section h1 {
        font-size: 48px;
    }

    .service-hero-section p {
        font-size: 1.1rem;
        padding  : 0 220px;
    }

    .why-right {
        padding-left: 120px !important;
    }

    .info-panel2 {
        padding   : 35px;
        margin-top: 80px;
    }

    .info-panel2 .percentage-title {
        font-size: 30px;
    }


    .why-slide {
        min-height: 750px;
    }

    .circular-image-wrapper {
        width  : 500px;
        height : 500px;
        padding: 12px;
    }

    .why-title {
        font-size: 40px;
    }

    .common-nav-buttons {
        left       : 45%;
        margin-left: 100px;
    }

    .service-card .card-body {
        height: 300px;
    }

    .card-image {
        height: 280px;
    }


    .custom-faq-wrapper {
        padding: 80px;
    }

    .custom-left-panel {}

    .custom-faq-right-panel {
        padding-left: 40px;
    }

    .custom-faq-subtitle::before {
        top  : 65%;
        left : 13%;
        width: 25%;
    }

    .custom-faq-subtitle::after {
        top  : 65%;
        left : 6%;
        width: 12%;
    }

    #customerCarousel .item img {
        min-height: 625px;
    }

    .custom-faq-link {
        padding  : 15px 60px 15px 30px;
        font-size: 18px;
    }



    .content-inner-padding {
        padding: 0 0 30px 40px;
    }

    .factory-image-simple-wrapper {
        padding-right: 30px;
    }

    .footer-img {
        height       : 120px;
        border-radius: 8px;
    }

    .case-header h2,
    .gallery-header h2 {
        font-size: 40px;
    }

    .case-header p,
    .gallery-header p {
        font-size: 17px;
    }

    /* .case-item,
    .gallery-item {
        flex  : 0 0 calc((100% - 60px) / 3);
        height: 480px;
    } */

    .case-item .info h3,
    .gallery-item .info h3 {
        font-size: 32px;
    }

    .case-item .info p,
    .gallery-item .info p {
        font-size: 18px;
    }

    .btn-view-all-projects {
        padding  : 12px 28px;
        font-size: 16px;
    }

    .full-gallery-modal .modal-prev {
        left: 10%;
    }

    .full-gallery-modal .modal-next {
        right: 10%;
    }

    .modal-content-img {
        max-width : 1200px;
        max-height: 85vh;
    }

    .cert-section-title {
        font-size: 40px;
    }

    .cert-section-subtitle {
        font-size: 17px;
    }

    .certificate-row {
        min-height: 700px;
    }


    .prev-btn {
        left: -3%;
    }

    .next-btn {
        right: -3%;
    }

    .contact-qna-inner,
    .contact-form-inner {
        padding: 60px;
    }

    .contact-qna-title,
    .contact-form-title {
        font-size: 40px;
    }

    .contact-qna-subtitle,
    .contact-form-subtitle {
        font-size: 17px;
    }

    .contact-form .row .col-sm-6:nth-child(even) {
        padding-left: 15px;
    }

    .contact-form .row .col-sm-6:nth-child(odd) {
        padding-right: 15px;
    }

    .order-section {
        padding: 60px 0;
    }

    .section-title {
        font-size    : 40px;
        margin-bottom: 15px;
    }

    .section-subtitle {
        font-size    : 17px;
        margin-bottom: 60px;
    }

    #order-owl-carousel .owl-stage {
        height     : 670px !important;
        padding-top: 15px !important;
    }

    .order-card .card-body {
        padding: 40px 30px;
        height : 350px;
    }



    .order-product-btn {
        padding  : 12px 28px;
        font-size: 16px;
    }

    .feature-image {
        height: 55vh;
    }

    .feature-content-inner {
        height    : 100%;
        min-height: 55vh;
        max-height: 55vh;
        padding   : 80px 80px;
    }
}