@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@font-face {
    font-family: "Helvetica-Medium";
    src: url("../fonts/HELVETICANEUE-MEDIUM.woff");
}

.form-control:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

input[type="number"] {
    appearance: textfield;
}

body {
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
}

div {
    font-family: "Plus Jakarta Sans";
}

.no-scroll {
    overflow: hidden;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1650px;
    }
}

/* header */
.header {
    width: 100%;
    height: auto;
}

.header .navbar.header-black .nav-list a {
    color: #000;
}

.header-black .hamburger-menu span {
    background-color: #000;
}

.header .mini-header {
    width: 100%;
    height: auto;
    background-color: #000;
    color: #fff;
    padding: 13.5px 0px;
}

.header .mini-header .mini-container {
    max-width: 1650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header .mini-header .mini-container .contact-section {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.header .mini-header .mini-container .contact-section a {
    color: #fff;
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    margin-bottom: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    width: fit-content;
}

/* Product dropdown styling */
.product-dropdown {
    min-width: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.product-dropdown .dropdown-header {
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
}

.product-dropdown .dropdown-item {
    padding: 10px;
    transition: background 0.3s;
    border-radius: 6px;
}

.product-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.dropdown-img {
    width: 40px;
    height: auto;
    object-fit: contain;

    @media screen and (max-width: 768px) {
        width: 20px;
    }
}

.success {
    color: green;
}

/* 
.header .mini-header .mini-container .social-section {
    width: 165px;
    height: auto;
} */

.header .mini-header .mini-container .social-section .social-icons {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header .mini-header .mini-container .social-section .social-icons a img {
    width: auto;
    height: auto;
}

.btn {
    padding: 12px 40px;
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    border-radius: 65px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-inquiry {
    background: #c6d8dc;
    font-size: 16px;
    line-height: 12px;
    border: 1px solid transparent;
    padding: 16px 25px;
}

.btn-inquiry:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #c6d8dc;
}

.header .hero-section {
    background: linear-gradient(180deg, #546268 0%, #7b8286 100%);
    height: 100%;
}

.header .navbar {
    max-width: 1650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 0;
}

.header .navbar.header-black {
    position: relative;
    padding: 30px 0;
}

.hamburger-menu {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: none;
}

.hamburger-menu span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.hamburger-menu span:first-child {
    transform-origin: 0% 0%;
}

.hamburger-menu span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.hamburger-menu.open span:first-child {
    transform: rotate(45deg) translate(2px, -7px);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open span:nth-last-child(1) {
    transform: rotate(-45deg) translate(3px, 0px);
}

.header .hero-content {
    text-align: center;
    padding-top: 180px;
    position: relative;
    z-index: 2;
}

.header .heading {
    font-family: Plus Jakarta Sans;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.26;
    text-align: center;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto 23px;
}

.header .sub-text {
    text-align: center;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.header .btn-getstarted {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    padding: 18px 40px;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 83px;
}

.header .hero-slider {
    position: relative;
    z-index: 2;
}

.header .hero-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.header .hero-section::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: white;
    opacity: 0.2;
    filter: blur(2200px);
    z-index: 0;
}

.slick-slide {
    margin: 0 20px;
    box-sizing: border-box;
}

.slick-track {
    display: flex;
}

.header .btn-getstarted:hover {
    background-color: #fff;
    color: #000;
}

.header .hero-slider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 138px;
}

.header .swiper-container {
    max-width: 100%;
}

.header .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.header .swiper-slide img {
    width: 100%;
    height: 400px;
}

.header .navbar .brand-section a {
    display: block;
}

.header .navbar .brand-section img {
    width: 200px;
    height: 40px;
}

.header .navbar .nav-list {
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    align-items: center;
}

.header .navbar .nav-list a {
    font-size: 16px;
    color: #fff;
}

.header .navbar .dropdown-item {
    color: #000 !important;
}

.btn.btn-inquiry-mobile {
    display: none;
    background: #000;
    width: fit-content;
    padding: 10px 20px;
    color: white;
}

.btn.btn-inquiry-mobile:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}

/* header end */

/* OEM START */
.oem-manufacture {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 100px 0px;
}

.oem-manufacture .oem-container {
    width: 1650px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.oem-manufacture .oem-container .oem-map {
    overflow: hidden;
    border-radius: 20px;
}

.oem-manufacture .oem-container .oem-map img {
    width: 100%;
    height: auto;
    transition: 1s;
}

.oem-manufacture .oem-container .oem-map img:hover {
    transform: scale(1.1);
}

.oem-manufacture .oem-container .oem-info h2 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 30px;
}

.oem-manufacture .oem-container .oem-info h5 {
    font-weight: 600;
}

.oem-manufacture .oem-container .oem-info p {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.feature-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
}

.feature-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    font-size: 1.6rem;
    color: #000;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 50%;

    &:hover {
        background-color: #000;
        color: #fff;
    }
}

/* oem end */

/* Quakity START */
.quality {
    padding: 100px 0;
    background-color: #000;
}

.quality .quality-container {
    width: 1650px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quality .quality-container h2 {
    font-family: "Plus Jakarta Sans";
    width: 810px;
    font-size: 54px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
}

.quality .quality-container .quality-info {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    height: 100%;
}

.quality .quality-container .quality-info .quality-info-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.quality .quality-container .quality-info-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
}

.quality .quality-info-container .quality-info-col {
    width: calc(50% - 15px);
}

.quality .quality-container h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.26;
    color: #000;
    margin-bottom: 0;
}

.quality .quality-container p {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    line-height: 2;
    font-weight: 400;
    margin: 0;
}

/* Quakity End */

/* Applicabable Sector START */
.applicable-sector {
    padding: 100px 0;
}

.applicable-sector-container {
    max-width: 1650px;
    margin: 0 auto;
}

.applicable-sector .applicable-sector-header {
    font-family: "Plus Jakarta Sans";
    text-align: center;
}

.applicable-sector .applicable-sector-header p {
    font-size: 20px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.applicable-sector .applicable-sector-header h2 {
    font-family: "Plus Jakarta Sans";
    font-size: 54px;
    font-weight: 600;
    line-height: 1.26;
    margin-bottom: 50px;
}

.applicable-sector-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.applicable-sector-info-col {
    width: calc(25% - 22.5px);
}

.applicable-sector-info-item {
    justify-content: center;
    background-color: #ebebeb;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    text-align: center;
}

.applicable-sector-info-item a {
    display: block;
    width: 100%;
    text-align: center;
}

.applicable-sector-info-item img {
    width: 80px;
    height: auto;
    margin-bottom: 25px;
}

.applicable-sector-info-item h3 {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.26;
    color: #000;
    margin: 0;
}

.applicable-sector-info-item:hover {
    transform: translateY(-10px);
}

/* Category List START */
.category-list {
    padding-top: 100px;
}

.category-list .category-heading {
    text-align: center;
    margin-bottom: 50px;
    font-family: "Plus Jakarta Sans";
    font-size: 54px;
    font-weight: 600;
    line-height: 1.26;
}

.category-list .flex-container {
    max-width: 1650px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.category-list .flex-container .item {
    padding: 10px;
    background: #f2f2f2;
    width: calc(25% - 22.5px);
    border-radius: 20px;
}

.category-list .flex-container .item img {
    transition: 0.3s;
}

.category-list .flex-container .item:hover img {
    transform: scale(1.1);
}

.category-list .flex-container .item .title {
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.26;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.category-list .flex-container .item .image-holder {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.category-list .flex-container .item .image-holder img {
    width: 100%;
    height: auto;
}

/* Category List END */
.contact-us-section {
    /*  background: url("../images/contact/contact-bg-image.png"), #F4F5F5;
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 68px;
    height: 584px; */
    position: relative;
}

.contact-us-section .bg-image {
    position: absolute;
    width: 100%;
    height: 584px;
    background: #f4f5f5;
}

.contact-us-section .bg-image img {
    width: 100%;
    height: auto;
}

.contact-us-section .custom-container {
    max-width: 1650px;
    margin: 0 auto;
    position: relative;
    padding-top: 68px;
}

.contact-us-section .breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 38px;
}

.contact-us-section .breadcrumb .list-item {
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    color: black;
}

.contact-us-section .breadcrumb li a.list-item {
    display: flex;
    gap: 10px;
    font-weight: 300;
}

.contact-us-section .contact-container {
    margin-bottom: 100px;
}

.contact-us-section .box {
    background: #fff;
    box-shadow: 0px 24px 150px 0px #0000000d;
    border-radius: 20px;
    padding: 50px;
    height: 100%;
}

.contact-us-section .box h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.26;
    margin-bottom: 50px;
}

.input {
    border: 1px solid #e4e4e4;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.26;
    color: #000;
    background: #f4f5f5;
    border-radius: 8px;
    width: 100%;
}

.input:focus {
    border: 1px solid #000;
    outline: none;
}

::placeholder {
    color: #b5b5b5;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}

.contact-us-section .box .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.26;
    margin-bottom: 10px;
    display: block;
}

.contact-us-section .box .form-controls {
    margin-bottom: 30px;
}

.input-grp {
    display: flex;
    gap: 15px;
}

.input-grp input {
    width: calc(100% - 116px);
}

.input-grp select {
    width: 116px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/home/arrow-down.svg"), #f4f5f5;
    background-repeat: no-repeat;
    background-position: 77% center;
}

.contact-us-section .box .btn-black {
    background: #000;
    border-radius: 50px;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20.16px;
    color: #fff;
    border: none;
}

.contact-us-section .box.get-in-touch span {
    font-size: 20px;
    line-height: 1.26;
    margin-bottom: 6px;
}

.contact-us-section .box.get-in-touch .contact-detail .address {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.contact-us-section .box.get-in-touch .contact-detail .address:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-us-section .box.get-in-touch .contact-detail .icon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.contact-us-section .box.get-in-touch .contact-detail p {
    font-family: "Helvetica-Medium";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.221;
    margin-bottom: 0;
}

.contact-us-section .box.get-in-touch .contact-detail .desc {
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    line-height: 2;
    color: #000;
    max-width: 530px;
    font-weight: 400;
}

/* Applicabable Sector End */
.footer-newslatter {
    position: relative;
}

.news-latter {
    background: linear-gradient(to bottom,
            rgba(84, 98, 104, 5) 0%,
            rgba(123, 130, 134, 1) 100%);
    padding: 50px 0;
    max-width: 1650px;
    margin: 0 auto;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -130px;
}

.news-latter .news-container {
    max-width: 783px;
    margin: 0 auto;
}

.news-latter .news-container h2 {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.259;
    text-align: center;
    color: #fff;
    margin-bottom: 49px;
}

.news-latter .news-container .input-btn {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.news-latter .news-container .input-btn input {
    background: white;
    border-radius: 50px;
    padding: 15px 30px;
    width: 77%;
    font-family: "Helvetica-Medium";
    font-size: 15px;
    font-weight: 500;
    line-height: 18.31px;
}

.news-latter .news-container .input-btn .btn-white {
    background: #fff;
    border-radius: 50px;
    padding: 14.9px 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20.16px;
    color: #000;
    border: none;
}

.news-latter .news-container .input-btn input:focus {
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
}

.footer {
    background: #000;
    padding: 100px 0 0;
}

.footer .footer-container {
    max-width: 1650px;
    margin: 0 auto;
}

.footer .footer-container .flexContainer {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #262626;
    padding-bottom: 90px;
}

.modal-body {
    overflow-y: scroll;
    scrollbar-width: none;
    height: 750px;
}

.formBtn {
    text-align: right;
}

.hoverBtn {
    background-color: #c6d8dc;
    transition: background-color 0.3s ease;
}

.hoverBtn:hover {
    background-color: #c6d8dc;
    color: #000;
}

.footer .footer-container .flexContainer-one {
    max-width: 335px;
}

.footer .footer-container .flexContainer-one .logo {
    margin-bottom: 40px;
}

.footer .footer-container .flexContainer-one .detail {
    display: flex;
    gap: 15px;
    color: white;
    align-items: flex-start;
}

.footer .footer-container .flexContainer-one .detail img {
    filter: invert(1);
    margin-top: 4px;
    width: 24px;
    height: auto;
}

.footer .footer-container .flexContainer-one .detail .desc {
    font-size: 20px;
    line-height: 1.5;
    color: white;
    margin-bottom: 20px;
}

.footer .footer-container .title {
    font-size: 20px;
    color: white;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 50px;
}

.footer .footer-container .flexContainer-three {
    max-width: 300px;
}

.footer .footer-container .flexContainer-three .title {
    margin-bottom: 30px;
}

.footer .footer-container .flexContainer-three .social-network {
    margin-bottom: 54px;
}

.footer .footer-container .flexContainer-three .sister-list ul {
    margin: 0;
}

.footer .footer-container .flexContainer-three .sister-list ul li {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-bottom: 20px;
}

.footer .footer-container .flexContainer-three .sister-list ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-container .flexContainer-two .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-container .flexContainer-two .list a,
.footer .footer-container .flexContainer-two .list span {
    display: block;
    width: calc(100% / 2 - 20px);
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-bottom: 30px;
    transition: 0.3s;
}

.footer .footer-container .flexContainer-two .list a:last-child,
.footer .footer-container .flexContainer-one .detail:last-child .desc {
    margin-bottom: 0;
}

.footer .footer-container .flexContainer-two .list span:last-child,
.footer .footer-container .flexContainer-one .detail:last-child .desc {
    margin-bottom: 0;
}

.footer .footer-container .flexContainer-two .list a:hover {
    color: #ffffffb3;
}

.footer .footer-container .flexContainer-three .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer .footer-container .flexContainer-three .social-icons img {
    width: 40px;
    height: 40px;
}

.footer .footer-container .copyright {
    margin-bottom: 0;
    text-align: center;
    color: white;
    padding: 15.5px 0 20px;
    font-size: 20px;
    line-height: 1.5;
}

.hoverBtn:hover {}

.card-img-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.card-img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.card-img-container:hover .card-img-top {
    transform: scale(1.05);
}

.card-title {
    font-size: 1rem;
    transition: color 0.3s ease;
}

@media screen and (min-width: 1200px) and (max-width: 1699px) {

    /* header starts */
    .header .mini-header {
        padding: 0.8333333333333334vw 0px;
    }

    .header .mini-header .mini-container {
        width: 90%;
    }

    .header .navbar .nav-list a {
        font-size: 14px;
    }

    .btn {
        padding: 1.011vw 1.178vw;
        font-size: 14px;
        margin-right: 10px !important;
    }

    .header .navbar {
        width: 90%;
        padding: 2.0833333333333335vw 0 5.555555555555555vw 0;
    }

    .header .navbar.header-black {
        padding: 2.0833333333333335vw 0;
    }

    .header .hero-content {
        padding-top: 9.944vw;
    }

    .header .heading {
        font-size: 4.166666666666667vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .header .sub-text {
        font-size: 1.25vw;
        margin-bottom: 30px;
    }

    .header .btn-getstarted {
        padding: 1.25vw 2.0833333333333335vw;
        margin-bottom: 4.861111111111111vw;
    }

    .slick-slide {
        margin: 0 1.25vw;
    }

    .header .hero-slider {
        padding-bottom: 9.027777777777779vw;
    }

    .header .swiper-slide {
        border-radius: 1.388888888888889vw;
    }

    .slick-slide {
        margin: 0 1.25vw;
    }

    .header .navbar .nav-list {
        gap: 15px;
    }

    /* header end */

    /* OEM START */
    .oem-manufacture {
        padding: 6.25vw 0px;
    }

    .oem-manufacture .oem-container {
        max-width: 90%;
        grid-gap: 2.0833333333333335vw;
        align-items: start;
        height: auto;
        flex-wrap: nowrap;
    }

    .oem-manufacture .oem-container .oem-map {
        border-radius: 1.388888888888889vw;
        width: 50%;
    }

    .oem-manufacture .oem-container .oem-info h2 {
        font-size: 3.4722222222222223vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .oem-manufacture .oem-container .oem-info p {
        font-size: 16px;
    }

    /* oem end */
    /* Quakity START */
    .quality {
        padding: 6.25vw 0;
    }

    .quality .quality-container {
        max-width: 90%;
    }

    .quality .quality-container h2 {
        font-size: 3.4722222222222223vw;
        margin: 0 auto 2.7777777777777777vw;
    }

    .quality .quality-container .quality-info {
        padding: 1.3888888888888888vw;
        background: #fff;
    }

    .quality .quality-container h3 {
        font-size: 1.5277777777777777vw;
    }

    .quality .quality-container p {
        font-size: 1.2vw;
    }

    /* Quakity End */
    /* Applicabable Sector START */
    .applicable-sector {
        padding: 6.25vw 0;
    }

    .applicable-sector-container {
        max-width: 90%;
    }

    .applicable-sector .applicable-sector-header p {
        font-size: 1.25vw;
    }

    .applicable-sector .applicable-sector-header h2 {
        font-size: 3.4722222222222223vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .applicable-sector-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .applicable-sector-info-col {
        width: calc(25% - 22.5px);
    }

    .applicable-sector-info-item {
        padding: 2.0833333333333335vw;
    }

    .applicable-sector-info-item img {
        width: 5.555555555555555vw;
    }

    .applicable-sector-info-item h3 {
        font-size: 1.25vw;
    }

    /* Applicabable Sector End */
    /* Category List START */
    .category-list {
        padding-top: 6.25vw;
    }

    .category-list .category-heading {
        margin-bottom: 3.4722222222222223vw;
        font-size: 3.4722222222222223vw;
    }

    .category-list .flex-container {
        max-width: 90%;
    }

    .category-list .flex-container .item {
        padding: 10px;
        width: calc(25% - 22.5px);
        border-radius: 20px;
    }

    .category-list .flex-container .item .title {
        font-size: 1.5277777777777777vw;
        margin-bottom: 1.0416666666666667vw;
    }

    .category-list .flex-container .item .image-holder {
        margin-bottom: 2.0833333333333335vw;
    }

    /* Category List END */
    .contact-us-section .bg-image {
        height: 30.416666666666668vw;
    }

    .contact-us-section .custom-container {
        max-width: 90%;
        padding-top: 3.4722222222222223vw;
    }

    .contact-us-section .breadcrumb {
        margin-bottom: 2.4305555555555554vw;
    }

    .contact-us-section .breadcrumb .list-item {
        font-size: 1.25vw;
    }

    .contact-us-section .contact-container {
        margin-bottom: 3.4722222222222223vw;
    }

    .contact-us-section .box {
        border-radius: 1.3888888888888888vw;
        padding: 2.7777777777777777vw;
    }

    .contact-us-section .box h2 {
        font-size: 3.172vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .input {
        padding: 1.1111111111111112vw 1.3888888888888888vw;
    }

    .contact-us-section .box .form-controls {
        margin-bottom: 1.683vw;
    }

    .input-grp input {
        width: calc(100% - 8.055555555555555vw);
    }

    .contact-us-section .box textarea {
        height: 6.736111111111111vw;
    }

    .input-grp select {
        width: 8.055555555555555vw;
        background-position: 77% center;
    }

    .contact-us-section .box .btn-black {
        padding: 1.0416666666666667vw 2.4305555555555554vw;
    }

    .contact-us-section .box.get-in-touch span {
        font-size: 1.25vw;
    }

    .contact-us-section .box.get-in-touch h2 {
        margin-bottom: 5.308vw;
    }

    .contact-us-section .box.get-in-touch .contact-detail .address {
        padding-bottom: 2.7777777777777777vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .contact-us-section .box.get-in-touch .contact-detail .icon {
        margin-bottom: 1.3888888888888888vw;
    }

    .contact-us-section .box.get-in-touch .contact-detail p {
        font-size: 1.6666666666666667vw;
    }

    .contact-us-section .box.get-in-touch .contact-detail .desc {
        font-size: 1.25vw;
        line-height: 2;
    }

    /* Footer starts */
    .news-latter {
        padding: 2.7777777777777777vw 0;
        max-width: 90%;
        border-radius: 2.0833333333333335vw;
        top: -7.638888888888889vw;
    }

    .news-latter .news-container {
        max-width: 54.375vw;
    }

    .news-latter .news-container h2 {
        font-size: 3.4722222222222223vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .news-latter .news-container .input-btn {
        gap: 1.3888888888888888vw;
    }

    .news-latter .news-container .input-btn input {
        padding: 0.8333333333333334vw 2.0833333333333335vw;
        width: 77%;
    }

    .news-latter .news-container .input-btn .btn-white {
        padding: 0.9722222222222222vw 2.0833333333333335vw;
    }

    .footer {
        padding: 60px 0 0;
    }

    .footer .footer-container {
        max-width: 90%;
    }

    .footer .footer-container .flexContainer {
        padding-bottom: 4.861111111111111vw;
    }

    .footer .footer-container .flexContainer-one {
        max-width: 23.26388888888889vw;
    }

    .footer .footer-container .flexContainer-one .logo {
        margin-bottom: 2.7777777777777777vw;
    }

    .footer .footer-container .flexContainer-one .detail .desc {
        font-size: 1.25vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .footer .footer-container .title {
        font-size: 1.25vw;
        margin-bottom: 2.7777777777777777vw;
    }

    .footer .footer-container .flexContainer-three {
        max-width: 19.158vw;
    }

    .footer .footer-container .flexContainer-two .list a,
    .footer .footer-container .flexContainer-two .list span {
        font-size: 1.25vw;
        margin-bottom: 2.0833333333333335vw;
    }

    .footer .footer-container .flexContainer-three .social-icons {
        gap: 1.883vw;
    }

    .footer .footer-container .copyright {
        padding: 1.0416666666666667vw 0 1.3888888888888888vw;
        font-size: 1.25vw;
    }

    .footer .footer-container .flexContainer-three .title {
        margin-bottom: 1.883vw;
    }

    .footer .footer-container .flexContainer-three .social-network {
        margin-bottom: 2.0833333333333335vw;
    }

    .footer .footer-container .flexContainer-three .sister-list ul {
        margin: 0;
    }

    .footer .footer-container .flexContainer-three .sister-list ul li {
        font-size: 1.25vw;
        margin-bottom: 1.3888888888888888vw;
    }

    .footer .container {
        padding: 0;
        max-width: 90%;
    }

    /* footer end */
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .card {
        flex: 0 0 calc(50% - 1rem);
    }

    .header .mini-header {
        padding: 10px 0px;
    }

    .header .navbar .brand-section img {
        width: 170px;
    }

    .header .mini-header .mini-container {
        width: 90%;
    }

    .btn.btn-inquiry-mobile {
        display: block;
    }

    .header .mini-header .mini-container .social-section {
        width: max-content;
    }

    .header .mini-header .mini-container .social-section .social-icons {
        gap: 10px;
    }

    .btn {
        padding: 12px 20px;
    }

    .btn-inquiry {
        display: none;
    }

    .header .navbar {
        padding: 20px 30px;
    }

    .header .navbar .nav-list {
        position: fixed;
        background: #fff;
        color: #000;
        top: 0;
        left: 0;
        flex-direction: column;
        height: 100%;
        z-index: 100;
        padding: 30px 40px;
        width: 50%;
        transition: 0.3s;
        transform: translateX(-100%);
        align-items: start;
    }

    .header .navbar .nav-list.open {
        transform: translateX(0);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .header .navbar .nav-list .nav-item a {
        color: #000;
    }

    .hamburger-menu {
        display: block;
    }

    .header .hero-content {
        padding-top: 150px;
    }

    .header .heading {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .header .sub-text {
        font-size: 18px;
        margin-bottom: 30px;
        max-width: 90%;
    }

    .header .btn-getstarted {
        padding: 14px 20px;
        margin-bottom: 50px;
    }

    .slick-slide {
        margin: 0 20px;
        box-sizing: border-box;
    }

    .header .hero-slider {
        padding-bottom: 100px;
    }

    .header .navbar .nav-list {
        gap: 20px;
    }

    .header .navbar .nav-list a {
        font-size: 16px;
        color: #fff;
    }

    .slick-slide {
        margin: 0 15px;
    }

    /* header end */
    /* OEM START */
    .oem-manufacture {
        padding: 60px 0px;
    }

    .oem-manufacture .oem-container {
        max-width: 90%;
        grid-gap: 20px;
    }

    .oem-manufacture .oem-container .oem-map {
        border-radius: 15px;
        width: 100%;
    }

    .oem-manufacture .oem-container .oem-info h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .oem-manufacture .oem-container .oem-info p {
        font-size: 16px;
    }

    /* oem end */

    /* Quakity START */
    .quality {
        padding: 60px 0;
    }

    .quality .quality-container {
        width: 90%;
    }

    .quality .quality-container h2 {
        width: 100%;
        font-size: 38px;
        margin: 0 auto 60px;
    }

    .quality .quality-container .quality-info {
        padding: 20px;
    }

    .quality .quality-container .quality-info .quality-info-icon {
        gap: 15px;

        flex-direction: column;
        text-align: center;
    }

    .quality .quality-container .quality-info-container {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 30px;
        row-gap: 20px;
    }

    .quality .quality-container h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .quality .quality-info-container img {
        width: 50px;
        height: auto;
    }

    .quality .quality-container p {
        font-size: 18px;
    }

    /* Quakity End */

    /* Applicabable Sector START */
    .applicable-sector {
        padding: 60px 0;
    }

    .applicable-sector-container {
        max-width: 90%;
    }

    .applicable-sector .applicable-sector-header p {
        font-size: 18px;
    }

    .applicable-sector .applicable-sector-header h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .applicable-sector-info {
        gap: 20px;
    }

    .applicable-sector-info-col {
        width: calc(100% / 3 - 13.4px);
    }

    .applicable-sector-info-item {
        padding: 20px;
    }

    .applicable-sector-info-item img {
        width: 60px;
        margin-bottom: 25px;
    }

    .applicable-sector-info-item h3 {
        font-size: 18px;
    }

    /* Applicabable Sector End */
    .category-list {
        padding-top: 60px;
    }

    .category-list .category-heading {
        margin-bottom: 30px;
        font-size: 38px;
    }

    .category-list .flex-container {
        max-width: 90%;
        gap: 20px;
        justify-content: center;
    }

    .category-list .flex-container .item {
        width: calc(100% / 3 - 13.4px);
        border-radius: 15px;
    }

    .category-list .flex-container .item .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .category-list .flex-container .item .image-holder {
        border-radius: 10px;
        margin-bottom: 20px;
    }

    /* Category List END */
    .contact-us-section .bg-image {
        height: 350px;
    }

    .contact-us-section .custom-container {
        max-width: 90%;
        padding-top: 50px;
    }

    .contact-us-section .breadcrumb {
        margin-bottom: 30px;
    }

    .contact-us-section .breadcrumb .list-item {
        font-size: 18px;
    }

    .contact-us-section .contact-container {
        margin-bottom: 50px;
    }

    .contact-us-section .box {
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
        height: auto;
    }

    .contact-us-section .box h2 {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .input {
        padding: 15px 20px;
    }

    .contact-us-section .box .form-controls {
        margin-bottom: 25px;
    }

    .contact-us-section .box .btn-black {
        padding: 15px 30px;
    }

    .contact-us-section .box.get-in-touch span {
        font-size: 20px;
    }

    .contact-us-section .box.get-in-touch h2 {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .address {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .icon {
        margin-bottom: 15px;
    }

    .contact-us-section .box.get-in-touch .contact-detail p {
        font-size: 22px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .desc {
        font-size: 18px;
        line-height: 1.8;
        max-width: 530px;
    }

    /* Footer starts */
    .news-latter {
        padding: 30px 0;
        max-width: 90%;
        border-radius: 20px;
        top: -90px;
    }

    .news-latter .news-container {
        max-width: 600px;
        margin: 0 auto;
    }

    .news-latter .news-container h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .news-latter .news-container .input-btn {
        gap: 20px;
    }

    .news-latter .news-container .input-btn input {
        padding: 12px 20px;
        width: 60%;
    }

    .news-latter .news-container .input-btn .btn-white {
        padding: 14px 20px;
    }

    .footer {
        padding: 60px 0 0;
    }

    .footer .footer-container {
        max-width: 90%;
    }

    .footer .footer-container .flexContainer {
        flex-wrap: wrap;
        padding-bottom: 30px;
        gap: 40px;
    }

    .footer .footer-container .flexContainer-two {
        max-width: 50%;
    }

    .footer .footer-container .flexContainer-one {
        max-width: 100%;
    }

    .footer .footer-container .flexContainer-one .logo {
        margin-bottom: 40px;
    }

    .footer .footer-container .flexContainer-one .detail .desc {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .footer-container .title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .footer .footer-container .flexContainer-two .list a,
    .footer .footer-container .flexContainer-two .list span {
        width: calc(100% / 2 - 10px);
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .footer-container .copyright {
        padding: 15.5px 0;
        font-size: 18px;
    }

    .footer .footer-container .flexContainer-three .title {
        margin-bottom: 25px;
    }

    .footer .footer-container .flexContainer-three .social-network {
        margin-bottom: 30px;
    }

    .footer .footer-container .flexContainer-three .sister-list ul {
        margin: 0;
    }

    .footer .footer-container .flexContainer-three .sister-list ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .formBtn .btn {
        display: block;
    }

    /* footer end */
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .card {
        flex: 0 0 100%;
    }

    .header .mini-header {
        padding: 10px 0px;
    }

    .footer .footer-container .flexContainer-three .title {
        margin-bottom: 20px;
    }

    .footer .footer-container .flexContainer-three .social-network {
        margin-bottom: 30px;
    }

    .footer .footer-container .flexContainer-three .sister-list ul {
        margin: 0;
    }

    .footer .footer-container .flexContainer-three .sister-list ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-copyright {
        flex-wrap: wrap;
    }

    .footer .footer-container .footer-copyright .copyright {
        margin: auto;
    }

    .footer .footer-container .footer-copyright .copyright.designedBy {
        margin: auto;
        padding: 0 0 15.5px;
    }

    .header .navbar .brand-section img {
        width: 130px;
    }

    .header .mini-header .mini-container {
        width: 90%;
    }

    .btn.btn-inquiry-mobile {
        display: block;
    }

    .header .mini-header .mini-container .contact-section {
        gap: 0px;
        width: 100%;
    }

    .header .mini-header .mini-container .social-section {
        display: none;
    }

    .header .mini-header .mini-container .contact-section a {
        font-size: 14px;
        gap: 7px;
        line-height: 1.2;
    }

    .header .mini-header .mini-container .contact-section a img {
        width: 18px;
        height: auto;
    }

    .header .mini-header .mini-container .social-section .social-icons {
        gap: 10px;
    }

    .btn {
        padding: 12px 20px;
    }

    .btn-inquiry {
        display: none;
    }

    .formBtn .btn {
        display: block;
    }

    .header .navbar {
        padding: 20px 0px;
        max-width: 90%;
    }

    .header .navbar .nav-list {
        position: fixed;
        background: #fff;
        color: #000;
        top: 0;
        left: 0;
        flex-direction: column;
        height: 100%;
        z-index: 100;
        padding: 30px;
        width: 80%;
        transition: 0.3s;
        transform: translateX(-100%);
        overflow: auto;
        align-items: flex-start;
    }

    .header .navbar .nav-list.open {
        transform: translateX(0);
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .header .navbar .nav-list .nav-item a {
        color: #000;
    }

    .hamburger-menu {
        display: block;
    }

    .header .hero-content {
        padding-top: 120px;
    }

    .header .heading {
        font-size: 32px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header .sub-text {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 1.7;
        max-width: 90%;
    }

    .header .btn-getstarted {
        padding: 12px 18px;
        margin-bottom: 40px;
    }

    .slick-slide {
        margin: 0 10px;
    }

    .header .hero-slider {
        padding-bottom: 50px;
    }

    .header .navbar .nav-list {
        gap: 30px;
    }

    .header .navbar .nav-list a {
        font-size: 16px;
        color: #fff;
    }

    .slick-slide {
        margin: 0 10px;
    }

    /* header end */

    /* OEM START */
    .oem-manufacture {
        padding: 40px 0px;
    }

    .oem-manufacture .oem-container {
        max-width: 90%;
        grid-gap: 20px;
    }

    .oem-manufacture .oem-container .oem-map {
        border-radius: 15px;
        width: 100%;
    }

    .oem-manufacture .oem-container .oem-info h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .oem-manufacture .oem-container .oem-info p {
        font-size: 14px;
        line-height: 1.8;
    }

    /* oem end */
    /* Quakity START */
    .quality {
        padding: 40px 0;
    }

    .quality .quality-container {
        width: 90%;
    }

    .quality .quality-container h2 {
        width: 100%;
        font-size: 28px;
        margin: 0 auto 20px;
    }

    .quality .quality-container .quality-info {
        padding: 15px;
    }

    .quality .quality-container .quality-info .quality-info-icon {
        gap: 10px;
    }

    .quality .quality-container .quality-info-container {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 30px;
        row-gap: 20px;
    }

    .quality .quality-info-container .quality-info-col {
        width: 100%;
    }

    .quality .quality-container h3 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .quality .quality-info-container img {
        width: 40px;
        height: auto;
    }

    .quality .quality-container p {
        font-size: 16px;
        line-height: 1.8;
    }

    /* Quakity End */
    /* Applicabable Sector START */
    .applicable-sector {
        padding: 40px 0;
    }

    .applicable-sector-container {
        max-width: 90%;
    }

    .applicable-sector .applicable-sector-header p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .applicable-sector .applicable-sector-header h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .applicable-sector-info {
        gap: 20px;
    }

    .applicable-sector-info-col {
        width: calc(50% - 10px);
    }

    .applicable-sector-info-item {
        padding: 15px;
        height: 100%;
    }

    .applicable-sector-info-item img {
        width: 50px;
        margin-bottom: 20px;
    }

    .applicable-sector-info-item h3 {
        font-size: 16px;
    }

    /* Applicabable Sector End */
    .category-list {
        padding-top: 40px;
    }

    .category-list .category-heading {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .category-list .flex-container {
        max-width: 90%;
        gap: 20px;
        justify-content: center;
    }

    .category-list .flex-container .item {
        width: calc(50% - 10px);
        border-radius: 15px;
    }

    .category-list .flex-container .item .title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .category-list .flex-container .item .image-holder {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    /* Category List END */
    .contact-us-section .bg-image {
        height: 250px;
    }

    .contact-us-section .custom-container {
        max-width: 90%;
        padding-top: 30px;
    }

    .contact-us-section .breadcrumb {
        margin-bottom: 20px;
    }

    .contact-us-section .breadcrumb .list-item {
        font-size: 16px;
    }

    .contact-us-section .contact-container {
        margin-bottom: 20px;
    }

    .contact-us-section .box {
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 20px;
        height: auto;
    }

    .contact-us-section .box h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .input {
        padding: 12px 15px;
    }

    ::placeholder {
        font-size: 14px;
    }

    .contact-us-section .box .form-controls {
        margin-bottom: 20px;
    }

    .contact-us-section .box .btn-black {
        padding: 12px 20px;
    }

    .contact-us-section .box.get-in-touch span {
        font-size: 16px;
    }

    .contact-us-section .box.get-in-touch h2 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .address {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .icon {
        margin-bottom: 15px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .icon img {
        width: 22px;
        height: auto;
    }

    .contact-us-section .box.get-in-touch .contact-detail p {
        font-size: 20px;
    }

    .contact-us-section .box.get-in-touch .contact-detail .desc {
        font-size: 16px;
        line-height: 1.8;
        max-width: 100%;
    }

    .news-latter {
        padding: 30px 0;
        max-width: 90%;
        border-radius: 15px;
        top: -80px;
    }

    .news-latter .news-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .news-latter .news-container h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .news-latter .news-container .input-btn {
        gap: 10px;
    }

    .news-latter .news-container .input-btn input {
        padding: 10px 15px;
        width: 60%;
    }

    .news-latter .news-container .input-btn .btn-white {
        padding: 10px 15px;
        font-size: 14px;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer .footer-container {
        max-width: 90%;
    }

    .footer .footer-container .flexContainer {
        flex-wrap: wrap;
        padding-bottom: 30px;
        gap: 30px;
    }

    .footer .footer-container .flexContainer-two {
        max-width: 100%;
    }

    .footer .footer-container .flexContainer-one,
    .footer .footer-container .flexContainer-three {
        max-width: 100%;
    }

    .footer .footer-container .flexContainer-one .logo {
        margin-bottom: 40px;
    }

    .footer .footer-container .flexContainer-one .detail .desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer .footer-container .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .footer-container .flexContainer-two .list a,
    .footer .footer-container .flexContainer-two .list span {
        width: calc(100% / 2);
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer .footer-container .flexContainer-two .list a:last-child,
    .footer .footer-container .flexContainer-two .list a:nth-last-child(2) {
        margin-bottom: 0;
    }

    .footer .footer-container .flexContainer-two .list span:last-child,
    .footer .footer-container .flexContainer-two .list span:nth-last-child(2) {
        margin-bottom: 0;
    }

    .footer .footer-container .flexContainer-three .social-icons {
        gap: 20px;
    }

    .footer .footer-container .flexContainer-three .social-icons img {
        width: 35px;
        height: auto;
    }

    .footer .footer-container .copyright {
        padding: 15.5px 0;
        font-size: 14px;
    }

    /* Footer End */
}

/* breadcrumb */
.breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
}

.breadcrumb .list-item {
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    color: white;
}

.breadcrumb .list-item img {
    /* filter: invert(1); */
}

.breadcrumb li a.list-item {
    display: flex;
    gap: 10px;
    font-weight: 300;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb {
        gap: 10px;
        margin-bottom: 1.5277777777777777vw;
    }

    .breadcrumb .list-item {
        font-size: 1.25vw;
    }
}

.product-dropdown {
    width: 100%;
    max-width: 100%;
}

.dropdown-list {
    list-style: none;
    padding: 0;
}

.dropdown-header {
    padding: 0;
    margin-bottom: 10px;
}

.dropdown-list li {
    margin-bottom: 10px;
}

.dropdown-list li:last-child {
    margin-bottom: 0px;
}

.dropdown-list li a {
    color: #212529 !important;
    text-decoration: none;
    font-size: 14px !important;
}

.dropdown-list li a:hover {
    text-decoration: underline;
}

.dropdown-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.dropdown-col {
    flex: 0 0 33.333%;
    padding: 10px;
}

.dropdown-item-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #212529;
    border: 1px solid transparent;
}

.dropdown-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #c6d8dc;
    color: #000;
}

.dropdown-img-container {
    position: relative;
    padding-top: 80%;
    /* This creates a square aspect ratio */
    overflow: hidden;
    background-color: #f8f9fa;
}

.dropdown-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.dropdown-item-card:hover .dropdown-img {
    transform: scale(1.05);
}

.dropdown-item-content {
    padding: 15px;
    background-color: #fff;
    flex-grow: 1;
    color: #212529;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .dropdown-col {
        flex: 0 0 50%;
    }

    .dropdown-menu {
        left: 0 !important;
        top: 20% !important;
        overflow: scroll;
    }
}

@media (max-width: 576px) {
    .dropdown-col {
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .dropdown-menu {
        top: 50% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .footer .col-md-3 {
        width: 50%;
    }

    .breadcrumb {
        gap: 10px;
        margin-bottom: 20px;
    }

    .breadcrumb .list-item {
        font-size: 18px;
    }

    .desktopbtns {
        display: none !important;
    }

    .product-dropdown {
        width: 100%;
        border: 0;
        margin: 0 !important;
        top: 16% !important;
        border-radius: 0;
        padding-block: 0 !important;
        overflow-y: scroll;
        max-height: 70vh;
        box-shadow: none;
        scrollbar-color: black transparent;
    }

    .product-dropdown li {
        margin-bottom: 10px;
    }

    .product-dropdown ul {
        margin-bottom: 20px;
    }

    .product-dropdown li:last-child {
        margin-bottom: 30px;
    }

    .product-dropdown .dropdown-header {
        font-size: 14px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer .container {
        width: 90%;
        padding: 0;
    }

    .breadcrumb {
        gap: 10px;
        margin-bottom: 15px;
    }

    .breadcrumb .list-item {
        font-size: 16px;
    }

    .desktopbtns {
        display: none !important;
    }

    .product-dropdown {
        width: 100%;
        border: 0;
        margin: 0 !important;
        top: 18% !important;
        border-radius: 0;
        padding-block: 5px !important;
        padding-left: 30px !important;
        overflow-y: scroll;
        max-height: 70vh;
        box-shadow: none;
        scrollbar-color: black transparent;
    }

    .product-dropdown li {
        margin-bottom: 10px;
    }

    .product-dropdown ul {
        margin-bottom: 10px;
    }

    .product-dropdown li:last-child {
        margin-bottom: 20px;
    }

    .product-dropdown .dropdown-header {
        font-size: 14px;
    }
}