.hero-section {
    position: relative;
    overflow: hidden;
}



.hero-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.background-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f2f4f6 40%, rgba(239, 239, 239, 0.7) 70%, transparent 100%);
}

.text-hero h1 {
    margin-bottom: 2rem;
}


.product-section {
    margin-top: 5rem;

}

.product-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.uvc-section {
    background-color: white;
    margin-top: 10rem;
    padding: 3rem;
}

.uvc-section img {
    /* width: 15%; */
    max-height: 80px;
    object-fit: contain;
  
    padding-right: 1rem;
}

.uvc-section p {
    /* width:40%; */    
    border-left: 2px solid #ccc;
    padding-left: 20px;
}

.uvc-card-section {
    position: relative;
    overflow: hidden;

}
.uvc-card-section .hero-img-mobile {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
/* .hero-mobile-container {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.hero-img-mobile {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
} */
.uvc-card-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}


.uvc-section-header {
    padding-top: 50px;
    margin-top: 2rem;

}

.uvc-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.subtitle {
    font-size: 14px;
    height: 50px;
    color: white;
}

.text-uvc {
    width: 70%;
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
}



.uvc-card-section button {
    margin-top: 1rem;
    font-size: 14px;
    transition: transform 0.1s ease;
}


.search-section {
    margin-top: 5rem;
    padding: 80px 0;
    background: linear-gradient(135deg, #2d62ff, #5ea9ff);
}

.search-box {
    max-width: 1100px;
    margin: 0 auto;
}

.search-input {
    min-width: 200px;
    height: 50px;
    border-radius: 8px;

}



.featured-section {
    background: #f8f8f8;
}

.featured-tabs li {
    list-style: none;
    padding: 3px 10px;
    border-radius: 2px;
    cursor: pointer;
    color: #7f8084;
    font-weight: 300;
    border: 1px solid transparent;
}

.featured-tabs li.active {
    background: #333333;
    color: #fff;
    transform: skewX(-15deg);
}

.product-card {
    position: relative;
    background: #fff;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    height: 350px;
    max-height: 500px;
}

.product-card p {
    font-size: 12px;
    color: var(--text-label-color);
}

.product-card h6 {
    font-weight: 300;
}

.product-img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background: #fff;
    padding: 2rem;
}

.swiper-button-prev {
    left: -4% !important;
}

.swiper-button-next {
    right: -4% !important;
}

.custom-prev,
.custom-next {
    width: 24px;
    height: 32px !important;
    background: #e20613;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 10px 10px;
    transform: skewX(-15deg);
}

.custom-prev::after,
.custom-next::after {
    font-size: 14px !important;
    color: #fff;
}

.swiper-navigation-icon {
    display: none;
}

/* .swiper-button-prev.swiper-button-disabled{
    opacity: 1 !important;
} */

.zoom-icon-container:hover {
    background: rgba(255, 255, 255, 1);
}


.zoom-icon {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
}


.zoom-icon-container {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.zoom-icon {
    display: inline-block;
    /* width: 30px; */
    height: 30px;

    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.zoom-icon:hover {
    background: #fff;
    transform: scale(1.1);
}



.product-card {
    position: relative;
    overflow: hidden;
}

.hero-contactUs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.hero-contactUs h1 {
    color: white;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.hero-contactUs img {
    width: 50%;
    height: 380px;
    object-fit: cover;
}

.gradient {
    height: 380px;
    width: 50%;
    background: linear-gradient(90deg, #0386fa, #0dc0e1);
}

.text-line {
    color: #00ac02;
}

.contactus-section {
    background-color: var(--second-background-color);
}

.div-contact {
    width: 50%;
    max-width: 100%;
    padding: 2rem;
    margin-top: 5rem;
    background-color: white;
    box-shadow: 1px 1px 5px #ececec;
}

.lang-link.active {
    color: var(--orange);
}

.history-section img {
    object-fit: cover;
}

.img-column img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.maintenance-section img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}


.history-section p {
    font-size: 1rem;
    color: var(--text-normal-color);
    font-weight: 300;
}

.services-section .service-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    min-width: 45px;
}

.services-section p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.services-section img {
    object-fit: cover;
}

.custom-card {
    border-radius: 0px !important;
    box-shadow: 1px 1px 5px #ececec !important;
    border: 1px solid #e0e0e0 !important;
}

.custom-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px !important;
}

.uvc-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
}


.card-text {
    color: var(--main-text-color) !important;
}

.read-more-link {
    width: 30%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 5px;
    margin-top: 10px;
    background-color: #efefef;
    transition: all 0.3s ease;
}
.read-more-link::first-letter{
    text-transform: uppercase;
}

.read-more-link:hover {
    color: #ffffff;
    background-color: #6c757d;
    transform: scale(1.1);

}
.social-icon, .maintenance-btn>a{
    transition: all 0.3s ease;
}



.social-icon:hover ,.maintenance-btn>a:hover{

    transform: scale(1.1);
}

.custom-pagination .page-item {
    margin: 0 4px;
}

.page-link {
    border: 0;
}

.pagination-section {
    background-color: white;
    padding: 15px;
}

.pagination-section p {
    font-weight: 300;
}



.custom-pagination .page-link {
    border-radius: 2px !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: #f0f0f0;
    ;

}

.active>.page-link,
.page-link.active {
    border: none !important;
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--orange);
    color: white;
}


.custom-pagination .page-link:hover {
    color: var(--orange);
}


.article-container {
    max-width: 1000px;
}



.article-date {
    font-size: 1rem;
    color: #6c757d !important;
}




.article-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #343a40;
    margin-bottom: 1.5rem;
    font-weight: 300;
}



.post-navigation-container {
    padding-top: 20px;

}

.prev-post-link-wrapper {
    padding: 10px;

    background-color: white;
    box-shadow: 1px 1px 5px #ececec;
}

.next-post-link-wrapper {
    padding: 10px;
    border: 1px solid #e9ecef;
    background-color: #f3f3f3;
    box-shadow: 1px 1px 5px #ececec;
}



.post-navigation-container .nav-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100px;

    transition: background-color 0.3s;
}

.next-post-link-wrapper:hover {
    background-color: #f8f9fa;
}

.nav-text small {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    font-size: 16px;
}

.nav-title {

    font-weight: 400;
    color: #343a40;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 10px;
}






.article-wrapper {
    background-color: white;
    padding: 3rem;
    border: 1px solid #e9ecef;
}

.nav-thumb-placeholder {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

.nav-thumb-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    padding: 10px;
}

.header-bg {
    background-color: white;
    border-bottom: 1px solid #eee;
}



.filters-card,
.latest-products-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}

.latest-products-card h6,
.filters-card h6 {
    font-weight: 400;
    font-size: 20px;
}

.text-label {
    color: var(--text-label-color);
    font-weight: 300;
    font-size: 14px;
}

.filter-heading {
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 1rem;
}

.form-check-label  {
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--main-text-color);
}

.filters-card .count {
    font-weight: 300;
    font-size: 0.85rem;
    color: var(--main-text-color);
}

.form-check-input {
    border-radius: 0 !important;
}

.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}


.btn-reset {
    background-color: var(--gray-bg);
    color: #333;
    border: none;
    border-radius: 0;
    font-weight: 500;
    padding: 5px 20px;
}


.latest-product-thumb {
    width: 100px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.latest-product-thumb img {
    width: 65%;
    height: auto;

}

.product-list-title {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-header-color);

}


.product-detail-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px var(--gray-bg);

}

.product-sku {
    font-size: 14px;
    font-weight: 300;
    color: var(--text-label-color);
}


.thumbnail {
    width: 60px;
    height: 60px;
    border: 1px solid var(--gray-bg);
    cursor: pointer;
    padding: 3px;
    overflow: hidden;
}

.thumbnail.active {
    border: 1px solid var(--orange);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.key-features-list li {
    display: flex;
    font-size: 0.95rem;
    font-weight: 300;
    color: #333;
    padding: 3px 0;
}

.contact-share-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 10px;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.border-right {
    border-right: 1px solid var(--gray-bg);
}

.hr-gray {
    border: 1px solid var(--gray-icon);
}


.shopee-icon {
    width: 50px;
}

.shopee-link p {
    color: #f8631f;
}

.shopee-text {
    color: var(--main-text-color);
    font-weight: 300;
}

.contact-inquiry-section {
    background-color: white;
    height: 450px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}

.contact-inquiry-section h4 {
    padding: 10px 100px;
}

.contact-inquiry-section .btn {
    margin-top: 3rem;

}

.contact-inquiry-section .text-cantact {
    padding-left: 100px;
    color: var(--main-text-color);
}

.contact-rep-img {
    max-width: 90% ;
    width: 100% ;
    height: auto ;
    border-radius: 4px;
    margin: 30px 0px;
}

.main-product-image {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eee;
}

.main-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.info-card {
    background-color: white;
    box-shadow: 0 2px 4px var(--gray-bg);
}

.info-card p {
    padding: 1rem 0 0 1rem;
    font-weight: 300;
}

.text-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--text-label-color);
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

.text-divider::before,
.text-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--gray-bg);
}

.text-divider span {
    padding: 0 1rem;
}

.products-section .row{
    background-color: white;
    box-shadow: 0 2px 4px var(--gray-bg);
}
.product-category{
    border-right: 1px solid var(--gray-bg);
    border-bottom: 1px solid var(--gray-bg);
    cursor: pointer;
}
.product-category p.text-label { 
    padding-bottom: 1rem;
    font-size: 15px ;

}

.products-section .col-md-3 {

    padding: 0;
}
.product-category img {
    width: 100%;
    height: 180px;
    padding: 10px;
    object-fit: contain;
}


#imageModal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

#imageModal .modal-content {
    background: rgba(0,0,0,0.7);
    border: none;
    min-height: 100vh;
    position: relative;
    padding: 0;
}


.modal-control-btn , .modal-top-info {
    background: transparent;
    border: none;
    color: white;

}


#imageModal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
}

#imageModal img {
    height: 300px;
    max-height: 500px;
    width: 100%;
    object-fit: contain;
}


.modal-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: white;
    background: none;
    border: none;
    z-index: 20;
    padding: 0px 5px;
    background-color: rgba(0,0,0,0.7);
}
.modal-buttons{
    padding: 10px;
    background-color: rgba(0,0,0,0.9);
}

.modal-nav-arrow.prev {
    left: 15px;
}

.modal-nav-arrow.next {
    right: 15px;
}

.modal-nav-arrow:hover {
    color: #ccc;
}
.modal-controls .btn-close {
    filter: brightness(0) invert(2);
    opacity: 1;
}
.rotate {
    transform: rotate(-90deg); 
}

.key-features-list li::before {
    content: '•';
    color: var(--text-header-color);
    font-weight: bold;
    margin-right: 8px;

}

.no-bullets li::before {
    content: none;
}

.no-bullets {
    list-style: none;
}

.search-box .btn-orange{
    width: 200px;
    margin-left: 1rem;
}
.swiper-wrapper{
    /* margin-top: 1rem; */
}

.btn-Filter{
    background-color: #f0f0f0;
    border-radius: 0;
}
.btn .badge{
    border-radius: 0;
}

