@import url('https://fonts.googleapis.com/css2?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');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --base-color-1: #013160;
    --base-color-2: #0E3C68;
    --base-color-3: #444444;
    --base-color-4: #888888;
    --white-color: #ffffff;
}

/*==========Group css===========*/
.flex-div {
    display: flex;
}

.jus-center {
    justify-content: center !important;
}

.jus-right {
    justify-content: right !important;
}

.jus-start {
    justify-content: flex-start !important;
}

.txt-cntr {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.jus-end {
    justify-content: flex-end;
}

.jus-bet {
    justify-content: space-between !important;
}

.jus-arnd {
    justify-content: space-around !important;
}

.align-bot {
    align-items: flex-end;
}

.align-mid {
    align-items: center;
}

.align-top {
    align-items: flex-start;
}

.align-center {
    align-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.dirc-col {
    flex-direction: column;
}

.positionR {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.width-half {
    width: 50% !important;
}

.input-div.full-width {
    width: 100% !important;
}

.no-pad {
    padding: 0 !important;
}

.no-marg {
    margin: 0 !important;
}

.no-marg-top {
    margin-top: 0 !important;
}

.marg-t-b-50 {
    margin: 50px 0px;
}

.marg-t-b-30 {
    margin: 30px 0px;
}

.marg-l-20 {
    margin-left: 20px;
}

.margin-r-l {
    margin: 0 auto;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

.bg-none {
    background: none !important;
}

.brdr-none {
    border: 0 !important;
}

.shad-none {
    box-shadow: none !important;
}

.child-half {
    width: calc(50% - 3px) !important;
}

.pad10 {
    padding: 10px !important;
}

.padtop10 {
    padding-top: 10px !important;
}

.padbottom10 {
    padding-bottom: 10px !important;
}

.padtop-t-b-50 {
    padding: 50px 0px;
}

.padtop-l-r-100 {
    padding: 0px 100px;
}

.padtop-l-r-60 {
    padding: 0px 60px;
}

/* ===========custom my css=========== */
/* ==========sub header start============================*/
.custom-nav {
    background: #eee;
    padding: 12px 0;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #1c3c74;
}

.dropdown-submenu {
    position: relative;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.phone-box {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
    font-size: 14px;
}

.custom-nav {
    background: #fff;
    transition: 0.3s;
    z-index: 999;
}

.navbar.custom-nav.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.custom-nav.scrolled {}

/* =================index-hero-section====================== */
.wrapper {
    overflow: hidden;
}

.slick-slider {
    margin-bottom: 0px !important;
}


.banner-bg {
    background-image: url(../images/slider2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
    position: relative;
    z-index: 1;

}

.banner-bg ::after {
    content: "";
    background: #00000037;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.banner-bg-2 {
    background-image: url(../images/slider1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
    position: relative;
    z-index: 1;

}

.banner-bg-2 ::after {
    content: "";
    background: #00000037;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.banner-bg-3 {
    background-image: url(../images/slider-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
    position: relative;
    z-index: 1;

}

.banner-bg-3 ::after {
    content: "";
    background: #00000037;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

a.view-partnership {
    color: #fff;
    border-bottom: 4px solid #2f57c7;
    text-decoration: none;

}



p.textile {
    font-size: 18px;
    ;
}

.hero-section {
    position: relative;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background: #ffffff40;
    color: #000;
    font-size: 18px;
    z-index: 99;
    transition: 0.3s;
}

.custom-prev {
    left: 30px;
}

.custom-next {
    right: 30px;
}

.custom-prev:hover,
.custom-next:hover {
    background: #e3e3e3bb;
}


.lagacy {
    font-size: 40px;
    ;
}

/* ==================company-section====================== */

.company-section {
    padding: 80px 0;
}

.small-title {
    color: #2f6fed;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.main-heading {
    font-size: 36px;
    font-weight: 600;
    color: #1f2d5a;
    line-height: 1.2;
}

.desc {
    font-size: 18px;
    color: #6c757d;
    max-width: 750px;
    margin-top: 20px;
}

.solution-btn {
    background: #2f6fed;
    color: #fff;
    padding: 16px 40px;
    border-radius: 2px 02px 40px 2px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.solution-btn:hover {
    background: #1f5bd9;
}


.stat-card {
    background: #eef1f6;
    padding: 10px 30px;
    border-radius: 2px 2px 40px 2px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.counter {
    font-size: 70px;
    font-weight: 700;
    color: #2f6fed;
}

.stat-title {
    font-size: 26px;
    margin-top: 15px;
    color: #222;
}

.discover {
    margin-top: 20px;
    display: inline-block;
    color: #2f6fed;
    font-weight: 600;
    text-decoration: none;
}

.discover:hover {
    text-decoration: underline;
}

/* ===================about-us-section===================== */
.about-section {
    background-image: url(../images/home-about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 80px 0 0 0;
    padding: 8rem 0;
}

.about-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1, 48, 96, 0.88);
    z-index: -1;
    border-radius: 80px 0 0 0;
}

.about-text h6 {
    color: #1f5bd9
}

.powering-text {
    color: #fff;
    font-size: 30px;

}

.kapila-para {
    color: #edf8fc;
}

.industrial-image img {
    width: 100%;
    ;
}

.industrial {
    background: #fcfcfc;
    padding: 0;
    position: absolute;
    top: 169px;
}

/* ===== ==============Industrial Section============ ===== */

.industrial-section {
    padding: 0 0 120px 0;
    position: relative;
    z-index: 3;
}

.industrial-main {
    margin-top: -130px;
}

.industrial-card {
    background: #eef1f6;
    border-radius: 0 0 40px 0;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.industrial-card:hover {
    transform: translateY(-8px);
}

.industrial-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.industrial-content {
    padding: 30px;
}

.industrial-content h4 {
    font-size: 24px;
    color: #24305e;
    margin-bottom: 15px;
}

.industrial-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.industrial-content a {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #2f6fed;
    text-decoration: none;
}

.industrial-content a:hover {
    text-decoration: underline;
}

/* ================partner==================== */
.partners-section {
    background: #fff;
    padding: 0 0 60px 0;
}

.partners-title {
    font-size: 42px;
    font-weight: 700;
    color: #2d3a67;
    letter-spacing: 1px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.partners-title::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #2d3a67;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.partners-row {
    gap: 40px 0;
}

.partner-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

.partner-card img {
    max-height: 80px;
    object-fit: contain;
}

.partner-card:hover {
    transform: translateY(-5px);
}

/* ================trusted============================= */
.video-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(20, 30, 60, 0.85), rgba(20, 30, 60, 0.5));
    z-index: -1;
}

.hero-content {
    color: #fff;
}

.hero-content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-content p {
    font-size: 20px;
    color: #d1d5db;
    max-width: 750px;
}

.play-btn {
    width: 100px;
    height: 100px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 0 15px rgba(59, 130, 246, 0.2);
}

.play-btn span {
    font-size: 40px;
    color: #fff;
    margin-left: 5px;
}

/* <!-- =====================review-testimonial-section========== --> */

.review-slider {
    background: #fff;
    padding: 50px 0;
    position: relative;
}

.testimonial-slider {
    background: #e9eff9;
    border-top-left-radius: 100px;
    padding: 50px;
    margin-top: -130px;
}


.client-img img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
}

.quote {
    font-size: 28px;
    line-height: 1.6;
    color: #2d2d2d;
}

.client-name {
    font-size: 22px;
    font-weight: 700;
    color: #3b82f6;
    letter-spacing: 1px;
}

.slick-dots {
    text-align: left;
    margin-top: 30px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #c5d4ec;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #3b82f6;
}

/* ==================textile-page-================================== */
.textile-hero {
    background-image: url(../images/textile-auxiliaries.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    z-index: -2;
}

.textile-hero::before {
    content: "";
    background: #013060bd;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.textile-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;

}

.textile-content h1 span {
    border-bottom: 4px solid #f15a29;
}

.textile-content p {
    max-width: 633px;
    line-height: 1.8;
    font-size: 18px;
    color: #eef1f6;

}

/* =====================trusted======================= */
.trusted-content h3 {
    color: #0E3C68;
    font-size: 30px;
    ;
}


.trusted-content h3 span {
    border-bottom: 3px solid #013160;
}


.process-table {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.table-head {
    background: #063b6f;
    font-weight: 600;
    padding: 14px 10px;
}

.table-head>div {
    padding: 12px;
}

.table-row {
    padding: 14px 10px;
    border-top: 1px solid #ddd;
}

.table-row:nth-child(even) {
    background: #e9f7ff;
}

.table-row>div {
    padding: 5px 10px;
    color: #444;
}

/* -=================textile-dyes================================== */

.textile-dyes {
    background-image: url(../images/dyes-pigments.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    z-index: -2;
}

.textile-dyes::before {
    content: "";
    background: #013060bd;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.trusted-heading h4 {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 26px;
    ;
}

.trusted-heading p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ==========================textile-table==================== */
.process-section {
    width: 100%;
    padding: 40px 0;
    background: #f2f2f2;
}

.process-wrapper {
    width: 90%;
    margin: auto;
}

.process-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.process-table th,
.process-table td {
    width: 33.33%;
    padding: 18px 20px;
    text-align: left;
    word-break: break-word;
    white-space: normal;
}

.process-table thead {
    background: #0b3a67;
}

.process-table th {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.process-table tbody tr:nth-child(odd) {
    background: #cfdbe3;
}

.process-table tbody tr:nth-child(even) {
    background: #e6e6e6;
}

.process-table td {
    border-top: 1px solid #cfcfcf;
}



/* =====================non-textile================= */
.non-textile {
    background-image: url(../images/non-textile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    z-index: -2;
}

.non-textile::before {
    content: "";
    background: #013060bd;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

h5.enhancink {
    color: #0e3c68;
    text-align: center;
}

h2.specialized {
    font-size: 36px;
    max-width: 800px;
    margin: 0 auto;
    color: #0e3c68;

}

.table-section {
    padding: 30px 0;
}

.table-responsive-custom {
    width: 100%;
    overflow: hidden;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed;
}

.custom-table th,
.custom-table td {
    width: 33.333%;
    word-break: break-word;
    white-space: normal;
}

.custom-table thead th {
    background-color: #003366;
    color: #ffffff;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #4c4c4c;
    text-align: left;
}

.custom-table tbody td {
    padding: 14px 16px;
    font-size: 18px;
    color: #5d5959;
    border: 1px solid #e1e1e1;
    vertical-align: top;
}

.custom-table tbody tr:hover {
    background: #55555526;
}

/* ===========================industries-hero==================== */
.industries-hero {
    background-image: url(../images/chemical-solutions.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    z-index: -2;
}

.industries-hero::before {
    content: "";
    background: #01306094;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

/* ===============industries-section============ */
.industries-section {
    padding: 80px 0;
    text-align: center;
}

.section-title {
    font-weight: 700;
    color: #243b64;
}

.section-desc {
    max-width: 750px;
    margin: 15px auto 60px;
    color: #4d5c7a;
}

.industry-card {
    background: #e9edf3;
    border-bottom-right-radius: 40px;
    padding: 40px 25px;
    height: 100%;
    transition: 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.industry-img {
    width: 100% !important;
}

.industry-img img {
    object-fit: contain;
    width: 70%;
    border-radius: 8px;
}

.industry-title {
    font-size: 20px;
    font-weight: 600;
    color: #243b64;
    margin-bottom: 15px;
}

.industry-text {
    font-size: 14px;
    color: #5a6a85;
    margin-bottom: 20px;
}

.discover-link {
    text-decoration: none;
    font-weight: 500;
    color: #2d6cdf;
}

.discover-link:hover {
    text-decoration: underline;
}

/* ===========elevate-section----------=========== */
.elevate-quality-section {
    position: relative;
    background: url(../images/home-call-to-action.webp) center/cover no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.elevate-quality-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(12, 33, 70, 0.95) 0%, rgba(12, 33, 70, 0.85) 40%, rgba(12, 33, 70, 0.4) 100%);
}

.elevate-quality-content {
    position: relative;
    z-index: 2;
    padding: 20px;

}

.elevate-quality-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 25px;
    max-width: 900px;
    margin: 20px auto;
}

.elevate-quality-content p {
    font-size: 20px;
    color: #d6dceb;
    margin-bottom: 40px;
    max-width: 900px;
    margin: 20px auto;
}

.elevate-quality-btn {
    display: inline-block;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(45deg, #3c74e6, #2f63d8);
    border-bottom-right-radius: 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

.elevate-quality-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* ========================about-us======================== */
.about-banner {
    background-image: url(../images/about-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    z-index: -2;
}

.about-banner::before {
    content: "";
    background: #01306094;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

/* =======================chhose-us============ */
.why-choose-section {
    padding: 2rem 0 0 0;
    text-align: center;
}

.why-choose-subtitle {
    color: #3b82f6;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}

.why-choose-title {
    font-weight: 700;
    color: #1e2a55;
    font-size: 46px;
    line-height: 1.2;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.why-choose-desc {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.why-choose-desc strong {
    color: #4d4d4d;
}

/* =================image-showcase========================= */

.image-showcase {
    overflow: hidden;
}

.image-wrapper {
    position: relative;
}

.image-box {
    overflow: hidden;
    border-radius: 8px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.floating-img {
    position: relative;
    z-index: 2;
    animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(-20px);
    }
}

/* ================solution-counter============================== */
.solution-counter {
    padding: 140px 0 110px;
    background-image: url(../images/about-fun-fact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

.solution-counter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1d4ed8cc, #2563ebcc);
    z-index: -1;
}

.counter-2 {
    font-size: 48px;
    font-weight: 600;
}

.counter-add {
    font-size: 48px;
    font-weight: 600;
}

.solution-card {
    background: rgba(255, 255, 255, 0.06);
    border-bottom-right-radius: 50px;
    padding: 10px 10px 10px 50px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: 0.4s ease;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.solution-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.10);
}

.solution-number {
    font-size: 78px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.solution-title {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 10px;
}

.solution-desc {
    font-size: 18px;
    opacity: 0.85;
}

.team-member h6 {
    font-size: 16px;
    margin-bottom: 20px;
    ;
}

.team-member-heading {
    font-size: 36px;
    ;
}

/* ================team======================== */

.team-card {
    position: relative;
}

.team-img {
    overflow: hidden;
    border-bottom-right-radius: 60px;
}

.bhupendra-img-card {
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.team-img img {
    width: 100%;
    display: block;
}

.team-content {
    background: #f2f2f2;
    padding: 30px 20px;
}

.team-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}



.team-content p {
    font-size: 16px;
    color: #777;
    margin: 0;
    letter-spacing: 1px;
}

/* ==================our-promise========================== */
.commitment-section {
    padding: 80px 0;
    background: #f3f4f6;
    margin-top: 30px;
}

.section-subtitle {
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
}

.section-content p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.commitment-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.commitment-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #374151;
}

.commitment-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

.commitment-btn {
    background: #2563eb;
    color: #fff;
    padding: 12px 28px;
    border-bottom-right-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
    display: inline-block;
}

.commitment-btn:hover {
    background: #1d4ed8;
    color: #fff;
}

/* =============contact-us====================== */
.map-section {
    width: 100%;
    padding: 0;
}

.map-container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-section {
    background: #ffffff;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2a66;
}

.image-wrapper {
    border-radius: 0 0 120px 0;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-info {
    padding-left: 30px;
}

.info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #eef3ff;
    color: #1f6bff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.icon-box i {
    font-size: 2px;
}

.info-item h6 {
    font-weight: 600;
    margin-bottom: 4px;
}

.info-item p {
    margin: 0;
    font-size: 14px;
    color: #444;
}

.info-item a {
    text-decoration: none;
    color: #0e0e0e94
}



/* =======================footer========================== */
.main-footer {
    background: #fff;
    padding: 4rem 0;
    font-family: sans-serif;
    position: relative;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-text {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.main-footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #243b6b;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #666;
}

.footer-links a:hover {
    color: #243b6b;
}

.contact-text {
    color: #666;
    line-height: 1.8;
}

.social-icons a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e2e6f0;
    border-radius: 50%;
    margin-right: 10px;
    color: #2f57c7;
    text-decoration: none;
}

a.contact-text {
    text-decoration: none;
}

.border-bottom-footer {
    border-bottom: 1px solid #888888;
}

.policies {
    font-size: 13px;
    font-weight: 600;
    color: #888888e7;
}

.privacy-policy {
    list-style: none;
    gap: 10px;
    color: #888888e7;
}

.privacy-policy li:hover {
    color: #1d4ed8;
    cursor: pointer;
}

.floating-icons {
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
    transition: 0.4s ease;
}

.floating-icons a {
    text-decoration: none;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.icon:hover {
    transform: scale(1.1);
}

.call {
    background: #2d8cff;
}

.whatsapp {
    background: #25D366;
}

.close {
    background: #ff5c5c;
}

.message-toggle {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background: #ff5c5c;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}




.icon:hover {
    transform: scale(1.08);
}

.icon::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 80px;
    background: #f1f1f1;
    color: #333;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon::after {
    content: "";
    position: absolute;
    right: 70px;
    width: 10px;
    height: 10px;
    background: #f1f1f1;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.icon:hover::before,
.icon:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* ====================responsive========================= */
@media(max-width:991px) {

    .dropdown:hover>.dropdown-menu {
        display: none;
    }

    .dropdown-menu {
        position: static;
    }

    .dropdown-submenu .dropdown-menu {
        margin-left: 15px;
    }

    .main-heading {
        font-size: 38px;
    }

    .counter {
        font-size: 55px;
    }

    .industrial-content h4 {
        font-size: 20px;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .play-btn {
        width: 80px;
        height: 80px;
    }

    .play-btn span {
        font-size: 30px;
    }

    .textile-content h1 {
        font-size: 36px;

    }

    .elevate-quality-content h1 {
        font-size: 42px;
    }

    .why-choose-title {
        font-size: 40px;
    }

    .why-choose-desc {
        font-size: 18px;
    }

    .image-showcase {
        padding: 60px 15px;
    }

    .team-section {
        padding: 80px 0;
    }

    .bhupendra-img-card {
        margin-top: 4px;
        position: relative;
        z-index: 1;
    }

    .section-title {
        font-size: 30px;
    }

    .map-container {
        height: 400px;
    }

    .process-table th,
    .process-table td {
        font-size: 14px;
        padding: 14px;
    }
}

@media(max-width:768px) {
    .industrial-section {
        padding-bottom: 80px;
    }

    .textile-content h1 {
        font-size: 30px;

    }

    .navbar-brand img {
        max-height: 40px;
    }

    .table-head {
        display: none;
    }

    .table-row {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
    }

    .table-row>div {
        display: flex;
        justify-content: space-between;
        padding: 10px 14px;
        border-bottom: 1px solid #eee;
    }

    .table-row>div::before {
        content: attr(data-label);
        font-weight: 600;
        color: #063b6f;
    }

    .table-row>div:last-child {
        border-bottom: none;
    }

    .process-table thead th,
    .process-table tbody td {
        font-size: 14px;
        padding: 12px;
    }

    .custom-table thead th,
    .custom-table tbody td {
        font-size: 14px;
        padding: 12px;
    }

    .custom-table thead th {
        font-size: 14px;
        padding: 10px;
    }

    .custom-table tbody td {
        font-size: 14px;
        padding: 10px;
    }

    .industry-card {
        margin-bottom: 30px;
    }

    .image-box {
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 24px;
        text-align: center;
    }

    .contact-info {
        padding-left: 0;
    }

    .image-wrapper {
        border-radius: 0 0 60px 0;
    }

    .icon,
    .message-toggle {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .icon {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }

    .icon::before {
        font-size: 12px;
        padding: 8px 14px;
    }
}


@media(max-width:576px) {
    .main-heading {
        font-size: 30px;
    }

    .solution-btn {
        margin-top: 20px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .video-hero {
        min-height: 500px;
    }

    .textile-content h1 {
        font-size: 30px;

    }

    .elevate-quality-section {
        min-height: 500px;
    }

    .elevate-quality-content h1 {
        font-size: 32px;
    }

    .elevate-quality-content p {
        font-size: 16px;
    }

    .elevate-quality-btn {
        padding: 14px 30px;
        font-size: 16px;
    }

    .custom-table thead th {
        font-size: 12px;
    }

    .custom-table tbody td {
        font-size: 12px;
    }

    .why-choose-section {
        padding: 70px 15px;
    }

    .why-choose-title {
        font-size: 30px;
        line-height: 1.4;
    }

    .why-choose-desc {
        font-size: 16px;
    }

    .solution-counter {
        padding: 90px 20px;
    }

    .solution-card {
        padding: 40px 30px;
        text-align: center;
    }

    .solution-number {
        font-size: 48px;
    }

    .solution-title {
        font-size: 28px;
    }

    .team-content h3 {
        font-size: 20px;
    }

    .commitment-section {
        padding: 60px 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-content p,
    .commitment-list li {
        font-size: 14px;
    }

    .map-container {
        height: 300px;
    }

    .process-table th,
    .process-table td {
        font-size: 13px;
        padding: 12px;
    }
}