@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-VariableFont.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-CL';
    src: url(../fonts/Roboto_Condensed-Light.ttf) format('truetype');
}


@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-VariableFont.ttf) format('truetype');
}


@font-face {
    font-family: 'PJS-exbold';
    src: url(../fonts/PlusJakartaSans-ExtraBold.ttf) format('truetype');
}


@font-face {
    font-family: 'PJS-bold';
    src: url(../fonts/PlusJakartaSans-Bold.tff) format('truetype');
}


@font-face {
    font-family: 'PJS';
    src: url(../fonts/PlusJakartaSans-Regular.ttf) format('truetype');
}

/* ***** Global ***** */
:root {
    --lqd-container-width: 1140px;
    --lqd-container-width-md: 970px;
    --lqd-container-width-sm: 750px;
    --lqd-row-gutter-x: 20px;
    --lqd-row-gutter-y: 20px;

    --lqd-body-text-color: #5F6973;
    --lqd-color-primary: #20306c;
    --lqd-color-secondary: #4d7d19;
    --lqd-color-link: #ffffff;
    --lqd-color-link-hover: #181b31;
    --lqd-color-dark: #20306c;
    --lqd-color-gradient-start: #007fff;
    --lqd-color-gradient-stop: #ff4d54;
    --lqd-color-accent: #F7F8FA;
    --lqd-color-blue-300: #39374D;
    --lqd-color-blue-900: #10131d;
    --lqd-color-green-100: rgba(0, 34, 44, 0.43);
    --lqd-color-green-600: rgba(17, 48, 46, 0.9);
    --lqd-color-green-700: #143331;
    --lqd-color-blue-700: #112446;
    --lqd-color-gray-100: #FCFAF9;
    --lqd-color-gray-200: #F4F4F4;
    --lqd-color-gray-300: #e5e3df;
    --lqd-color-gray-400: #909197;
    --lqd-color-gray-500: #7F8284;
    --lqd-color-slate-200: #F7F8F8;
    --lqd-color-slate-700: #3B4B53;
    --lqd-color-slate-900: #222232;
    --lqd-color-yellow-100: #F8F5F3;

    --lqd-body-font-family: 'PJS', sans-serif;
    --lqd-body-font-size: 17px;
    --lqd-body-line-height: 1.64em;

    --lqd-heading-font-family: 'PJS-bold', sans-serif;
    /* --lqd-heading-font-family: 'Montserrat', sans-serif; */
    --lqd-heading-font-weight: 700;
    --lqd-heading-line-height: 1.25em;
    --lqd-heading-color: #20306c;
    --lqd-h1-font-size: 42px;
    --lqd-h2-font-size: 40px;
    --lqd-h3-font-size: 35px;
    --lqd-h4-font-size: 28px;
    --lqd-h5-font-size: 20px;
    --lqd-h5-line-height: 1.5em;
    --lqd-h6-font-size: 16px;
    --lqd-h6-line-height: 1.5em;

    --lqd-sticky-header-height: 72px;
}

/* Button & Link */
button,
input[type="button"],
input[type="submit"],
.btn,
.font-heading {
    font-family: var(--lqd-heading-font-family);
}

.btn-md {
    --btn-pt: 17px;
    --btn-pe: 55px;
    --btn-pb: 17px;
    --btn-ps: 55px;
}

/* ***** Main Header ****** */
.main-header .main-nav {
    --lqd-menu-items-top-padding: 25px;
    --lqd-menu-items-right-padding: 15px;
    --lqd-menu-items-bottom-padding: 6px;
    --lqd-menu-items-left-padding: 15px;
}

.main-header .main-nav>li>a {
    font-family: var(--lqd-heading-font-family);
    font-weight: normal;
    padding: 0 20px;
}

.main-header .nav-item-children a {
    font-size: 1em;
    font-weight: 500;
}

.is-stuck .main-nav {
    --lqd-menu-items-bottom-padding: 12px;
}

/* ***** Header Sticky ***** */
.is-stuck .module-header {
    background-color: #fff;
}

.is-stuck .navbar-collapse .main-nav>li>a,
.is-stuck .module-header h6 {
    color: #20306c;
}

/* ***** Mobile Header ***** */
.lqd-mobile-sec .main-nav>li>a {
    font-family: var(--lqd-body-font-family);
}

/* ***** Titlebar ***** */
.titlebar-inner h1 {
    font-weight: 700;
}

.titlebar-inner p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.accordion-active-has-fill .accordion-item.active .accordion-title a {
    background-color: var(--lqd-color-secondary);
    color: #fff;
}

.has-accordion .accordion-item.active .accordion-expander {
    color: #FFFFFF;
}

/* Custom */
.home-banner {
    background: url('../images/main-banner.jpg') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    align-items: center;
}

.home-banner h1 {
    margin-bottom: 0.5em;
    text-align: left;
    font-size: 45px;
    line-height: 1.1;
}

.home-banner p{
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 30px;
}


.button-blue {
    background: #0090b9;
    border-radius: 50px;
    padding: 10px 30px;
    color: #e9fafb;
    font-size: 15px;
}
.button-white {
    background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    color: #0090b9;
    font-size: 15px;
}

.pos-ad {
    display: flex;
    width: 150px;
    justify-content: center;
}

#header h1 {
    font-size: 3.5vw;
    margin-top: -80px;
}

.shadowed-text {
    filter: drop-shadow(0 0mm 2mm black);
    text-shadow: 0px 6px 10px #383737;
}

.text-tertiary {
    color: #93b8d3;
}

.about-desc-2 {
    padding: 1em;
    margin: auto;
}

footer {
    text-align: center;
    width: 100%;
    background: #0090b9;
}

footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
}

.btn-default {
    background: #20306c;
    color: #fff;
    border: #20306c solid 1px;
    padding: 3px 35px;
    border-radius: 20px;
    font-weight: bold;
    font-family: 'Roboto';
    transition: all 0.3s;
    text-transform: capitalize;
}

.btn-default:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

.btn-submit {
    background: #4d7d19;
    color: #fff;
    border: #4d7d19 solid 1px;
    padding: 1px 50px !important;
    border-radius: 25px;
    font-weight: bold;
    font-family: 'Roboto';
    transition: all 0.3s;
    height: auto !important;
    text-transform: capitalize;
}

p {
    color: #2a2a2a;
    line-height: 1.3;
}

.hr-default {
    border: solid 2px #93b8d3;
    width: 50px;
}

.bordered-heading {
    border-left: solid 5px #93b8d3;
    padding-left: 20px;
}

.card {
    background-color: #1b2a5e;
    color: white;
    border-radius: 12px;
    text-align: center;
    padding: 20px 30px 30px;
    position: relative;
    min-height: 250px;
}

.icon-container {
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-container img {
    width: 100px;
    height: 100px;
}

.title {
    margin-top: 60px;
}

ol li::marker {
    font-size: 28px;
    font-weight: bold;
    color: #4d7d19;
}

@counter-style pad-2 {
    system: numeric;
    symbols: "0" "1" "2" "3" "4" "5" "6" "7" "8" "9";
    pad: 2 "0";
}

ol {
    list-style-type: pad-2;
    padding-left: 3rem !important;
}

ol li p {
    margin-left: -3rem;
    font-size: 20px;
    margin-bottom: 1em;
}

form label {
    color: #20306c;
}

#contact .module-col {
    margin: 0 auto 50px;
}

.contact-card {
    background-color: #1b2a5e;
    color: white;
    border-radius: 12px;
    padding: 50px 40px;
    width: 108%;
    margin-left: -100px;
    box-shadow: 1px 2px 20px 6px #7d92a2;
}

.contact-card p {
    color: #fff !important;
    padding-left: 20px;
    font-size: 18px;
    word-break: break-word;
}

.contact-card a[href^="tel"] {
    color: #ffffff;
    text-decoration: none;
}

.contact-card h5 {
    font-size: 24px;
}

.icon-whatsapp {
    position: absolute;
    right: 0;
    bottom: 0;
}

ul li {
    color: #2a2a2a;
}

.m-auto {
    margin: auto;
}

.product-subtitle {
    font-size: 20px;
}

.image-box ul {
    padding-left: 1rem;
}

.ld-media-txt {
    width: 100%;
}

.ld-media-txt p {
    border: solid 1px white;
    padding: 10px 20px;
    font-family: 'Roboto-CL';
    font-size: 15px;
    color: #fff;
    opacity: 1;
}

.ld-media-txt p img {
    width: 18px;
    margin-left: 5px;
}

.contact-bg {
    background: #c9d2db;
}

#contact-form input {
    background: #e9fbfb;
}

#lqd-contents-wrap .lqd-section {
    padding-top: 70px;
}

#sustainable-tmr {
    background: url('../images/sustainable-tmr.jpg') no-repeat center top;
    background-size: cover;
}

#sustainable-tmr h2 {
    font-size: 2.5vw;
}


#products ul li {
    line-height: 1.2;
    margin-bottom: 0.8em;
}

.swiper.mainSwiper {
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.swiper.thumbnailSwiper {
    margin: 20px 1.5em;
}

.mainSwiper img {
    width: 100%;
}

.thumbnailSwiper .swiper-slide {
    width: 110px !important;
    height: 110px !important;
    flex-shrink: 0;
    margin-right: 15px !important;
}

.thumbnailSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bars {
    color: var(--lqd-color-primary);
}
.home-story {
    margin-top: 100px;
}

.home-story h3{
    color: #16202c;
    font-size: 40px;
    margin-bottom: 20px;
}

.home-story h4 {
    padding-left: 20px;
    border-left: 5px solid #0090b9;
    color: #0090b9;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.home-story p {
    font-size: 16px;
    color: #16202c;
}

.home-story .img-fluid {
    width: 95%;
}

.home-story .story-line {
    max-width: 40%;
}

.logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.logo-row img {
    width: 25%;
    padding: 0 50px;
    border-left: 0.5px solid #16202c;
    border-right: 0.5px solid #16202c;
}

.logo-row img:first-child {
    border-left: none;
}

.logo-row img:last-child {
    border-right: none;
}

.logo-row .logo-hover:first-child {
    border-left: none;
}

.logo-row .logo-hover:last-child {
    border-right: none;
}

.logo-hover-1 {
    background-image: url(../images/brand1.png);
    background-size: contain;
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
    width: 25%;
    transition: 0.3s;
    border-right: 0.5px solid #16202c;
}

.logo-hover-1:hover {
    background-image: url(../images/brand1-c.png);
    transition: 0.3s;
}

.logo-hover-2 {
    background-image: url(../images/brand2.png);
    background-size: contain;
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
    width: 25%;
    transition: 0.3s;
    border-left: 0.5px solid #16202c;
    border-right: 0.5px solid #16202c;
}

.logo-hover-2:hover {
    background-image: url(../images/brand2-c.png);
    transition: 0.3s;
}


.logo-hover-3 {
    background-image: url(../images/brand3.png);
    background-size: contain;
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
    width: 25%;
    transition: 0.3s;
    border-left: 0.5px solid #16202c;
    border-right: 0.5px solid #16202c;
}

.logo-hover-3:hover {
    background-image: url(../images/brand3-c.png);
    transition: 0.3s;
}


.logo-hover-4 {
    background-image: url(../images/brand4.png);
    background-size: contain;
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
    width: 25%;
    transition: 0.3s;
    border-left: 0.5px solid #16202c;
}

.logo-hover-4:hover {
    background-image: url(../images/brand4-c.png);
    transition: 0.3s;
}

.home-tng-container {
    background: #e9fafb;
    width: 100%;
    margin-top: 200px;
}

.home-tng-container .container {
    transform: translate(0px, -80px);
}

.home-tng {
    background: url('../images/tng-bg.jpg') no-repeat center center;
    background-size: cover;
}

.home-tng .row{
    padding: 30px 80px;
    margin: 0;
    align-items: center;
    display: flex;
}

.home-tng h2{
    color: #fff;
}

.home-tng p{
    color: #fff;
}

.button-position {
    display: flex;
    justify-content: end;
}

.subpage-header {
    background-size: cover;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.subpage-header.about {
    background: url('../images/about-banner.jpg') no-repeat center center;
}

.subpage-header.tng {
    background: url('../images/tng-banner.jpg') no-repeat center center;
}

.subpage-header.contact {
    background: url('../images/contact-banner.jpg') no-repeat center center;
}

.subpage-header.product {
    background: url('../images/product-banner.jpg') no-repeat center center;
}

.subpage-header h6 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
}

.subpage-header p {
    font-size: 16px;
    color: #fff;
}

.homepage-header a{
    color: #1f306c;
}

#about p {
    font-size: 16px;
}

.align-item-center {
  align-items: center !important;
}

/* Refined CSS for better text handling */
.timeline-container {
    max-width: 100%;
    overflow: hidden;
    padding: 2rem 0;
    position: relative;
}

.timeline-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 20px;
    margin: 0 -15px;
    margin-right: 30px;
    margin-left: 30px;
    background: linear-gradient(to right, #000, #000, #000);
    background-size: 100% 1px; /* Width: 100%, Height: 1px */
    background-repeat: no-repeat;
    background-position: center;
}

.timeline-wrapper::-webkit-scrollbar {
    display: none;
}

.timeline {
    display: flex;
    gap: 30px;
    padding: 0 30px;
    cursor: grab;
    user-select: none;
    align-items: center;
}

.timeline-item {
    min-width: 280px; /* Increased minimum width */
    max-width: 320px; /* Added maximum width */
    flex-shrink: 0;
    position: relative;
}

.timeline-content {
    background: #ebebeb;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.timeline-content img {
    margin-bottom: 15px;
}

.timeline-content h3 {
    color: #0090b9;
    font-size: 30px;
}

.timeline-text {
    overflow-y: auto;
    /* max-height: 150px; */
    padding-right: 5px;
    margin-top: 10px;
}

.timeline-text::-webkit-scrollbar {
    width: 4px;
}

.timeline-text::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.timeline-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.timeline-controls button {
    border: none;
    background: #0090b9;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

/* .tng-container {
    display: flex;
    align-items: center;
    flex-direction: column;
} */

.tng-container h4 {
    font-size: 22px;
}

.tng-container p {
    font-size: 14px;
    margin-bottom: 35px;
}

.tng-container-img span {
    background: #0090b9;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 0px 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
}

.tng-container-img {
    position: relative;
    margin-bottom: 15px;
}

.tng-container-img img {
    border-radius: 5px;
}

.tng-container a {
    background: #0090b9;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 14px;
}

#tng .col-md-4 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-box h6{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-box p{
    font-size: 16px;
    color: #696969;
    line-height: 27px;
}

.contact-box p:last-child {
    margin-top: 25px;
    color: #0090b9;
}

#form-submit {
    background: #0090b9;
    padding: 50px 0 20px;
}

#form-submit label {
    color: #fff;
    font-size: 16px;
}

#form-submit input {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 20px;
}

#form-submit select {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 20px;
}

#form-submit textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 10px;
}

#form-submit input:focus-visible, select:focus-visible, textarea:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
    background: #def8ff;
}

.enquiry-form-box p{
    font-size: 16px;
    color: #696969;
}  

.enquiry-form-box {
    margin-bottom: 30px;
    margin-top: 50px;
}

form .col-md-4, .col-md-6 {
    padding: 0 10px;
}

.button-submit {
    background: #20306c;
    border: none;
    border-radius: 50px;
    padding: 5px 35px;
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}

.button-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-success {
    font-size: 15px;
    color: #fff;
}

.alert-danger ul li {
    font-size: 15px;
    color: #fff;
}

.history-container {
    margin-top: 70px;
}

.product-categories h4 {
    font-size: 14px;
    color: #16202c;
    margin-bottom: 20px;
}

.product-list-section {
    max-width: 80%;
    margin: 0 auto;
}

.brands-selection {
    font-size: 14px;
    color: #16202c;
}

/* Custom rectangle styling for brand level only */
.brand-list {
    list-style: none;
    padding-left: 0;
}

.brand-list > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.brand-list > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 15px;
    height: 3px;
    background: #16202c;
}

/* Active state for brand */
.brand-list > li.active:before {
    background: #0090b9;
}

/* Category and product type styling */
.category-list, .product-type-list {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.category-list li {
    list-style: none;
}

.category-list li h5 {
    font-size: 15px;
}

.product-type-list li {
    list-style: disc;
    color: #909090;
    font-size: 10px;
}

.product-type-list a {
    color: #909090 !important;
    font-size: 15px;
}

/* Active product styling */
.product-type-list li.active a {
    color: #0090b9 !important;
    font-weight: 500;
}

.category-list li.active h5 {
    color: #0090b9;
}

.product-container {
    padding: 10px 20px;
}

.product-container .product-desc {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
}

.product-info {
    text-align: center;
}

.product-name {
    font-size: 18px;
    margin-top: 20px;
}

.view-product {
    background: #0090b9;
    font-size: 15px;
    border-radius: 50px;
    padding: 5px 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    transition: 0.3s;
}

.view-product:hover {
    transition: 0.3s;
    transform: translate(0, -10px);
}

.product-title {
    font-size: 25px;
    padding-left: 10px;
}

.distributor-card h3 {
    font-size: 20px;
    color: #0090b9;
}

.distributor-card {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px;
}

.brand-logo-container {
    margin-bottom: 30px;
}

.product-brand {
    margin-bottom: 100px;
}

.distributor-card p{
    font-size: 16px;
}

.distributor-card-top {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
    margin-left: 20px;
}

.mb-0 a {
    color: #2a2a2a;
}

@media (max-width: 575.98px) {
    .container {
        padding: 0 20px !important;
    }

    .home-banner {
        padding: 120px 0 90px;
    }

    .home-banner h1 {
        font-size: 7vw !important;
    }

    .ld-fancy-heading h1,
    #sustainability h2.ld-fh-element {
        font-size: 30px;
    }

    .case-study h3,
    #contact h3,
    h3.ld-fh-element,
    h3.ld-fh-element,
    #sustainability li h4 {
        font-size: 25px;
    }

    #sustainability p {
        font-size: 18px;
    }

    #lqd-contents-wrap .lqd-section {
        padding-top: 80px !important;
    }

    .case-study {
        padding: 20px 10px;
    }

    .case-study p {
        width: 100%;
    }

    #header h1 {
        font-size: 8vw;
        margin-top: -20px;
    }

    .about-desc-1,
    .about-desc-2 {
        padding: 0;
    }

    .about-desc-1,
    #home .ld-fancy-heading,
    #home p,
    .case-study .iconbox,
    #about p,
    #about .ld-fancy-heading,
    .industry .animation-element,
    .image-box .module-col h4 {
        text-align: center;
    }

    #about img {
        width: 100%;
        margin-bottom: 20px;
    }

    #about .col-12.col-md-4 .animation-element {
        text-align: center;
    }

    #about .col-12.col-md-4 .animation-element hr {
        margin: 8.5px auto;
    }

    #sustainability .col-12.col-md-6.col-xl-4 {
        margin-top: 60px;
    }

    .btn-contact {
        text-align: center;
    }

    .card {
        padding: 20px 30px 30px;
        min-height: 180px;
        margin: 0 10px;
    }

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

    .title h5 {
        font-size: 22px;
    }

    .icon-container {
        width: 130px;
        height: 130px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .icon-container img {
        width: 80px;
        height: 80px;
    }

    .title {
        margin-top: 50px;
    }

    .module-col {
        padding: 0 10px;
    }

    .image-box {
        padding-bottom: 0;
    }

    .swiper.thumbnailSwiper .swiper-slide {
        width: 80px !important;
        height: 80px !important;
    }

    .thumbnailSwiper .swiper-wrapper {
        justify-content: center;
    }

    .contact-card {
        margin-left: 0;
        width: 100%;
        padding: 20px;
        margin-top: -50px;
    }

    .contact-card p {
        padding-left: 5px;
    }

    .module-form {
        padding: 1em;
    }

    #sustainable-tmr h2 {
        font-size: 35px;
    }

    #sustainable-tmr {
        padding: 100px 0 40px;
    }

    .contact-card p {
        font-size: 16px;
    }

    .icon-whatsapp img {
        width: 75px;
    }

    .masonry-item .ld-media-content {
        width: 100%;
    }

    .masonry-item .ld-media-content p {
        padding: 5px;
    }

    .ld-media-item-overlay {
        padding: 15px;
    }

    .home-banner h1 {
        text-align: center;
    }

    .pos-ad {
        margin: 0 auto;
    }

    .home-banner {
        background: url('../images/main-banner-m.png') no-repeat center bottom;
        background-color: #e9fafb;
        background-size: contain;
        margin: 0 auto;
        height: 100vh;
        display: flex;
        align-items: center;
        padding-top: 0px;
    }

    .home-story .story-line {
        max-width: 100%;
    }
    
    .home-story {
        padding: 0 20px;
    }

    .home-story .img-fluid {
        width: 100%;
    }

    .home-story h3 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .logo-row {
        display: contents;
    }

    .logo-row img {
        width: 50%;
        padding: 0 20px;
        border: none;
    }

    .product-brand {
        margin-bottom: 50px;
    }

    .home-tng-container {
        margin-top: 100px;
    }

    .subpage-header {
        height: 340px;
        margin-bottom: 50px;
        padding-top: 50px;
    }

    #tng .col-md-4 {
        margin-bottom: 40px;
    }

    .product-container .product-desc {
        -webkit-line-clamp: 3;
    }

    .product-name {
        line-height: 22px;
    }

    .product-navigation {
        padding: 0 10px;
    }

    .product-categories h4 {
        font-size: 20px;
    }

    .brand-list > li {
        margin-bottom: 0px;
    }


    .logo-hover-1 {
        background-image: url(../images/brand1-c.png);
        width: 50%;
        border: none;
        height: 100px;
    }

    .logo-hover-2 {
        background-image: url(../images/brand2-c.png);
        width: 50%;
        border: none;
        height: 100px;
    }


    .logo-hover-3 {
        background-image: url(../images/brand3-c.png);
        width: 50%;
        border: none;
        height: 100px;
    }

    .logo-hover-4 {
        background-image: url(../images/brand4-c.png);
        width: 50%;
        border: none;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-card {
        margin-left: -55px;
        padding: 50px 30px;
    }

    #header h1 {
        margin-top: -40px;
        font-size: 6vw;
    }

    .swiper.thumbnailSwiper .swiper-slide {
        width: 80px !important;
        height: 80px !important;
    }

    .csos {
        padding: 0 20px;
        margin: auto 0;
    }

    #about img {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .icon-whatsapp {
        position: absolute;
        right: 0;
        bottom: 50px;
    }
}


@media screen and (min-width: 1361px) {
    .about-desc-2 {
        padding-left: 17em;
        margin: auto;
    }

    .icon-whatsapp {
        position: absolute;
        right: 13vw;
        bottom: 50px;
    }
}