@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Fustat:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: "Fustat";
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pageLoader {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(1200px 600px at 20% 20%, rgba(64, 65, 129, 0.18), transparent 60%),
        radial-gradient(900px 500px at 80% 60%, rgba(58, 182, 71, 0.16), transparent 60%),
        #ffffff;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.pageLoader__inner {
    width: min(340px, 84vw);
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    padding: 22px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pageLoader__inner img {
    width: min(220px, 70vw);
    height: auto;
    animation: loaderLogoFloat 1200ms ease-in-out infinite alternate;
}

.pageLoader__bar {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.06);
    position: relative;
}

.pageLoader__bar::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 40%;
    border-radius: 999px;
    background: linear-gradient(90deg, #404181, #3ab647);
    animation: loaderBar 1000ms ease-in-out infinite;
}

.pageLoader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes loaderLogoFloat {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-8px);
    }
}

@keyframes loaderBar {
    0% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(140%);
    }
    100% {
        transform: translateX(140%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pageLoader__inner img,
    .pageLoader__bar::after {
        animation: none !important;
    }
}

.customHeader {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(16, 48, 42, 0.1);
    position: sticky;
    top: 0;
    z-index: 1111;
    background: #ffffff;
}

.customHeader nav {
    padding: 0px;
}

.customHeader nav .navbar-brand {
    padding: 0px;
    max-width: 190px;
}

.customHeader nav .navbar-brand img {
    width: 100%;
}

.customHeader ul.navbar-nav {
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.customHeader ul.navbar-nav li a {
    color: #030303;
    padding: 15px !important;
    transition: all 0.3s ease-in-out;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.Theme-Btn {
    background: #404181;
    padding: 15px 30px;
    border-radius: 100px;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff !important;
    transition: 0.8s all;
    width: fit-content;
    padding: 20px 33px;
    font-size: 16px;
}

.Theme-Btn:hover {
    background: #38b747;
}

.bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerSwiper {
    /* height: calc(100vh - 102px); */
    overflow: hidden;
}

.bannerImg {
    height: 100%;
    overflow: hidden;
}

.arrowWrapper {
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    width: 100%;
    top: 0;
}

.sliderArrow {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    right: 0;
    display: flex;
    gap: 25px;
    width: 100%;
    padding: 0px 100px;
    justify-content: space-between;
}

.arrowWrapper .swiper-button-next,
.arrowWrapper .swiper-button-prev {
    position: unset;
    margin: 0px;
    background: transparent;
    border-radius: 0;
}

.arrowWrapper .swiper-button-next::after,
.arrowWrapper .swiper-button-prev::after {
    content: "";
    display: none;
}

.slideshow-pagination {
    position: absolute;
    right: 70px;
    top: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translate(0px, -50%);
}

.slideshow-pagination .dayanamicSlide {
    transform: translateX(-10px);
}

.slideshow-pagination span.dayanamicSlide:after {
    bottom: -20px;
    margin-left: 0px;
    transform: rotate(25deg);
    transform-origin: left bottom;
}

.arrowWrapper .slideshow-pagination:before {
    content: "";
    width: 2px;
    height: 130px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 30px;
}

.arrowWrapper .slideshow-pagination span {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    color: #ffff;
    font-family: "Fustat";
}

.arrowWrapper .slideshow-pagination:after {
    content: "";
    width: 2px;
    height: 130px;
    display: inline-block;
    background-color: #ffff;
    margin-top: 30px;
}

.arrowWrapper .slideshow-pagination span.TotalSlide {
    transform: translateX(10px);
}

.arrowWrapper .slideshow-pagination .text-2 {
    transform: rotate(25deg);
}

.sliderArrow .swiper-button-prev,
.sliderArrow .swiper-button-next {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    height: fit-content;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "DM Sans";
}

.sliderArrow .swiper-button-prev .icon-1,
.sliderArrow .swiper-button-prev .icon-2 {
    line-height: 1;
}

.sliderArrow .swiper-button-prev .icon-1 i,
.sliderArrow .swiper-button-prev .icon-2 i {
    font-size: 14px;
}

.cuspending {
    padding: 70px 0px;
}

.aboutContent {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 150px;
}

.aboutContent .desc p {
    margin: 0px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "DM Sans";
    color: #5c5c5c;
    text-align: justify;
}

.tagline {
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans";
    color: #353388;
    position: relative;
    text-transform: capitalize;
}

.tagline:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #353388;
    position: absolute;
    top: 50%;
    margin-left: 10px;
}

.secTitle {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.secTitle h2,
.secTitle h2 span {
    margin: 0px;
    font-size: 55px;
    color: #111112;
    line-height: 50px;
    font-family: "Familjen Grotesk";
    letter-spacing: -0.02em;
    font-weight: 800;
}

.secTitle h2 span {
    color: #147a1c;
}

.sectiontitle h2 {
    font-size: 170px;
    font-weight: 600;
    color: #111112;
    font-family: "Familjen Grotesk", sans-serif;
    margin: 0px;
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sectiontitle {
    margin-bottom: 65px;
}

.aboutContent .desc p span {
    color: #147a1c;
    font-weight: 800;
}

.yearExp {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

.num {
    font-size: 180px;
    font-weight: 700;
    color: #111112;
    position: relative;
    line-height: 0px;
    font-family: "Familjen Grotesk", sans-serif;
    letter-spacing: -0.04em;
    position: absolute;
    bottom: 40px;
}

.content h2 {
    color: #111112;
    font-size: 32px !important;
    font-family: "Familjen Grotesk";
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0px;
    text-align: left !important;
}

.numWrapper {
    display: flex;
    position: relative;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 50%;
}

.Theme-Btn i {
    transform: rotate(-45deg);
    transition: 0.8s all;
}

.Theme-Btn:hover i {
    transform: rotate(0deg);
}

.yearExp a.Theme-Btn {
    margin-top: 10px;
}

.aboutImg img {
    width: 100%;
    position: sticky;
    top: 0;
}

.aboutSec {
    position: relative;
    overflow: hidden;
}

.aboutSec:before {
    content: "";
    width: 700px;
    height: 700px;
    position: absolute;
    left: 100px;
    top: 50%;
    background: #40b14700;
    border-radius: 100%;
    z-index: -1;
    filter: blur(64px);
    transform: translate(-50%, -50%);
    border: 100px solid #40418133;
    position: absolute;
    z-index: 1;
}

.servicesWrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.servicesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 35px;
    position: relative;
    z-index: 111;
}

.servicesItem {
    box-shadow: -15px 1px 24px 38px rgba(0, 0, 0, 0.01);
    border-radius: 16px;
    padding: 20px;
    transition: all 1s ease;
    border: 1px solid #22222217;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    height: fit-content;
}

.servicesSec {
    padding: 70px 0px;
    position: relative;
}

.servicesItem h5 {
    margin: 0px;
    font-size: 18px;
    font-family: "DM Sans";
    letter-spacing: 0.1px;
    color: #222;
    font-weight: 800;
    transition: color 0.3s 0s ease-out;
}

.servicesItem p {
    transition: color 0.3s 0s ease-out;
    margin: 0px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    font-family: "DM Sans";
    color: #5c5c5c;
    opacity: 0.8;
}

.servicesItem .servicesContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.servicesItem:before {
    content: "";
    width: 2px;
    height: 20px;
    background: #353388;
    position: absolute;
    left: 0;
    top: 60px;
    transition: 0.8s all;
    border-radius: 100px;
}

.servicesItem:hover {
    transform: scaleY(1.04);
    background: #404181;
}

.servicesItem:hover::before {
    top: 100%;
    background: #fff;
}

.servicesicon {
    width: 50px;
    height: 50px;
    transition: all 0.4s ease;
    margin-bottom: 0px;
}

.servicesicon img {
    width: 100%;
}

.servicesItem:hover .servicesicon,
counterItem:hover .counterIcon {
    animation: tpshake 0.4s ease-in-out 1;
    filter: invert(1);
}

@keyframes tpshake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}

.servicesItem:hover h5,
.servicesItem:hover p {
    color: #fff;
}

.bigtext {
    margin: 0px;
    font-size: 190px;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 38%;
    left: 25px;
    z-index: 1;
    font-weight: 600;
    font-family: "Familjen Grotesk", sans-serif;
    white-space: nowrap;
    pointer-events: none;
}

footer {
    background-color: #ffffff;
    color: #a49999;
    /* padding-bottom: 100px; */
    border-top: 10px solid #85d28a4d;
}

.footerWrapper {
    display: grid;
    grid-template-columns: 30% 1fr 1fr 1fr;
    gap: 45px;
    padding: 50px 0px 30px 0px;
    border-bottom: 1px solid #0000000f;
}

.footerLinks h5 {
    margin: 0px;
    color: #404181;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.footerLinks ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footerLinks li a {
    list-style: none;
    text-decoration: unset;
}

.footerLinks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footerLogo {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-right: 15px;
}

.footerLogo img {
    max-width: 150px;
}

.footerLogo p,
.footerLinks li a {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    opacity: 0.8;
    margin: 0px;
    transition: 0.8s all;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.footerLinks ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footerLinks li a:hover {
    color: #000;
    opacity: 1;
}

.copyRight {
    padding: 25px 0px;
    text-align: center;
    border-top: 1px solid #0000001a;
    background: #f4f4f4;
}

.copyRight p {
    margin: 0px;
    font-size: 16px;
    font-family: "DM Sans";
    color: #444;
    font-weight: 500;
}

.productSec {
    padding: 70px 0px;
    overflow: hidden;
    position: relative;
    background: rgb(246, 246, 249);
}

.productGrid {
    padding: 25px 0px 0px 0px;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}

.productContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    padding: 30px;
}

.productContent h5 {
    color: #000;
    font-size: 18px;
    font-family: "DM Sans";
    font-weight: 800;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
}

.productContent .desc p {
    margin: 0px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: "DM Sans";
    color: #5c5c5c;
}

/* keep things tidy */

.secTitle h2,
.secTitle .tagline {
    will-change: transform, opacity;
}

/* image reveal frame */

.productImg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
}

.productImg img {
    width: 100%;
    display: block;
    transform-origin: center center;
    will-change: transform, clip-path, opacity;
    height: 100%;
    border-radius: 10px;
    /* min-height: 400px; */
    object-fit: cover;
}

/* content fade-up */

.productContent {
    will-change: transform, opacity;
}

.IndustriesSec {
    padding: 70px 0px;
}

.IndustriesGrid {
    padding: 100px 0px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
    position: relative;
    z-index: 1111;
}

.IndustriesItem {
    box-shadow: -15px 1px 24px 38px rgba(0, 0, 0, 0.01);
    border-radius: 16px;
    padding: 25px;
    transition: all 1s ease;
    border: 1px solid #f4f4f4f4;
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
}

.IndustriesItem img {
    max-width: 60px;
    margin: auto;
}

.IndustriesContent h5 {
    margin: 0px;
    font-family: "Familjen Grotesk";
    text-transform: capitalize;
}

.appGrid {
    padding: 70px 0px 55px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: auto;
}

.appGrid .appImg img {
    width: 100%;
    border-radius: 14px;
    aspect-ratio: 1/0.5;
    object-fit: cover;
}

/* .appItem:nth-child(5),
.appItem:nth-child(4) {
  grid-column: 2/2;
} */

.TwoGrid {
    padding: 0px;
    grid-template-columns: 1fr 1fr;
}

.appImg {
    position: relative;
}

.appImg .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 30px;
    bottom: 0px;
    background: #404181;
    padding: 20px;
    transform: translate(0px, 40px);
    border-radius: 20px;
}

.appContent h5 {
    color: #222;
    font-size: 20px;
    font-family: "DM Sans";
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
}

.appContent {
    text-align: center;
    padding: 30px;
}

.appImg .icon img {
    border-radius: 0px;
    filter: invert(1);
}

.secTitle.textCenter .tagline {
    text-align: center;
    width: fit-content;
    margin: auto;
}

.secTitle.textCenter .tagline:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #353388;
    position: absolute;
    top: 50%;
    margin-right: 10px;
    left: -40px;
}

.secTitle.textCenter h2 {
    text-align: center;
}

.ClientSec {
    padding: 70px 0px;
    background: #f4f4f4;
}

.ClientGrid {
    padding: 50px 0px 0px 0px;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin: auto;
}

.ClientGrid .ClientItem img {
    width: 100%;
    object-fit: scale-down;
    max-width: 70%;
    margin: auto;
}

.bannerSec {
    margin-top: 102px;
}

.counterSec {
    padding: 70px 0px;
}

.counterGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.counterItem {
    display: grid;
    grid-template-columns: auto 1fr;
    box-shadow: -15px 1px 24px 38px rgba(0, 0, 0, 0.01);
    border-radius: 100px;
    padding: 20px 25px;
    transition: all 1s ease;
    border: 1px solid #22222217;
    gap: 15px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
}

.counterItem .counterContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: fit-content;
    text-align: center;
}

.counterItem .counterContent h5 {
    margin: 0px;
}

.counterItem .counterContent span {
    margin: 0px;
    opacity: 0.8;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    font-family: "DM Sans";
}

.counterItem .counterContent h5 .purecounter,
.counterItem .counterContent h5 {
    font-size: 35px;
    font-family: "Familjen Grotesk";
    color: #111112;
    font-weight: 800;
    opacity: 1;
}

.counterIcon {
    border-radius: 100px;
    transition: all 0.4s ease;
    width: 90px;
    height: 90px;
    border: 1px solid #f4f4f49e;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2222220d;
}

.counterItem:hover .counterIcon img {
    animation: tpshake 0.4s ease-in-out 1;
    filter: saturate(0.5);
}

.counterItem:hover {
    background: #fff;
    border: 1px solid #ddd;
    transform: translate(0px, -6px) !important;
}

.counterItem:hover h5,
.counterItem:hover span {
    color: #000 !important;
}

.counterIcon img {
    width: 100%;
    max-width: 40px;
    object-fit: scale-down;
    min-width: 40px;
}

.productItem {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    border-radius: 20px;
    background: linear-gradient(0deg, #ffffff, transparent);
    padding: 0px;
    border: 1px solid #22222217;
}

.whyChooesSec {
    padding: 70px 0px;
    background: #f6f6f9;
}

.whyChooesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 50px 0px 0px 0px;
    gap: 15px;
    text-align: center;
}

.whyChooesGrid .servicesItem {
    padding: 25px 20px;
    gap: 25px;
    align-items: center;
}

.whyChooesGrid .servicesItem h5 {
    font-size: 15px;
    color: #000;
    font-family: "Fustat";
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 400;
    max-width: 90%;
    margin: auto;
    text-transform: capitalize;
}

.whyChooesGrid .servicesItem .servicesicon {
    width: 60px;
    height: 60px;
    background: #ededf0;
    padding: 12px;
    border-radius: 10px;
    margin: 0px;
}

.whyChooesGrid .servicesItem::before {
    width: 6px;
    height: 40px;
    top: 20px;
    display: none;
}

.whyChooesGrid .servicesItem:hover {
    background: #34317a;
}

.whyChooesGrid .servicesItem:hover .servicesicon {
    filter: unset;
}

.whyChooesGrid .servicesItem:hover h5 {
    color: #fff;
}

.Blue {
    color: #32317c;
    font-size: 130px;
    font-weight: 700;
}

.Green {
    color: #2db946;
}

.desc h2 {
    margin: 0px;
    text-align: right;
    color: #111112;
    font-size: 102px;
    font-family: "Familjen Grotesk";
    letter-spacing: -0.01em;
    font-weight: 700;
}

.aboutImg {
    height: fit-content;
    position: relative;
}

.FirstAboutImg {
    position: absolute;
    left: -50px;
    width: 170px;
    height: 150px;
    top: -50px;
    z-index: 1;
    border-right: 6px solid #ffff;
    border-bottom: 6px solid #ffff;
}

.FirstAboutImg img,
.BottomAboutImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.BottomAboutImg {
    position: absolute;
    right: -50px;
    width: 170px;
    height: 150px;
    bottom: -50px;
    z-index: 1;
    border-left: 6px solid #ffff;
    border-top: 6px solid #ffff;
}

.appItem {
    border-radius: 14px;
    border: 1px solid #22222217;
}

.SocialLinks li a i {
    color: #404181;
    opacity: 1;
}

.SocialLinks li a {
    opacity: 1;
}

.footerBottom {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 45px;
    align-items: center;
    padding: 20px 0px;
}

.footerBottom img {
    max-width: 150px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footerBottom .footerLinks ul {
    flex-direction: row;
    gap: 45px;
}

.footerBottom .footerLinks ul a {
    font-size: 16px;
    font-weight: 600;
    font-family: "DM Sans";
    color: #444583;
    opacity: 1;
}

.footerBottom .footerLinks ul li {
    padding-right: 45px;
    border-right: 1px solid #0000001a;
}

.footerBottom .footerLinks ul li:last-child {
    border: 0px;
}

.TextileFinishingSec {
    background: #f6f6f9;
}

.TextileFinishingSec .servicesContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.TextileFinishingSec .servicesContent .desc p {
    margin: 0px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "DM Sans";
    color: #5c5c5c;
}

.TextileFinishingSec .servicesContent h2 {
    font-size: 35px;
}

.TextileFinItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 30px;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid #34308f1c;
}

.TextileFinItem img {
    max-width: 60px;
    object-fit: scale-down;
    max-height: 53px;
    min-height: 53px;
}

.TextileFinGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 40px 0px 0px 0px;
}

.TextileFinItem h5 {
    margin: 0px;
    color: #404180;
    font-size: 17px;
    font-family: "Familjen Grotesk";
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
}

.TextileFinItem:first-child,
.TextileFinItem:nth-child(2),
.TextileFinItem:nth-child(3) {
    border-top: 0px;
}

.TextileFinItem:nth-child(3),
.TextileFinItem:nth-child(6),
.TextileFinItem:nth-child(9) {
    border-right: 0px;
}

.TextileFinItem:first-child,
.TextileFinItem:nth-child(4),
.TextileFinItem:nth-child(7) {
    border-left: 0px;
}

.TextileFinItem:nth-child(7),
.TextileFinItem:nth-child(8),
.TextileFinItem:nth-child(9) {
    border-bottom: 0px;
}

.textileImg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    max-width: 90%;
    margin: auto;
    border-top: 22px solid #373470;
    position: sticky;
    top: 0;
    height: 100%;
    background: #f6f6f9;
}

.textileImg img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: top;
}

.ClientItem {
    border: 1px solid #22222217;
    text-align: center;
    background: #ffffff;
}

.aboutContent h3 {
    text-align: right;
    font-weight: 800;
    font-family: "Familjen Grotesk";
    color: #000;
    font-size: 30px;
}

.aboutContent h3 span {
    font-size: 18px;
    font-weight: 600;
    font-family: "Familjen Grotesk";
    color: #404181;
}

@media (max-width: 1450px) {
    .counterGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .bannerImg img {
        object-fit: contain;
    }
    .sectiontitle h2 {
        line-height: normal;
        font-size: 100px;
    }
    .Blue {
        font-size: 100px;
    }
}

.breadcrumb-area {
    background-position: center !important;
    word-break: break-word;
    overflow: hidden;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    border-bottom: 10px solid #85d28a4d;
}

.bg-dark .light-banner-active {
    display: none;
}

.bg-dark .bg-gray {
    background: var(--dark-secondary);
}

.light-banner-active {}

.breadcrumb-item {
    position: relative;
    padding: 100px 0 100px;
    margin: 105px 0px 0px;
}

.breadcrumb-area h1,
.breadcrumb-area h1 span {
    font-size: 55px;
    line-height: normal;
    font-weight: 800;
    font-family: "Familjen Grotesk";
    margin-bottom: 20px;
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    border: none;
    margin: 0px;
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.bg-dark .breadcrumb-area .breadcrumb a,
.bg-dark .breadcrumb-area .breadcrumb li {
    font-weight: 600;
    color: var(--white);
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-decoration: unset;
    color: #000;
    font-family: "DM Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-area .breadcrumb li {
    position: relative;
    display: flex;
    z-index: 1;
    font-weight: 600;
    text-decoration: unset;
}

.breadcrumb-area .breadcrumb li:after {
    content: "ï„…";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 14px;
    line-height: 0;
    top: 50%;
    right: -2px;
    margin-top: 1px;
}

.breadcrumb-area .breadcrumb li.active::after {
    display: none;
}

.breadcrumb-area .assetsImg {
    position: absolute;
    right: 100px;
    top: 102px;
}

.breadcrumb-area h1 span {
    color: #404181;
    font-weight: bold;
}

.movingText {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid #39b44a2b;
    border-bottom: 1px solid #39b44a2b;
}

.movingText p {
    color: #39b44a;
    font-size: 50px;
    text-align: center;
    font-family: "Sacramento", cursive;
    margin: 0px;
    width: fit-content;
    background: #fff;
    margin: auto;
    position: relative;
    padding: 0px 40px;
}

.movingText:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #39b44a2b;
    position: absolute;
    top: 50%;
}

.innerPage .aboutSec {
    padding-bottom: 70px;
}

.desc p {
    margin: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "DM Sans";
    color: #5c5c5c;
    text-align: justify;
}

.missionVissonContent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.missionVissonItem {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 50px;
}

.missionVissonItem .missionVissonImage {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.missionVissonItem .missionVissonImage img {
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

.bgGrey {
    background: #f4f4f4;
}

.cti .missionVissonItem {
    grid-template-columns: auto 40%;
}

.contactAddressGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

.contactAddressGrid .contactAddressItem {
    border: 2px solid #ededed;
    padding: 50px 30px 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
}

.contactAddressGrid .contactAddressItem .contactAddressContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contactAddressGrid .contactAddressItem .contactAddressContent h5 {
    margin: 0px;
    color: #000000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.contactAddressGrid .contactAddressItem .contactAddressContent a,
.contactAddressGrid .contactAddressItem .contactAddressContent p {
    text-decoration: unset;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-family: "DM Sans";
    color: #071c1f;
}

.contactMap .MapIframe iframe {
    width: 100%;
    border-radius: 20px;
    line-height: 0;
}

.contactMap {
    padding: 50px;
}

.contactFormSec {
    padding: 50px 0px;
    background: #f4f4f4;
}

.contactFormSec .contactForm {
    max-width: 70%;
    margin: auto;
    background: #fff;
    padding: 50px;
}

.contactFormSec .contactForm .formFieldWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contactFormSec .contactForm .formFieldWrapper .formField {
    position: relative;
}

.contactFormSec .contactForm .formFieldWrapper .formField input,
.contactFormSec .contactForm form .formField textarea {
    padding: 16px 20px;
    width: 100%;
    border: 1px solid #c4c4c475;
    outline: 0;
    color: #000000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.contactFormSec .contactForm .formFieldWrapper .formField .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-20px, -50%);
}

.contactFormSec .contactForm .formFieldWrapper .formField .icon i {
    line-height: normal;
    font-size: 20px;
    color: #39b44a;
    font-weight: 700;
}

.contactFormSec .contactForm form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contactFormSec .contactForm form .formField textarea {
    min-height: 240px;
}

.contactFormSec .contactForm .formFieldWrapper .formField input::placeholder,
.contactFormSec .contactForm form .formField textarea::placeholder {
    color: #222;
    opacity: 0.6;
}

.contactFormSec .contactForm .BtnGreen {
    padding: 20px;
    border: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    color: #fff;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
    background: #39b44a;
}

.contactFormSec .contactForm .BtnGreen i {
    font-weight: 900;
}

.contactFormSec .contactForm .formFieldWrapper .formField input {
    padding-right: 50px;
}

.productItem a {
    text-decoration: unset;
}

.productDetailsWrapper {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 55px;
}

.productDetailsWrapper .productDetailsImg {
    border-radius: 10px;
    overflow: hidden;
}

.productDetailsWrapper .productDetailsImg img {
    width: 100%;
    aspect-ratio: 27 /20;
    object-fit: cover;
}

.productDetailsWrapper .productDetailsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.productDetailsWrapper .productDetailsContent .secTitle h2,
.productDetailsWrapper .productDetailsContent .secTitle h2 span {
    font-size: 35px;
    line-height: normal;
    font-weight: 800;
    font-family: "Familjen Grotesk";
    letter-spacing: 0.3px;
}

.productDetailsWrapper .productDetailsContent .secTitle h2 span {
    color: #404181;
}

.productDetailsTable table {
    width: 100%;
}

.productDetailsTable table td {
    padding: 25px 20px;
    font-weight: 500;
    background: #f8fffd;
    border: 1px solid #0000000a;
    color: #000;
    font-family: "DM Sans", sans-serif;
    text-align: center;
    font-size: 15px;
}

.productDetailsTable table th {
    padding: 20px;
    background: #d1e8d3;
    border: 1px solid #2222220f;
    text-align: center;
    font-weight: 900;
}

.left-ribbon {
    padding: 20px 20px;
    background: #39b44a;
    border-radius: 10px 10px 0px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

.productDetailsTable table td:last-child {
    text-align: left;
    font-weight: 600;
}

th.text-left {
    text-align: left !important;
}

.productDetailsTable.bgWhite table td {
    background: #fff;
}

.productDetailsTable table tr:nth-child(odd) td {
    background: #40418124 !important;
}

.productDetailsTable table tr td:nth-child(2) {
    font-weight: 500;
    color: #444;
    /* background: #ffffff !important; */
}

.productDetailsTable table {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.left-ribbon~table {
    border-radius: 0px 0px 14px 14px;
}

.customHeader ul.navbar-nav li a:before {
    content: "";
    width: calc(100% - 20px);
    height: 0px;
    background: #00000012;
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0px);
    bottom: 16px;
    transition: 0.8s all;
}

.customHeader ul.navbar-nav li a.active:before,
.customHeader ul.navbar-nav li a:hover:before {
    background: #40418136;
    height: 10px;
}

.customHeader ul.navbar-nav li a.active {
    color: #33317c;
}

.pb-100 {
    padding-bottom: 100px;
}

.deskNone {
    display: none;
}

/* Submenu / Dropdown style for our-products list */

.navbar-nav .dropdown-menu.product-submenu {
    background-color: #fff;
    /* white background to match theme */
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    min-width: 220px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.navbar-nav .dropdown-menu.product-submenu .dropdown-item {
    font-size: 15px;
    color: #333;
    padding: 8px 20px;
    transition: background-color 0.2s, color 0.2s;
}

.navbar-nav .dropdown-menu.product-submenu .dropdown-item:hover {
    background-color: #3f4080;
    /* your accent / theme color */
    color: #fff;
}

/* Desktop: show on hover */

@media (min-width: 992px) {
    .navbar-nav .dropdown:hover>.dropdown-menu.product-submenu {
        display: block;
    }
}

/* Mobile / Tablet: toggle via + icon */

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu.product-submenu {
        position: static;
        display: none;
        box-shadow: none;
        background-color: #fafafa;
    }
    .navbar-nav .dropdown.open .dropdown-menu.product-submenu {
        display: block;
    }
    .navbar-nav .dropdown-menu.product-submenu .dropdown-item {
        padding-left: 30px;
    }
    .dropdown-toggle-icon {
        float: right;
        margin-left: 8px;
        font-size: 14px;
        cursor: pointer;
    }
}

.appItem a {
    text-decoration: unset;
}

.BlogSec .productContent {
    text-align: left;
    padding: 20px;
    gap: 10px;
}

.BlogSec .productContent h5 {
    text-align: left;
    line-height: 32px;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.BlogSec .productContent p {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "DM Sans";
    color: #5c5c5c;
    text-align: left;
}

.BlogSec .productImg {
    padding: 15px 15px 0px 15px;
}

.BlogSec .productImg img {
    border: 1px solid #2222;
}

.BlogSec .productGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blogDetails {
    padding-top: 150px;
}

.blogContentWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blogContentWrapper .blogImg img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #2222;
}

.blogContentItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blogContentItem h5 {
    margin: 0px;
    font-size: 25px;
    line-height: normal;
    font-weight: 800;
    font-family: "Familjen Grotesk";
    letter-spacing: 0.3px;
    color: #000;
}

.blogContentItem h5 span {
    color: #404181;
}

.blogContentGrid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blogContentItem .desc ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blogContentItem .desc ul li {
    margin: 0px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "DM Sans";
    color: #5c5c5c;
}

.blogContentItem .desc ul li i {
    font-size: 15px;
    color: #404181;
    font-weight: 600;
}

.blogContentItem .desc ul li b i {
    padding-right: 10px;
}

.blogContentItem .desc ul li b {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    font-family: "DM Sans";
}

.desc img {
    width: fit-content;
}

.desc img.fullWidth {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #2222;
}

.blogContentItem.FaqBlog {
    gap: 25px;
}

.blogContentItem.FaqBlog .desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blogContentItem.FaqBlog .desc h6 {
    margin: 0px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Fustat';
    color: #000;
}

.blogContentItem.FaqBlog .desc p b {
    color: #00000096;
    font-weight: 800;
    font-size: 16px;
}

.MaterialsLanding .appGrid .appImg img {
    aspect-ratio: unset;
}

.fullAboutImg {
    margin-top: 100px;
    border-radius: 12px;
    overflow: hidden;
}

.fullAboutImg img {
    width: 100%;
}

.mapImg img {
    width: 100%;
}

.mapSec {
    padding: 70px 0px;
}

.mapImg {
    padding: 50px 0px 0px 0px;
}

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

@media (max-width: 1400px) {
    .customHeader ul.navbar-nav li a {
        padding: 12px !important;
    }
}

@media (max-width: 1300px) {
    .customHeader ul.navbar-nav {
        gap: 10px;
    }
    .customHeader nav .navbar-brand {
        max-width: 150px;
    }
    .Theme-Btn {
        font-size: 14px;
        padding: 15px 20px;
        font-weight: 500;
    }
    .customHeader ul.navbar-nav li a {
        font-size: 12px;
        padding: 12px !important;
    }
    .bannerSec {
        margin-top: 90px;
    }
    .aboutContent {
        gap: 40px;
        grid-template-columns: 40% 1fr;
    }
    .FirstAboutImg {
        display: none;
    }
    .BottomAboutImg {
        display: none;
    }
    .aboutContent h3 {
        font-size: 24px;
        margin: 0px;
    }
    .aboutContent h3 span {
        font-size: 16px;
    }
    .aboutContent .desc p {
        font-size: 14px;
        line-height: 28px;
        font-weight: 500;
    }
    .yearExp {
        margin-top: 20px;
        gap: 30px;
        display: grid;
        grid-template-columns: auto 1fr;
    }
    .content h2 {
        font-size: 30px !important;
    }
    .yearExp a.Theme-Btn {
        margin: 0px;
    }
    .num {
        font-size: 100px;
    }
    .numWrapper {
        text-align: center;
    }
    .numWrapper span svg {
        width: 150px;
        height: 150px;
    }
    .content {
        max-width: 100%;
    }
    .TextileFinishingSec .servicesContent h2,
    .secTitle h2,
    .secTitle h2 span {
        font-size: 24px !important;
        line-height: normal !important;
    }
    .productDetailsWrapper {
        gap: 25px;
    }
    .TextileFinGrid {
        padding: 20px 0px 0px 0px;
    }
    .TextileFinItem h5 {
        text-align: center;
        font-size: 14px;
        font-weight: 700;
    }
    .TextileFinItem img {
        max-width: 40px;
        max-height: 40px;
        min-height: 40px;
    }
    .textileImg {
        padding: 0px 15px;
    }
    .secTitle {
        gap: 8px;
    }
    .counterGrid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }
    .counterItem {
        padding: 15px 20px;
        grid-template-columns: 1fr;
        border-radius: 10px !important;
        text-align: center;
        gap: 10px;
    }
    .counterIcon {
        width: 60px;
        height: 60px;
        margin: auto;
    }
    .counterIcon img {
        max-width: 30px;
        min-width: 30px;
    }
    .counterItem .counterContent h5 .purecounter,
    .counterItem .counterContent h5 {
        font-size: 24px;
    }
    .counterItem .counterContent {
        text-align: center;
        width: 100%;
    }
    .counterItem .counterContent span {
        font-size: 14px;
    }
    .container {
        max-width: 100%;
    }
    .productContent,
    .appContent {
        padding: 20px;
    }
    .productContent h5,
    .appContent h5 {
        font-size: 16px;
    }
    .whyChooesGrid,
    .ClientGrid {
        padding-top: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .whyChooesGrid .servicesItem h5 {
        line-height: 20px;
        font-weight: 700;
    }
    .servicesGrid {
        gap: 15px;
    }
    .servicesicon {
        width: 40px;
        height: 40px;
    }
    .servicesItem p {
        font-size: 14px;
        line-height: 26px;
    }
    .footerBottom .footerLinks ul {
        gap: 20px;
    }
    .footerBottom .footerLinks ul li {
        padding-right: 20px;
    }
    .footerLogo p,
    .footerLinks li a {
        font-size: 14px;
    }
    .footerLinks {
        gap: 15px;
    }
    .footerBottom {
        gap: 25px;
    }
    .footerBottom img {
        max-width: 150px;
    }
    .copyRight {
        padding: 15px 0px;
    }
    .copyRight p {
        font-size: 14px;
        font-weight: 600;
    }
    .footerLinks h5 {
        font-size: 20px;
        font-weight: 700;
    }
    .arrowWrapper .slideshow-pagination:before {
        height: 70px;
        margin-bottom: 15px;
    }
    .arrowWrapper .slideshow-pagination:after {
        height: 70px;
        margin-top: 15px;
    }
    .slideshow-pagination {
        right: 30px;
    }
    .appGrid {
        padding-top: 30px;
    }
    .sliderArrow {
        padding: 0px 20px;
        bottom: unset;
        top: 50%;
        transform: translate(0px, -50%);
    }
    .sliderArrow .swiper-button-prev,
    .sliderArrow .swiper-button-next {
        background-color: #474788;
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 12px;
    }
    .slideshow-pagination {
        display: none;
    }
    .missionVissonItem {
        gap: 30px;
    }
    .missionVissonItem .missionVissonImage img {
        object-fit: cover;
    }
    .breadcrumb-item {
        margin-top: 89px;
    }
    .breadcrumb-area .assetsImg {
        top: 80px;
    }
    .breadcrumb-area h1,
    .breadcrumb-area h1 span {
        font-size: 45px;
    }
    .innerPage .aboutSec {
        padding-bottom: 80px;
    }
    .movingText p {
        font-size: 35px;
    }
    .cuspending {
        padding: 40px 0px;
    }
    .BlogSec .productGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .blogDetails {
        padding-top: 110px !important;
    }
    .fullAboutImg {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        background: #474788;
        padding: 0px;
        width: 50px;
        height: 50px;
        border: 0px;
        box-shadow: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler .hamburger {
        width: 26px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .navbar-toggler .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 999px;
        opacity: 0.95;
    }
    .customHeader ul.navbar-nav {
        text-align: left;
        gap: 0;
    }
    .customHeader ul.navbar-nav li {
        width: 100%;
    }
    .customHeader ul.navbar-nav li a:before {
        display: none;
    }
    .customHeader ul.navbar-nav li a {
        padding: 15px !important;
        border-bottom: 1px solid #00000012;
        font-size: 14px !important;
    }
    .customHeader ul.navbar-nav li:last-child a {
        border-bottom: 0px !important;
    }
    .rightBtn {
        display: none;
    }
    .contactAddressGrid {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .contactAddressGrid .contactAddressItem {
        padding: 30px;
    }
    .productDetailsTable table th {
        padding: 15px;
    }
    .productDetailsTable table td {
        padding: 15px;
        font-size: 14px;
        line-height: 28px;
    }
    .left-ribbon {
        font-size: 16px;
    }
    .blogContentItem h5 {
        margin: 0px;
        font-size: 18px;
    }
    .blogContentItem {
        gap: 10px;
    }
    .desc p {
        font-size: 14px;
    }
    .blogContentItem .desc ul {
        padding-left: 0px;
    }
    .desc img.fullWidth {
        border-radius: 8px;
    }
    .fullAboutImg {
        margin-top: 50px;
    }
}

@media (max-width: 800px) {
    .aboutContent {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .sectiontitle {
        margin-bottom: 30px;
    }
    .sectiontitle h2 {
        font-size: clamp(44px, 11vw, 76px);
        line-height: normal;
    }
    .sectiontitle h2 span {
        font-size: inherit;
    }
    .sectiontitle h2 span.Green img {
        max-width: 80px;
    }
    .aboutSec .sectiontitle h2 {
        line-height: 1.05;
    }
    .aboutContent .desc h3 {
        text-align: left;
    }
    .content h2 {
        font-size: 20px !important;
    }
    .TextileFinishingSec .servicesContent h2,
    .secTitle h2,
    .secTitle h2 span {
        font-size: 20px;
    }
    .TextileFinishingSec .row {
        flex-direction: column-reverse;
    }
    .TextileFinishingSec .row .col-sm-12 {
        width: 100%;
    }
    .TextileFinishingSec .row .cuspending {
        padding: 0px 0px 40px 0px;
    }
    .TextileFinishingSec .textileImg {
        padding: 0px !important;
        max-width: 100%;
    }
    .textileImg img {
        object-fit: cover;
    }
    .TextileFinItem {
        border: 2px solid #34308f1c !important;
    }
    .productGrid {
        grid-template-columns: 1fr 1fr;
    }
    .appGrid,
    .whyChooesGrid,
    .ClientGrid {
        grid-template-columns: 1fr 1fr;
    }
    .servicesWrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .bigtext {
        display: none;
    }
    .footerWrapper {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .deskNone {
        display: flex;
    }
    .MobileNone {
        display: none;
    }
    .footerLinks:nth-child(1) {
        grid-column: unset;
    }
    .footerLinks {
        padding: 0px !important;
    }
    .missionVissonItem,
    .cti .missionVissonItem {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .cti .missionVissonItem {
        flex-direction: column-reverse;
    }
    .missionVissonContent {
        gap: 15px;
    }
    .desc {
        gap: 10px;
    }
    .breadcrumb-item {
        padding: 50px 0px;
    }
    .breadcrumb-area h1,
    .breadcrumb-area h1 span {
        font-size: 30px;
    }
    .breadcrumb-area .assetsImg {
        top: 80px;
        right: 20px;
    }
    .innerPage .productSec {
        padding: 40px 0px;
    }
    .innerPage .productSec .productGrid {
        padding: 0px;
    }
    .contactFormSec .contactForm {
        max-width: 100%;
        padding: 30px;
    }
    .contactMap {
        padding: 40px 0px;
    }
    .productDetailsWrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .productDetailsWrapper .productDetailsContent {
        gap: 10px;
    }
    .BlogSec .productGrid {
        grid-template-columns: 1fr 1fr !important;
    }
    .innerPage .aboutSec {
        padding-bottom: 40px;
    }
    .fullAboutImg {
        margin-top: 40px;
    }
    .movingText p {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .footerWrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .footerLinks:nth-child(1) {
        grid-column: unset;
    }
    .footerLinks {
        padding: 0px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid #00000012;
    }
    .footerLinks:last-child {
        padding-bottom: 0px !important;
        border-bottom: 0px solid #00000012;
    }
    .TextileFinGrid,
    .counterGrid,
    .appGrid,
    .whyChooesGrid,
    .ClientGrid {
        grid-template-columns: 1fr 1fr;
    }
    .productGrid,
    .servicesGrid {
        grid-template-columns: 1fr;
    }
    .productImg {
        padding: 15px;
    }
    .whyChooesGrid .servicesItem h5 {
        max-width: 100%;
    }
    .contactAddressGrid {
        grid-template-columns: 1fr;
    }
    .contactAddressGrid .contactAddressItem .contactAddressContent h5 {
        font-size: 18px;
    }
    .contactAddressGrid .contactAddressItem .contactAddressContent p {
        margin: 0px;
        font-size: 14px;
        line-height: 28px;
    }
    .contactFormSec .contactForm {
        padding: 20px;
    }
    .contactFormSec .contactForm form {
        gap: 15px;
    }
    .contactFormSec .contactForm .formFieldWrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .MaterialsLanding .appGrid {
        grid-template-columns: 1fr;
    }
    .BlogSec .productGrid {
        grid-template-columns: 1fr !important;
    }
}

.prodInqBtns {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.prodInqBtns a {
    margin: 0px 10px;
    padding: 15px 20px;
}

.prodInqBtns a.viewMoreBtn {
    background-color: transparent;
    border: 1px solid #404181;
    color: #404181 !important;
}